# Developer Guide

- [Developer Guide](https://docs.chamilo.org/developer-guide/developer-guide.md)
- [Getting Started](https://docs.chamilo.org/developer-guide/developer-guide/getting-started.md)
- [Tech Stack](https://docs.chamilo.org/developer-guide/developer-guide/getting-started/tech-stack.md)
- [Development Setup](https://docs.chamilo.org/developer-guide/developer-guide/getting-started/development-setup.md)
- [Project Structure](https://docs.chamilo.org/developer-guide/developer-guide/getting-started/project-structure.md)
- [Backend](https://docs.chamilo.org/developer-guide/developer-guide/backend.md)
- [Symfony Architecture](https://docs.chamilo.org/developer-guide/developer-guide/backend/symfony-architecture.md)
- [Entities and Doctrine](https://docs.chamilo.org/developer-guide/developer-guide/backend/entities-and-doctrine.md)
- [Resource System](https://docs.chamilo.org/developer-guide/developer-guide/backend/resource-system.md)
- [Controllers](https://docs.chamilo.org/developer-guide/developer-guide/backend/controllers.md)
- [Events and Listeners](https://docs.chamilo.org/developer-guide/developer-guide/backend/events-and-listeners.md)
- [Settings System](https://docs.chamilo.org/developer-guide/developer-guide/backend/settings-system.md)
- [API](https://docs.chamilo.org/developer-guide/developer-guide/api.md)
- [Authentication](https://docs.chamilo.org/developer-guide/developer-guide/api/authentication.md)
- [Endpoints Reference](https://docs.chamilo.org/developer-guide/developer-guide/api/endpoints-reference.md)
- [Custom Actions](https://docs.chamilo.org/developer-guide/developer-guide/api/custom-actions.md)
- [Webhooks](https://docs.chamilo.org/developer-guide/developer-guide/api/webhooks.md)
- [Frontend](https://docs.chamilo.org/developer-guide/developer-guide/frontend.md)
- [Vue Components](https://docs.chamilo.org/developer-guide/developer-guide/frontend/vue-components.md)
- [Views and Routing](https://docs.chamilo.org/developer-guide/developer-guide/frontend/views-and-routing.md)
- [State Management](https://docs.chamilo.org/developer-guide/developer-guide/frontend/state-management.md)
- [Build System](https://docs.chamilo.org/developer-guide/developer-guide/frontend/build-system.md)
- [Theming](https://docs.chamilo.org/developer-guide/developer-guide/theming.md)
- [Color Themes](https://docs.chamilo.org/developer-guide/developer-guide/theming/color-themes.md)
- [CSS and Tailwind](https://docs.chamilo.org/developer-guide/developer-guide/theming/css-and-tailwind.md)
- [Twig Templates](https://docs.chamilo.org/developer-guide/developer-guide/theming/twig-templates.md)
- [Plugins](https://docs.chamilo.org/developer-guide/developer-guide/plugins.md)
- [Plugin Architecture](https://docs.chamilo.org/developer-guide/developer-guide/plugins/plugin-architecture.md)
- [Creating a Plugin](https://docs.chamilo.org/developer-guide/developer-guide/plugins/creating-a-plugin.md)
- [Course Tool Plugins](https://docs.chamilo.org/developer-guide/developer-guide/plugins/course-tool-plugins.md)
- [Contributing](https://docs.chamilo.org/developer-guide/developer-guide/contributing.md)
- [Coding Conventions](https://docs.chamilo.org/developer-guide/developer-guide/contributing/coding-conventions.md)
- [Git Workflow](https://docs.chamilo.org/developer-guide/developer-guide/contributing/git-workflow.md)
- [Testing](https://docs.chamilo.org/developer-guide/developer-guide/contributing/testing.md)
- [Appendix](https://docs.chamilo.org/developer-guide/developer-guide/database-schema.md)
- [Glossary](https://docs.chamilo.org/developer-guide/developer-guide/database-schema/glossary.md)


---

# 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/developer-guide.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.
