> 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/1.11.x-ga/manual-do-profesor/introducion/que_e_chamilo.md).

# ¿Qué é Chamilo?

Chamilo LMS é un sistema para xestión da formación (L*earning Management* S*ystem)* deseñado para apoiar á educación online (frecuentemente denominada *e-learning*). É un software gratuito que foi desenvolvido a través da colaboración de varias empresas, organizacións e individuos de acuerdo cun modelo coñecido como Open Source (código libre), pero con estrictos valores éticos.

Isto significa que es libre de descargar e empregar Chamilo, sempre que aceptes os termos da súa licencia, (detallados na licencia GNU/GPLv3). Mentras te comprometas a mantelos, te conferirá catro liberdades esenciais: libertad de **uso**, **estudio**, **modificación** y **distribución** del software.

![](/files/-MFUo4b-NNTyndw-gQ2z)

Ilustración 1: Dereitos para usar, estudar, modificar, compartir e distribuir o software

Ademáis de ser desenvolvido de maneira colaborativa por docenas de persoas en todo o mundo, Chamilo está tamén apoiado pola *Asociación Chamilo,* unha organización sen ánimo de lucro que ten por obxetivo principal manter a plataforma e asegurar a súa continuidade. Tales garantías de aceso libre permanente fan de Chamilo un sistema de e-learning único.

¡Por favor non dubides en contribuir tamén a Chamilo! Podes facelo promovendo a súa utilización, reportando erros, suxirindo melloras, traducindóo (ou os seus manuais) á túa lingua nativa, ou incluso desenvolvendo extensións ou correccións pola túa conta.

Se tes dúbidas sobre como contribuir podes contactar con nós no seguinte correo: <communication@chamilo.org>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.chamilo.org/1.11.x-ga/manual-do-profesor/introducion/que_e_chamilo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
