# Introduction

Chamilo LMS is a *Learning Management System* designed to support effective online education (often referred to as *e-learning*). It is “free” software which has been developed through the collaboration of various companies, organizations and individuals according to a model known as *open-source*, but with stricter ethical values.

This means that you are free to download and use Chamilo, provided you accept its license terms, (detailed under the [GNU/GPLv3 license](http://www.gnu.org/licenses/quick-guide-gplv3.html)). As long as you undertake to maintain them, this confers four essential freedoms to you: the freedom to **use**, **study**, **modify** and **distribute** the software.

![](/files/-LioWBUHojcswa4BcsWE)

Right to use, study and modify, share and distribute the software

In addition to having been developed collaboratively by dozens of people across the world ; Chamilo is also supported by *The Chamilo Association*, a non-profit organization whose key objective is to support the platform and ensure its continuity. Such guarantees of continuing open access make Chamilo LMS unique as an e-learning system.

Please feel free to contribute to Chamilo too! You can do this by promoting its use, reporting errors, suggesting improvements, translating it (or its manuals) into your native language, or even developing extensions or fixes by yourself.


---

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