> For the complete documentation index, see [llms.txt](https://zombecoin.gitbook.io/zombiecoin-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zombecoin.gitbook.io/zombiecoin-whitepaper/tasks/fishing.md).

# Fishing

Villagers can fish Salmon, Bass, Swordfish and Shark. These fish are used to make Fish Dishes, which boost Zombie Miners working tasks.

To Fish, Villagers must own a Land upgraded to Lake. It is also required a Fishing Rod to fish.

It costs 80 ZBF to fish 8 fish, and it has a cooldown of 1 minute.

**Odds:**

<table><thead><tr><th width="178">Item</th><th width="128">Odds</th></tr></thead><tbody><tr><td>Salmon</td><td>36.00%</td></tr><tr><td>Bass</td><td>30.00%</td></tr><tr><td>Swordfish</td><td>25.00%</td></tr><tr><td>Shark</td><td>9.00%</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://zombecoin.gitbook.io/zombiecoin-whitepaper/tasks/fishing.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.
