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

# Für wen ist dieser Leitfaden?

Dieser Leitfaden wurde mit Blick auf Entwickler und E-Learning-Implementierer geschrieben: Die vielen technischen Experten, die an der Installation, Feinabstimmung oder Anpassung eines Chamilo LMS-Portals beteiligt sind, sollten dieses Handbuch als nützliche Ressource für alle Änderungen finden, die sie vornehmen möchten und die nicht über das Internet möglich ist Schnittstelle von Chamilo LMS.

Kurz gesagt, die Personen, auf die wir dieses Handbuch richten, sind:

\| Icon| Rolle| Beschreibung|

| ![](/files/-MQfWf1CXHmDlSp8Ybc1) | IT-Manager            | IT-Manager (sie brauchen wahrscheinlich nur « scan » dieses Dokument, um sich ein Bild von der Zuverlässigkeit und Seriosität von Chamilo LMS zu machen) |
| -------------------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![](/files/-MQgAGBTmO9_LBzC_M1-) | Webdesigner           | Webdesigner                                                                                                                                              |
| ![](/files/-MQgAGBZs2V6xcaryzmU) | Themers               | Themers (Webdesigner mit einem technischen Hintergrund)                                                                                                  |
| ![](/files/-MQgAGBfRYohweXfL63a) | Webentwickler         | Webentwickler                                                                                                                                            |
| ![](/files/-MQgAGBlt240o8O4KYAR) | Systemadministratoren | Systemadministratoren                                                                                                                                    |

Nicht alle Abschnitte sind für all diese Personen gedacht, daher müssen wir Abschnitte mit einem bestimmten farbigen Tag markieren, wie oben gezeigt, um die Relevanz jedes Kapitels für diese spezifischen Profile zu kennzeichnen.

In diesem Handbuch finden Sie eine Reihe von Markierungen in den linken Colums für jedes Kapitel, damit Sie leicht herausfinden können, ob dies für Sie zutrifft.


---

# 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://chamilo-docs.stoneageit.ch/entwicklerhandbuch/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.
