> 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.md).

# Guide du développeur

- [Guide du développeur](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide.md)
- [Premiers pas](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/getting-started.md)
- [Pile technologique](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/getting-started/tech-stack.md)
- [Configuration du développement](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/getting-started/development-setup.md)
- [Structure du projet](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/getting-started/project-structure.md)
- [Backend](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/backend.md)
- [Architecture Symfony](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/backend/symfony-architecture.md)
- [Entités et Doctrine](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/backend/entities-and-doctrine.md)
- [Système de ressources](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/backend/resource-system.md)
- [Contrôleurs](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/backend/controllers.md)
- [Événements et écouteurs](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/backend/events-and-listeners.md)
- [Système de paramètres](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/backend/settings-system.md)
- [API](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/api.md)
- [Authentification](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/api/authentication.md)
- [Référence des points de terminaison](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/api/endpoints-reference.md)
- [Actions personnalisées](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/api/custom-actions.md)
- [Webhooks](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/api/webhooks.md)
- [Frontend](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/frontend.md)
- [Composants Vue](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/frontend/vue-components.md)
- [Vues et routage](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/frontend/views-and-routing.md)
- [Gestion de l'état](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/frontend/state-management.md)
- [Système de construction](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/frontend/build-system.md)
- [Thématisation](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/theming.md)
- [Thèmes de couleurs](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/theming/color-themes.md)
- [CSS et Tailwind](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/theming/css-and-tailwind.md)
- [Modèles Twig](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/theming/twig-templates.md)
- [Plugins](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/plugins.md)
- [Architecture des plugins](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/plugins/plugin-architecture.md)
- [Créer un plugin](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/plugins/creating-a-plugin.md)
- [Plugins d'outils de cours](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/plugins/course-tool-plugins.md)
- [Contribuer](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/contributing.md)
- [Conventions de codage](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/contributing/coding-conventions.md)
- [Flux de travail Git](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/contributing/git-workflow.md)
- [Tests](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/contributing/testing.md)
- [Annexe](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/database-schema.md)
- [Glossaire](https://docs.chamilo.org/2.x-fr/guide-du-developpeur/developer-guide/database-schema/glossary.md)


---

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