# Plugins

Het plug-insysteem van Chamilo stelt u in staat om het platform uit te breiden zonder de kerncode aan te passen. Een reeks plug-ins wordt meegeleverd met de distributie onder `public/plugin/`.

* [**Plug-in Architectuur**](/2.x-nl/ontwikkelaarsgids/developer-guide/plugins/plugin-architecture.md) — Hoe plug-ins zijn gestructureerd
* [**Een Plug-in Maken**](/2.x-nl/ontwikkelaarsgids/developer-guide/plugins/creating-a-plugin.md) — Stap-voor-stap handleiding voor het bouwen van een plug-in
* [**Cursustool Plug-ins**](/2.x-nl/ontwikkelaarsgids/developer-guide/plugins/course-tool-plugins.md) — Plug-ins die tools toevoegen aan cursussen


---

# 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-nl/ontwikkelaarsgids/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.
