# Backend

O backend do Chamilo 2.0 é construído com Symfony 6.4, utilizando Doctrine ORM e API Platform.

* [**Arquitetura Symfony**](/2.x-pt/guia-do-desenvolvedor/developer-guide/backend/symfony-architecture.md) — Bundles, serviços e a estrutura geral do backend
* [**Entidades e Doctrine**](/2.x-pt/guia-do-desenvolvedor/developer-guide/backend/entities-and-doctrine.md) — As classes de entidade Doctrine e como elas se relacionam
* [**Sistema de Recursos**](/2.x-pt/guia-do-desenvolvedor/developer-guide/backend/resource-system.md) — A abstração ResourceNode/ResourceFile (conceito arquitetural chave)
* [**Controladores**](/2.x-pt/guia-do-desenvolvedor/developer-guide/backend/controllers.md) — Organização de controladores e padrões de roteamento
* [**Eventos e Listeners**](/2.x-pt/guia-do-desenvolvedor/developer-guide/backend/events-and-listeners.md) — Como o Chamilo utiliza o sistema de eventos do Symfony
* [**Sistema de Configurações**](/2.x-pt/guia-do-desenvolvedor/developer-guide/backend/settings-system.md) — Os esquemas de configurações em `src/CoreBundle/Settings/` e como funciona a configuração da plataforma


---

# 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-pt/guia-do-desenvolvedor/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.
