> For the complete documentation index, see [llms.txt](https://pywin-core.gitbook.io/winerecia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pywin-core.gitbook.io/winerecia/other/rybolovstvo.md).

# Рыболовство

- [Основы рыбалки](https://pywin-core.gitbook.io/winerecia/other/rybolovstvo/osnovy-rybalki.md): От самых основ ловли рыбы до вашего уровня подготовки, от ловли крабов до групповой рыбалки и вашей рыболовной сумки
- [Энтропия](https://pywin-core.gitbook.io/winerecia/other/rybolovstvo/entropiya.md): Как заработать энтропию, что такое энтропия и зачем она мне нужна?
- [Навыки](https://pywin-core.gitbook.io/winerecia/other/rybolovstvo/navyki.md): На этой странице представлена ​​информация о различных навыках рыбалки, доступных в команде /fish skills
- [Весы](https://pywin-core.gitbook.io/winerecia/other/rybolovstvo/vesy.md): Всё, что связано с функцией /fish scales
- [Потрошение](https://pywin-core.gitbook.io/winerecia/other/rybolovstvo/potroshenie.md): Всё, что связано с потрошением рыбы
- [Доставка](https://pywin-core.gitbook.io/winerecia/other/rybolovstvo/dostavka.md): Всё, что связано с поставками рыболовных товаров
- [Улучшения](https://pywin-core.gitbook.io/winerecia/other/rybolovstvo/uluchsheniya.md): Всё, что связано с улучшениями и усовершенствованием рыболовных удочек
- [Список улучшений](https://pywin-core.gitbook.io/winerecia/other/rybolovstvo/uluchsheniya/spisok-uluchshenii.md): Все улучшения для рыбалки, их назначение, рецепты по умолчанию и значения по умолчанию для каждого уровня
- [Рыболовный тотем](https://pywin-core.gitbook.io/winerecia/other/rybolovstvo/rybolovnyi-totem.md): На этой странице представлена ​​информация о Рыболовном тотеме: как он работает, для чего предназначен и как его получить
- [Часто задаваемые вопросы (для игроков)](https://pywin-core.gitbook.io/winerecia/other/rybolovstvo/chasto-zadavaemye-voprosy-dlya-igrokov.md): Часто задаваемые вопросы от игроков


---

# 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, and the optional `goal` query parameter:

```
GET https://pywin-core.gitbook.io/winerecia/other/rybolovstvo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
