# Plugins

![](/files/-LioWE382AyxOL5tYdEq)

Plugins in Chamilo exist to allow third party to (relatively easily) integrate new components in Chamilo, and are viewed either as a « staging » platform to include new features in the core of Chamilo in future versions, or as a « buffer » where we can make some code reside that we don't really **want** to integrate to Chamilo (usually for ethical or licensing reasons) but that we know might benefit our community at large.

For integrators, it is a great way to insert new code into Chamilo without having to wait for the next major version in order to incorporate database changes, as the plugins can have their own installer/uninstaller.

Plugins can be split in 2 categories : visual plugins, and back-end plugins. Back-end plugins act in the background (you'd have guessed) and require much less work (usually) from the visual design side. Visual plugins need to be crafted carefully so they integrate seamlessly into the Chamilo layout.

Although this is the major division, we won't make any distinction in the following section between these. If you develop a back-end plugin, just ignore the display part.

We will, however, differentiate between the general plugins (all but one at this time) and the dashboard plugin, as this last one represents a specific case that appears as a top menu tabulation entry and is only allowed to administrators.


---

# 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/1.11.x/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.
