# 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: 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/developer-guide/introduction/who_is_this_guide_for.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.
