> 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/2.x-de/readme.md).

# Chamilo 2.0 Dokumentation

Willkommen zur offiziellen Dokumentation für **Chamilo 2.0**, die Open-Source-E-Learning-Plattform.

Diese Dokumentation ist in drei Leitfäden unterteilt, die jeweils auf ein spezifisches Publikum zugeschnitten sind:

* [**Lehrerleitfaden**](/2.x-de/lehrkraftehandbuch/teacher-guide.md) — Für Dozenten und Trainer: Kurse erstellen, Inhalte hinzufügen, Lernende bewerten und Fortschritte verfolgen.
* [**Administrationsleitfaden**](/2.x-de/administrationshandbuch/admin-guide.md) — Für Plattformadministratoren: Chamilo-Plattform installieren, konfigurieren und verwalten.
* [**Entwicklerleitfaden**](/2.x-de/entwicklerhandbuch/developer-guide.md) — Für Entwickler: Architektur verstehen, Plugins erstellen, API nutzen und zum Projekt beitragen.

## Neuigkeiten in Chamilo 2.0

Chamilo 2.0 ist eine bedeutende Version mit einer komplett überarbeiteten Benutzeroberfläche und vielen neuen Funktionen:

* **Moderne Benutzeroberfläche** — Entwickelt mit Vue 3 und PrimeVue für eine schnellere, reaktionsschnellere Erfahrung
* **KI-gestützte Werkzeuge** — Übungen und Lernpfade generieren sowie KI-unterstützte Bewertungen erhalten
* **REST API** — Vollständige REST API basierend auf API Platform mit JWT-Authentifizierung
* **Neue Authentifizierungsoptionen** — OAuth2 (Azure, Keycloak, Facebook), SCIM-Benutzerbereitstellung
* **LTI 1.3** — Externe Lernwerkzeuge nahtlos integrieren
* **Cloud-Speicher** — Native Unterstützung für Azure Blob, AWS S3 und Google Cloud Storage
* **Farbschemata** — Anpassbare Plattformgestaltung mit Theme-Unterstützung
* **OnlyOffice-Integration** — Dokumente kollaborativ innerhalb der Plattform bearbeiten


---

# 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/2.x-de/readme.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.
