# Nature In The Valley As A Framework

Nature In The Valley is a mod, yes, but it is also - and foremost - a framework. It is made to be the all in one solution for mods which are wanting to add wildlife and / or other dynamic \*things\* around the valley. Before we get into how you can do things, lets first quickly go through \*what\* you can do.\
\
\
\- Add an animal to the game which chases the player\
\- Add seasonal forgeables to trees, the water, bushes, stumps.\
\- Make creatures which spawn when the player shakes a trash can, eats food, or destroys a tree\
\- Make variants of existing creatures\
\- Add creatures which only spawn after the player finishes the community center, or when they are only at low health.\
\- Add new rewards for creatures, existing or new!\
\- Change the sprite of an existing creature\
\- So so so so so so much more

In the optional files section on the mod page you can find 3 example packs!&#x20;

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Adding new creatures</strong></td><td>Share your docs online</td><td><a href="adding-a-creature">adding-a-creature</a></td><td><a href="https://2603711151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8zDaRKSOdbNDCttuJbTQ%2Fuploads%2Fd4nwqmIoaUuzXdVooXiM%2FPackSpawning.PNG?alt=media&#x26;token=b63c4b40-45b9-4ccf-9cba-5d612011aad0">PackSpawning.PNG</a></td><td></td><td><a href="adding-a-creature/publish-your-docs">publish-your-docs</a></td></tr><tr><td><strong>Making Creature Sprites</strong></td><td>Guide on how to make the sprites for new creatures.</td><td><a href="making-creature-sprite">making-creature-sprite</a></td><td><a href="https://2603711151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8zDaRKSOdbNDCttuJbTQ%2Fuploads%2FqrWRE3OT0O7yCLFSn2GR%2FAgriasButterfly.png?alt=media&#x26;token=a96f2299-d46a-4772-bb9e-e84ed723deef">AgriasButterfly.png</a></td><td></td><td><a href="adding-a-creature/quickstart">quickstart</a></td></tr><tr><td><strong>Adding New Rewards</strong></td><td>Guide on how to add new rewards</td><td><a href="making-rewards">making-rewards</a></td><td><a href="https://2603711151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8zDaRKSOdbNDCttuJbTQ%2Fuploads%2FcXf5VBvSHarJHXjScJ5R%2FGirlNetting.PNG?alt=media&#x26;token=eacb4867-889f-4b58-b791-a0a6cc5644e0">GirlNetting.PNG</a></td><td></td><td><a href="making-creature-sprite">making-creature-sprite</a></td></tr><tr><td><strong>Use The New GSQs and Trigger Actions!</strong></td><td></td><td><a href="new-game-state-queries-and-trigger-actions">new-game-state-queries-and-trigger-actions</a></td><td></td><td></td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nature-in-the-valley.gitbook.io/nature-in-the-valley-documentation/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
