# Backend

Το backend του Chamilo 2.0 βασίζεται στο Symfony 6.4 με Doctrine ORM και API Platform.

* [**Αρχιτεκτονική Symfony**](/2.x-el/odigos-programmatisti/developer-guide/backend/symfony-architecture.md) — Bundles, υπηρεσίες και η συνολική δομή του backend
* [**Οντότητες και Doctrine**](/2.x-el/odigos-programmatisti/developer-guide/backend/entities-and-doctrine.md) — Οι κλάσεις οντοτήτων του Doctrine και οι σχέσεις τους
* [**Σύστημα Πόρων**](/2.x-el/odigos-programmatisti/developer-guide/backend/resource-system.md) — Η αφαίρεση ResourceNode/ResourceFile (κεντρική αρχιτεκτονική έννοια)
* [**Controllers**](/2.x-el/odigos-programmatisti/developer-guide/backend/controllers.md) — Οργάνωση controllers και πρότυπα δρομολόγησης
* [**Γεγονότα και Listeners**](/2.x-el/odigos-programmatisti/developer-guide/backend/events-and-listeners.md) — Πώς χρησιμοποιεί το Chamilo το σύστημα γεγονότων του Symfony
* [**Σύστημα Ρυθμίσεων**](/2.x-el/odigos-programmatisti/developer-guide/backend/settings-system.md) — Τα σχήματα ρυθμίσεων στο `src/CoreBundle/Settings/` και η λειτουργία διαμόρφωσης της πλατφόρμας


---

# 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/backend.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.
