> 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-fr/guide-du-developpeur/developer-guide/backend.md).

# Backend

Le backend de Chamilo 2.0 est construit sur Symfony 6.4 avec Doctrine ORM et API Platform.

* [**Architecture Symfony**](/2.x-fr/guide-du-developpeur/developer-guide/backend/symfony-architecture.md) — Bundles, services et structure générale du backend
* [**Entités et Doctrine**](/2.x-fr/guide-du-developpeur/developer-guide/backend/entities-and-doctrine.md) — Les classes d'entités Doctrine et leurs relations
* [**Système de ressources**](/2.x-fr/guide-du-developpeur/developer-guide/backend/resource-system.md) — L'abstraction ResourceNode/ResourceFile (concept architectural clé)
* [**Contrôleurs**](/2.x-fr/guide-du-developpeur/developer-guide/backend/controllers.md) — Organisation des contrôleurs et modèles de routage
* [**Événements et écouteurs**](/2.x-fr/guide-du-developpeur/developer-guide/backend/events-and-listeners.md) — Comment Chamilo utilise le système d'événements de Symfony
* [**Système de paramètres**](/2.x-fr/guide-du-developpeur/developer-guide/backend/settings-system.md) — Les schémas de paramètres dans `src/CoreBundle/Settings/` et le fonctionnement de la configuration de la plateforme


---

# 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:

```
GET https://docs.chamilo.org/2.x-fr/guide-du-developpeur/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.
