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

# How to use

- [User Guide](https://docs.openagua.org/how-to-use/user-guide.md)
- [Key concepts](https://docs.openagua.org/how-to-use/user-guide/key-concepts.md)
- [Sharing & collaboration](https://docs.openagua.org/how-to-use/user-guide/collaboration.md)
- [Configuration](https://docs.openagua.org/how-to-use/user-guide/configuration.md)
- [Model engines & cloud computing](https://docs.openagua.org/how-to-use/user-guide/configuration/model-engines.md)
- [Network templates](https://docs.openagua.org/how-to-use/user-guide/configuration/network-templates.md)
- [Setting up a model](https://docs.openagua.org/how-to-use/user-guide/setup-model.md)
- [First steps](https://docs.openagua.org/how-to-use/user-guide/setup-model/first-steps.md)
- [Viewing/editing a network](https://docs.openagua.org/how-to-use/user-guide/setup-model/view-edit-network-schematic.md)
- [Viewing/editing scenarios](https://docs.openagua.org/how-to-use/user-guide/setup-model/view-edit-scenarios.md)
- [View/edit data](https://docs.openagua.org/how-to-use/user-guide/setup-model/view-edit-data.md)
- [Running a model](https://docs.openagua.org/how-to-use/user-guide/running-models.md)
- [Viewing & saving results](https://docs.openagua.org/how-to-use/user-guide/view-export-results.md)
- [Visualize results](https://docs.openagua.org/how-to-use/user-guide/view-export-results/view-results.md)
- [Results dashboard](https://docs.openagua.org/how-to-use/user-guide/view-export-results/results-dashboard.md)
- [Exporting results](https://docs.openagua.org/how-to-use/user-guide/view-export-results/exporting-data.md)
- [Advanced](https://docs.openagua.org/how-to-use/user-guide/advanced.md)
- [OpenAgua data specifications](https://docs.openagua.org/how-to-use/user-guide/advanced/data-specifications.md)
- [Advanced data tools](https://docs.openagua.org/how-to-use/user-guide/advanced/advanced-tools.md)
- [WaterLP](https://docs.openagua.org/how-to-use/waterlp.md)
- [Getting started](https://docs.openagua.org/how-to-use/waterlp/getting-started.md)
- [Built-in variables](https://docs.openagua.org/how-to-use/waterlp/variables.md)
- [Functions reference](https://docs.openagua.org/how-to-use/waterlp/functions.md)
- [Where to get help](https://docs.openagua.org/how-to-use/getting-help.md)
- [Frequently Asked Questions](https://docs.openagua.org/how-to-use/faqs.md)
- [Web API](https://docs.openagua.org/how-to-use/api.md): The mostly RESTful web application programming interface (API).
- [networks](https://docs.openagua.org/how-to-use/api/networks.md): API for requests related to networks.


---

# 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://docs.openagua.org/how-to-use.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.
