> 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/admin-gids/chamilo-_what_is_it/whom_is_this_guide_meant_for.md).

# Voor wie is deze gids bedoeld?

Deze gids is in het bijzonder geschreven met het oog op de talrijke Chamilo-beheerders en dienstverleners die (uit eigen beweging of door noodzaak) een e-learningplatform zullen moeten beheren. Het betreden van de e-learningwereld is een complex proces, maar we denken dat we een mooie oplossing voor je hebben. Door u uit te leggen hoe u Chamilo beheert, sturen we u een zeer gemakkelijke weg om aan de slag te gaan met e-learningplatforms.

Als je al een doorgewinterde Chamilo-beheerder bent, zal deze gids ook nuttig voor je zijn omdat hij diep ingaat op elke Chamilo-beheerfunctie en je de manier waarop je de tool gebruikt kunt uitbreiden om je diensten aan de gemeenschap te verbeteren.

Chamilo heeft twee hoofddoelen: het vergroten van de beschikbaarheid van de docent voor zijn studenten in nood, en het verbeteren van de kwaliteit van de cursusinhoud door ze zo gemakkelijk te maken en bij te werken dat je er graag terugkomt om ze te bewerken om elementen te verbeteren die je niet hebt gedaan denk er eerst niet aan. De rol van de beheerder in deze context is cruciaal, omdat het leraren in staat stelt hun angsten te omzeilen en morele en technische ondersteuning te krijgen om hen betere cursussen te laten bouwen.


---

# 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/admin-gids/chamilo-_what_is_it/whom_is_this_guide_meant_for.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.
