> 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/zhong-guo-ren/readme.md).

# WaterStrategy 文档

我们的文档可帮助您建造、完善和使用供水系统的数字双胞胎。

通过我们的分步教程自学水资源系统建模：

<details>

<summary>入门</summary>

[创建账户](/waterstrategy/zhong-guo-ren/ru-men/creating-an-account.md)

[登录](/waterstrategy/zhong-guo-ren/ru-men/logging-in.md)

[游览 WaterStrategy](/waterstrategy/zhong-guo-ren/ru-men/tour-of-the-interface.md)

[共享项目和网络](/waterstrategy/zhong-guo-ren/ru-men/sharing-projects-and-networks.md)

[导出和导入模型](/waterstrategy/zhong-guo-ren/ru-men/exporting-and-importing-models.md)

[处理模型错误](/waterstrategy/zhong-guo-ren/ru-men/dealing-with-model-errors.md)

[上传外部数据](/waterstrategy/zhong-guo-ren/ru-men/uploading-external-data.md)

</details>

<details>

<summary>建模基础知识</summary>

[水资源系统建模？](/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/water-resource-system-modeling.md)

[什么是 Pywr？](/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/what-is-pywr.md)

[Pywr 概念](/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/pywr-concepts.md)

[节点类型](/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/node-types.md)

[分配罚款](/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/allocation-penalties.md)

[场景](/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/scenarios.md)

[参数](/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/parameters.md)

[录音机](/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/recorders.md)

</details>

<details>

<summary>应用建模</summary>

[水库和存储节点](/waterstrategy/zhong-guo-ren/ying-yong-jian-mo/reservoir-and-storage-nodes.md)

</details>

<details>

<summary>教程</summary>

[创建和运行模型](/waterstrategy/zhong-guo-ren/jiao-cheng/creating-and-running-a-simple-model/creating-and-running-a-model.md)

[对模型进行更改](/waterstrategy/zhong-guo-ren/jiao-cheng/creating-and-running-a-simple-model/making-changes-to-a-model.md)

[对流域储层系统进行建模](/waterstrategy/zhong-guo-ren/jiao-cheng/creating-a-reservoir-system.md)

[添加水库测深、蒸发和降雨量](/waterstrategy/zhong-guo-ren/jiao-cheng/creating-a-reservoir-system/adding-reservoir-details.md)

[使用分配罚款来分配用水](/waterstrategy/zhong-guo-ren/jiao-cheng/using-allocation-penalties.md)

[控制曲线和需求节约](/waterstrategy/zhong-guo-ren/jiao-cheng/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/zhong-guo-ren/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.
