> For the complete documentation index, see [llms.txt](https://aide.e-kip.ch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aide.e-kip.ch/utilisation-a-lecole.md).

# Utilisation à l'école

- [La compensation est un droit](https://aide.e-kip.ch/utilisation-a-lecole/la-compensation-est-un-droit.md): Tous les élèves que nous équipons ont un besoin d’une compensation des désavantages attesté par une instance compétente.
- [Évaluations](https://aide.e-kip.ch/utilisation-a-lecole/evaluations.md)
- [Désactiver le correcteur orthographique](https://aide.e-kip.ch/utilisation-a-lecole/evaluations/desactiver-le-correcteur-orthographique.md)
- [WordQ - Activer le mode examen](https://aide.e-kip.ch/utilisation-a-lecole/evaluations/wordq-activer-le-mode-examen.md): WordQ est un prédicteur de mot qui soutient l'élève dans sa production écrite grâce à diverses fonctions. Il fonctionne en français, anglais et allemand.
- [Lexibar - Verrouiller les paramètres](https://aide.e-kip.ch/utilisation-a-lecole/evaluations/lexibar-verrouiller-les-parametres.md): Lexibar est un prédicteur de mot qui soutient l'élève dans sa production écrite grâce à diverses fonctions. Il fonctionne en français et anglais. Il bénéficie d'un puissant prédicteur phonétique.
- [Antidote - Correction VS dictionnaire](https://aide.e-kip.ch/utilisation-a-lecole/evaluations/antidote-correction-vs-dictionnaire.md): Antidote rassemble un puissant correcteur, de riches dictionnaires et des guides linguistiques.
- [Enregistrement de l'écran](https://aide.e-kip.ch/utilisation-a-lecole/evaluations/enregistrement-de-lecran.md)
- [Session Examen](https://aide.e-kip.ch/utilisation-a-lecole/evaluations/session-examen.md)


---

# 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://aide.e-kip.ch/utilisation-a-lecole.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.
