> For the complete documentation index, see [llms.txt](https://water-strategy.gitbook.io/waterstrategy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://water-strategy.gitbook.io/waterstrategy/russkii/readme.md).

# WaterStrategy Документация

Наша документация поможет вам построить, усовершенствовать и использовать цифровой двойник вашей системы водоснабжения.

Научитесь моделировать систему водных ресурсов с помощью наших пошаговых руководств:

<details>

<summary>Приступаем к работе</summary>

[Создание учетной записи](/waterstrategy/russkii/pristupaem-k-rabote/creating-an-account.md)

[Вход в систему](/waterstrategy/russkii/pristupaem-k-rabote/logging-in.md)

[Экскурсия по WaterStrategy](/waterstrategy/russkii/pristupaem-k-rabote/tour-of-the-interface.md)

[Совместное использование проектов и сетей](/waterstrategy/russkii/pristupaem-k-rabote/sharing-projects-and-networks.md)

[Экспорт и импорт моделей](/waterstrategy/russkii/pristupaem-k-rabote/exporting-and-importing-models.md)

[Устранение ошибок модели](/waterstrategy/russkii/pristupaem-k-rabote/dealing-with-model-errors.md)

[Загрузка внешних данных](/waterstrategy/russkii/pristupaem-k-rabote/uploading-external-data.md)

</details>

<details>

<summary>Основы моделирования</summary>

[Моделирование системы водных ресурсов?](/waterstrategy/russkii/osnovy-modelirovaniya/water-resource-system-modeling.md)

[Что такое Pywr?](/waterstrategy/russkii/osnovy-modelirovaniya/what-is-pywr.md)

[Концепции Pywr](/waterstrategy/russkii/osnovy-modelirovaniya/pywr-concepts.md)

[Типы узлов](/waterstrategy/russkii/osnovy-modelirovaniya/node-types.md)

[Штрафы за распределение](/waterstrategy/russkii/osnovy-modelirovaniya/allocation-penalties.md)

[Сценарии](/waterstrategy/russkii/osnovy-modelirovaniya/scenarios.md)

[параметры](/waterstrategy/russkii/osnovy-modelirovaniya/parameters.md)

[Рекордеры](/waterstrategy/russkii/osnovy-modelirovaniya/recorders.md)

</details>

<details>

<summary>Прикладное моделирование</summary>

[Резервуары и узлы хранения](/waterstrategy/russkii/prikladnoe-modelirovanie/reservoir-and-storage-nodes.md)

</details>

<details>

<summary>Учебные пособия</summary>

[Создание и запуск модели](/waterstrategy/russkii/uchebnye-posobiya/creating-and-running-a-simple-model/creating-and-running-a-model.md)

[Внесение изменений в модель](/waterstrategy/russkii/uchebnye-posobiya/creating-and-running-a-simple-model/making-changes-to-a-model.md)

[Моделирование бассейновых водохранилищ](/waterstrategy/russkii/uchebnye-posobiya/creating-a-reservoir-system.md)

[Добавление батиметрии резервуаров, испарения и количества осадков](/waterstrategy/russkii/uchebnye-posobiya/creating-a-reservoir-system/adding-reservoir-details.md)

[Использование штрафов за распределение воды](/waterstrategy/russkii/uchebnye-posobiya/using-allocation-penalties.md)

[Кривые управления и экономия спроса](/waterstrategy/russkii/uchebnye-posobiya/creating-a-reservoir-system/control-curves-and-demand-savings.md)

</details>


---

# 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://water-strategy.gitbook.io/waterstrategy/russkii/readme.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.
