# Water and Food

Taking care of animals and plants needs water and food. Animals will need food to produce, and plants will need water. Both resources can be purchased directly in game and accumulated through Water Towers and Silos. Water and food will have variable prices based on the market and the state of the game. Water and food will be stored in the Water Towers and Silos, which can be refilled using the CBITs.

Everyone has a full common water tower and a full common silo already available into the farm. Storage capacity can be improved buying rare o epic NFTs.

<table><thead><tr><th width="157.37282229965155">BUILDING</th><th align="center">Rarity</th><th align="center">RESOURCE</th><th align="center">STORAGE</th><th align="center">REFILL COST</th></tr></thead><tbody><tr><td>Silo</td><td align="center">Common</td><td align="center">Food</td><td align="center">100</td><td align="center">5 CBIT</td></tr><tr><td>Silo</td><td align="center">Rare</td><td align="center">Food</td><td align="center">150</td><td align="center">5 CBIT</td></tr><tr><td>Silo</td><td align="center">Epic</td><td align="center">Food</td><td align="center">200</td><td align="center">5 CBIT</td></tr><tr><td>Water Tower</td><td align="center">Common</td><td align="center">Water</td><td align="center">100</td><td align="center">50 CBIT</td></tr><tr><td>Water Tower</td><td align="center">Rare</td><td align="center">Water</td><td align="center">150</td><td align="center">50 CBIT</td></tr><tr><td>Water Tower</td><td align="center">Epic</td><td align="center">Water</td><td align="center">200</td><td align="center">50 CBIT</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://nodo42.gitbook.io/farming-tales-the-game/how-does-it-work/farm/water-and-food.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.
