> 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-nl/leerkracht-handleiding/getting-to-know-chamilo/why_chamilo.md).

# Waarom Chamilo?

Chamilo is een e-learning- en samenwerkingsplatform dat gebundeld wordt als open-source software (of zoals puristen zullen opmerken, liever *Gratis software*) die kunnen worden aangepast aan educatieve of professionele projecten. Het wordt verdeeld onder de [GNU/](http://fr.wikipedia.org/wiki/Licence_publique_générale_GNU)[GPL](http://fr.wikipedia.org/wiki/Licence_publique_générale_GNU)[v](http://fr.wikipedia.org/wiki/Licence_publique_générale_GNU)3+ licentie, die u verplicht moet accepteren wanneer u deze gebruikt.

Een leraar die Chamilo gebruikt, heeft toegang tot een reeks handige tools waarmee hij gemakkelijk en efficiënt een effectieve leeromgeving kan creëren. Bij het maken/bewerken van een cursus kan hij (of zij):

* importeer of maak **documenten** (audio, video, afbeeldingen) en publiceer ze,
* **tests** en **examens** bouwen met **geautomatiseerde scores en feedback** zoals vereist,
* bouwen of importeren ([SCORM](http://fr.wikipedia.org/wiki/Sharable_Content_Object_Reference_Model) en [AICC](http://fr.wikipedia.org/wiki/Aviation_Industry_CBT_Committee)) conforme cursussen,
* stel en ontvang **virtuele opdrachten**,
* beschrijf de onderdelen van de cursus via **beschrijving** secties,
* communiceren via **forums** of **chat**,
* publiceer **aankondigingen**,
* **links** toevoegen,
* **werkgroepen** of laboratoriumgroepen aanmaken,
* een **virtueel klaslokaal** \opzetten (via de videoconferentie-extensie),
* **scores** beheren via de assessmenttool,
* **enquêtes** maken,
* voeg een **wiki** toe om samen documenten te maken,
* gebruik een **woordenlijst**,
* gebruik een **agenda**,
* een **project** \beheren (via de **blog** tool),
* schakel **tracking** van studenten in uw cursussen in,
* registreer **aanwezigheden**,
* werk **een lesdagboek (voortgang van de cursus)** uit.

Het Chamilo-platform is extreem **flexibel**. Al zijn tools kunnen worden aangepast aan de behoeften van elke cursus. Het biedt een **vriendelijke** en **intuïtieve** gebruikersinterface waarvoor geen speciale technische voorkennis of vaardigheden vereist zijn.


---

# 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-nl/leerkracht-handleiding/getting-to-know-chamilo/why_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.
