# Plugins

Το σύστημα plugins του Chamilo σας επιτρέπει να επεκτείνετε την πλατφόρμα χωρίς να τροποποιείτε τον πυρήνα του κώδικα. Ένα σύνολο plugins συνοδεύει την κατανομή στο `public/plugin/`.

* [**Plugin Architecture**](/2.x-el/odigos-programmatisti/developer-guide/plugins/plugin-architecture.md) — Πώς είναι δομημένα τα plugins
* [**Creating a Plugin**](/2.x-el/odigos-programmatisti/developer-guide/plugins/creating-a-plugin.md) — Βήμα-βήμα οδηγός δημιουργίας ενός plugin
* [**Course Tool Plugins**](/2.x-el/odigos-programmatisti/developer-guide/plugins/course-tool-plugins.md) — Plugins που προσθέτουν εργαλεία σε μαθήματα


---

# 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-el/odigos-programmatisti/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.
