> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/parametrage/verification-et-correction-orthographique/ajouter-un-mot-au-dictionnaire.md).

# Ajouter un mot au dictionnaire

Quand un mot est souligné (faux), si on effectue un clic droit dessus en plus des options de corrections on a l'option "Ajouter au dictionnaire" qui permet à SIMAX de considérer à partir de maintenant le mot comme juste et d'être proposé en correction.

&#x20;

Un mot enregistré tout en minuscule sera reconnu comme juste avec une majuscule en première lettre ou tout en majuscule.

Un mot enregistré avec une/des majuscule(s) sera reconnu uniquement dans ce même format.

&#x20;

Lorsqu'un mot est ajouté au dictionnaire il est ajouté dans /u2/DicoPerso.dic et directement reconnu par SIMAX.

&#x20;

{% hint style="danger" %}
Attention ! Ce fichier n'est pas directement prit en compte, donc si SIMAX est déjà lancé et qu'il a déjà chargé le dictionnaire, modifier directement  DicoPerso.dic ne changera rien a la correction orthographique.
{% endhint %}

Il n'est donc pas conseillé de modifier directement DicoPerso.dic

Cependant lorsqu'on rajoute un mot grâce à l'option approprié le mot est directement rajouté à DicoPerso.dic et chargé dans SIMAX pour être reconnu.

&#x20;

Si DicoPerso.dic est supprimé, il sera recréé est initialisé avec le mot SIMAX seulement.


---

# 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://doc.simax.fr/parametrage/verification-et-correction-orthographique/ajouter-un-mot-au-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.
