> 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-de/entwicklerhandbuch/introduction/about_this_guide.md).

# Über diesen Leitfaden

Dieser Leitfaden wurde von Mitgliedern des Kernteams von Entwicklern verfasst, die hinter der Chamilo LMS-Entwicklung stehen. Wenn Sie glauben, dass Sie einen Tippfehler oder eine fehlende Funktion gefunden haben, können Sie auch zum Schreiben und zur Verbesserung dieses Leitfadens beitragen. Alles, was Sie tun müssen, ist uns eine E-Mail an <info@chamilo.org> mit Ihren Verbesserungsvorschlägen zu senden - Sie könnten Ihre eigene modifizierte Version von Absätzen, Kapiteln, Screenshots oder sogar das gesamte Handbuch beifügen! So einfach geht's!

Sie können das Dokumentationsprojekt auch auf Github unter <https://github.com/chamilo/docs> forken und uns detaillierte Pull-Requests mit dem [MarkDown markup language](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) senden, wenn dies Ihre bevorzugte Arbeitsweise ist (wir bevorzugen es sicherlich anderen Methoden). Beachten Sie, dass der Github-Online-Editor tatsächlich MarkDown unterstützt, wenn Sie dieses Repository forken, sodass Sie direkt in Ihrem Browser eine Vorschau Ihrer Änderungen sehen können, bevor Sie sie senden.

Zum Zeitpunkt des Schreibens ist die Entwicklung der 1.11-Version von Chamilo LMS noch im Gange, verlangsamt sich jedoch buchstäblich, da wir jetzt an `Chamilo LMS 2.0` arbeiten, was zu enormen Verbesserungen in Bezug auf Flexibilität und Struktur führen wird.

Es ist jedoch wahrscheinlich, dass Neuinstallationen von `Chamilo LMS 1.11` noch bis Ende 2018 durchgeführt und mindestens bis Ende 2019 beibehalten werden, so dass dieses Handbuch bis dahin relevant bleibt.


---

# 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-de/entwicklerhandbuch/introduction/about_this_guide.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.
