> 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/evaluations/antidote-correction-vs-dictionnaire.md).

# Antidote - Correction VS dictionnaire

Antidote est un logiciel de correction automatique avancé pour tout type d'écrit. Contrairement aux intelligences génératives telles que ChatGPT, Antidote n'écrit pas à la place de l'élève. Il s'articule autour de deux grandes fonctionnalités :

* Un correcteur orthographique permettant à l'élève de procéder par corrections et suggestions afin de renforcer ses réflexes de relecture, sa connaissance des règles de grammaire et surtout leur transposition dans la pratique de la rédaction. Ce correcteur s’intègre aux différents logiciels de rédaction comme Word ou les mails.
* L'accès à une grande variété de dictionnaires (définitions, synonymes, antonymes, cooccurrences, champs lexicaux, rimes, citations, etc.) ainsi qu'à des tables de conjugaison.

<img src="/files/ZQ7qXkuJhcRfmGaFpCzt" alt="" data-size="original"><br>

Si la fonction de correction permet à un élève dyslexique ou dysorthographique de gagner en autonomie en rendant des évaluations au niveau attendu, cette fonction peut être considérée comme abusive pour un élève dyspraxique qui se servira avant tout du dictionnaire numérique pour compenser sa grande difficulté à manipuler un dictionnaire papier.

{% hint style="info" %}
Il n'existe malheureusement pas encore de fonction permettant de bloquer ces fonctionnalités comme sur Lexibar ou WordQ. Afin de prévenir une utilisation abusive de ces fonctionnalités, il est possible d’[enregistrer l'écran](/utilisation-a-lecole/evaluations/enregistrement-de-lecran.md) de l'élève.
{% endhint %}


---

# 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/evaluations/antidote-correction-vs-dictionnaire.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.
