# User Guide

The purpose of this user guide is to help get started modeling right away; describe key concepts that underpin the data organization and modeling principles used by OpenAgua, and describe how to use specific application features.

For now, this documentation is organized around the main user areas of the website, focusing on technical aspects (technologies involved, methods used, etc.), but also use in some cases. General help for the registered user is found on the site itself, under "Help".

This guide is primarily targeted toward the application user who does not want to customize the underlying code. For users who would like to better understand the more technical aspects of OpenAgua itself, see the [Development section](https://github.com/openagua/openagua-documentation/tree/8ca81ea384353fa9c727246381b2eede12d0662f/docs/how-to-use/user-guide/learn-more/development/README.md)


---

# Agent Instructions: 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/user-guide.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.
