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

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

***

description: WaterStrategy помогает людям и организациям понять свою систему водоснабжения и оценить планы на будущее. Документация WaterStrategy поможет вам построить, усовершенствовать и использовать цифровой двойник вашей системы водоснабжения.. layout: description: visible: true outline: visible: true pagination: visible: true tableOfContents: visible: true title: visible: true

***

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

<details>

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

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

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

[Экскурсия по интерфейсу](/pristupaem-k-rabote/tour-of-the-interface.md)

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

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

</details>

<details>

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

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

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

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

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

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

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

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

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

</details>

<details>

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

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

</details>

<details>

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

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

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

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

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

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

[Кривые управления и экономия спроса](/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:

```
GET https://ws-ru-gitbook.waterstrategy.org/readme.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.
