> 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/administrationshandbuch/admin-guide/plugins/managing-plugins.md).

# Plugin-Verwaltung

## Zugriff auf den Plugin-Manager

![Der Plugin-Manager zeigt eine Liste der verfügbaren Plugins mit Aktivierungsschaltern und Konfigurationsoptionen](/files/4hZYqW2VqetEes9rHYzV)

Klicken Sie im Verwaltungsbereich auf **Plugins verwalten**, um die Liste der verfügbaren Plugins anzuzeigen.

## Plugin-Status

Jedes Plugin hat einen von zwei Zuständen:

* **Aktiv** — Das Plugin ist aktiviert und seine Funktionen sind auf der Plattform verfügbar
* **Inaktiv** — Das Plugin ist installiert, aber deaktiviert

## Aktivieren eines Plugins

1. Suchen Sie das Plugin in der Liste
2. Klicken Sie auf **Installieren**, dann auf **Aktivieren** oder schalten Sie es ein
3. Konfigurieren Sie die Plugin-Einstellungen (falls zutreffend, suchen Sie den Button **Konfigurieren**)
4. Speichern Sie die Einstellungen
5. Falls im README empfohlen, aktivieren Sie es in einer bestimmten **Region**

Einige Plugins fügen Kursen Werkzeuge hinzu, erstellen neue Seiten auf der Plattform oder erweitern bestehende Funktionen um zusätzliche Möglichkeiten.

## Konfigurieren eines Plugins

Viele Plugins bieten Konfigurationsoptionen. Nach der Aktivierung eines Plugins:

1. Klicken Sie auf den Button **Konfigurieren** neben dem Plugin
2. Füllen Sie die erforderlichen Konfigurationen aus (API-Schlüssel, URLs, Optionen usw.)
3. Speichern Sie die Einstellungen

## Deaktivieren eines Plugins

1. Suchen Sie das Plugin in der Liste
2. Klicken Sie auf **Deaktivieren** oder schalten Sie es aus
3. Die Funktionen des Plugins werden sofort von der Plattform entfernt, aber das Plugin bleibt installiert und behält seine Konfiguration, bis Sie es **Deinstallieren**

Das Deaktivieren eines Plugins löscht dessen Daten nicht. Wenn Sie es später wieder aktivieren, sind die Daten weiterhin verfügbar.

## Tipps

* **Aktivieren Sie nur, was Sie benötigen** — Jedes aktive Plugin verursacht einen gewissen Overhead. Halten Sie ungenutzte Plugins deaktiviert.
* **Testen Sie vor dem Produktiveinsatz** — Aktivieren Sie neue Plugins zunächst in einer Testumgebung
* **Überprüfen Sie die Kompatibilität** — Nach einem Upgrade von Chamilo stellen Sie sicher, dass alle aktiven Plugins weiterhin korrekt funktionieren


---

# 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/administrationshandbuch/admin-guide/plugins/managing-plugins.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.
