> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/1.11.x/developer-guide/introduction/who_is_this_guide_for.md).

# Who is this guide for?

This guide has been written with developers and e-learning implementors in mind: the many technical professionals involved in installing, fine-tuning or customizing a Chamilo LMS portal should find this manual a useful resource for any modification they want to undertake and that is not feasable through the web interface of Chamilo LMS.

In short, the people to which we are directing this manual are :

\| Icon | Role | Description |

| ![](/files/-LioWHoPqH7AOFaD9dQ6) | IT Managers    | IT Managers (they will probably only need to « scan » this document to get an idea of the reliability and seriousness of Chamilo LMS) |
| -------------------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| ![](/files/-LioWHocsGXZkuV_JGsJ) | Web designers  | Web designers                                                                                                                         |
| ![](/files/-LioWHoquHRHJiYDhDWZ) | Themers        | Themers (web designers with some technical background)                                                                                |
| ![](/files/-LioWHpA-bB1UAbY2zfE) | Web developers | Web developers                                                                                                                        |
| ![](/files/-LioWHpLgn23TmW4O-d3) | System admins  | System administrators                                                                                                                 |

Not all sections are meant for all these people, so we havetried to mark sections with a specific coloured tag, as shown above, to mark the relevance of each chapter to these specific profiles.

Inside this guide, you will find a series of markers in the left colums for each chapter, so you can easily find if this is applicable to you.


---

# 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://docs.chamilo.org/1.11.x/developer-guide/introduction/who_is_this_guide_for.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.
