# Introduction

This is the complete set of Chamilo Guides for users of Chamilo.

* [Administrator guide](/1.11.x/admin-guide/chamilo-_what_is_it.md)
* [Teacher guide](/1.11.x/teacher-guide/getting-to-know-chamilo/what_is_chamilo.md)
* [Developer guide](/1.11.x/developer-guide/introduction.md)

Most users will not require to read all guides, and will have plenty of information (maybe too much) just going through the teacher guide. However, if you want to know more or your role in your organization is specifically that of a Chamilo administrator or a developer or sysadmin, you might be interested by the Admin Guide and the Developer Guide that follow.

If you are looking at this documentation on the web, and if you find any issue, please consider creating an account on <https://github.com> and submitting change requests directly to the <https://github.com/chamilo/docs> repository. Note that translations are available as language-marked "branches" of the project.

To proceed, just click any section in the table of contents or search for a specific topic from the search bar.


---

# 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.chamilo.org/1.11.x/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.
