# Farming

Each fish will need to be fed every 4 hours.\
There will be a **100%** chance of getting corals for each feeding.\
\
To feed it you will have to click on the green button indicated in the following image.

<div align="left"><img src="/files/-Mjj8uMQ_nA4QIT8E4eR" alt=""></div>

A window will open with a drop-down menu to choose the food we want to feed the fish.

<div align="left"><img src="/files/-Mjj8yjfSTICIcYoc8_o" alt=""></div>

You can check the amount of food consumed by each fish at [Fish Wiki](/cointofish-en/information/fish-wiki-1.md)

<div align="left"><img src="/files/-MjoMTPs_mckSzlhr9sl" alt="Experience per meal"></div>

By choosing a food and clicking on the "**Feed**" icon your fish will fill 50% of the feed bar and start a counter that will warn you when the bar is completely empty.

![Star that has been fed 1 time.](/files/-MjjA1RlyvipE1hSGoov)

![Fish that has fed 2 times.](/files/-MjjA5VkAcLJwyxPJTw1)

Since the feeding has to be done every 4 hours, we thought it would be best to give the user the possibility to accumulate up to 2 shifts so that you can adapt **CoinToFish** to your daily life. \
\
**Important Note**: If you feed a fish that has 70% of its bar available, don't worry, the whole bar will not be emptied, only 50% corresponding to each feeding, leaving the bar at 20% feeding.

**(We are planning to implement a 30% chance to receive double the amount of corals per feeding).**


---

# 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://cointofish.gitbook.io/cointofish-en/tutorial/farming.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.
