# Plugins

Das Plugin-System von Chamilo ermöglicht es Ihnen, die Plattform zu erweitern, ohne den Kerncode zu verändern. Eine Reihe von Plugins wird mit der Distribution unter `public/plugin/` ausgeliefert.

* [**Plugin-Architektur**](/2.x-de/entwicklerhandbuch/developer-guide/plugins/plugin-architecture.md) — Wie Plugins strukturiert sind
* [**Erstellen eines Plugins**](/2.x-de/entwicklerhandbuch/developer-guide/plugins/creating-a-plugin.md) — Schritt-für-Schritt-Anleitung zum Erstellen eines Plugins
* [**Kurswerkzeug-Plugins**](/2.x-de/entwicklerhandbuch/developer-guide/plugins/course-tool-plugins.md) — Plugins, die Werkzeuge zu Kursen hinzufügen


---

# 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/2.x-de/entwicklerhandbuch/developer-guide/plugins.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.
