> For the complete documentation index, see [llms.txt](https://ws-en-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-en-gitbook.waterstrategy.org/readme.md).

# WaterStrategy Documentation

<details>

<summary>Getting Started</summary>

[Creating an Account](/getting-started/creating-an-account.md)

[Logging In](/getting-started/logging-in.md)

[Tour of the Interface](/getting-started/tour-of-the-interface.md)

[Sharing Projects and Networks](/getting-started/sharing-projects-and-networks.md)

[Exporting and Importing Models](/getting-started/exporting-and-importing-models.md)

</details>

<details>

<summary>Modeling Basics</summary>

[Water Resource System Modeling?](/modeling-basics/water-resource-system-modeling.md)

[What is Pywr?](/modeling-basics/what-is-pywr.md)

[Pywr Concepts](/modeling-basics/pywr-concepts.md)

[Node Types](/modeling-basics/node-types.md)

[Allocation Penalties](/modeling-basics/allocation-penalties.md)

[Scenarios](/modeling-basics/scenarios.md)

[Parameters](/modeling-basics/parameters.md)

[Recorders](/modeling-basics/recorders.md)

</details>

<details>

<summary>Applied Modeling</summary>

[Reservoir and Storage Nodes](/applied-modeling/reservoir-and-storage-nodes.md)

</details>

<details>

<summary>Tutorials</summary>

[Creating and Running a Model](/tutorials/creating-and-running-a-simple-model/creating-and-running-a-model.md)

[Making Changes to a Model](/tutorials/creating-and-running-a-simple-model/making-changes-to-a-model.md)

[Modelling basin reservoir systems](/tutorials/creating-a-reservoir-system.md)

[Adding reservoir bathymetry, evaporation, and rainfall](/tutorials/creating-a-reservoir-system/adding-reservoir-details.md)

[Using Allocation Penalties to Allocate Water](/tutorials/using-allocation-penalties.md)

[Control Curves and Demand Savings](/tutorials/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-en-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.
