# CORRECTIONS

**Correction dictionaries** contain groups of words that are intended to support typos, errors in form and grammar. Their role is to support understanding of the question, whenever user misspells. This dictionary is different from the ones with synonyms and prefixes, because the main or grouping expression **always has to be** a correct one that exists in the base.<br>

{% hint style="warning" %}
**Examples of corrections:**\
\
\&#xNAN;*Alot = A lot*\
*Goodmonring = Good morning*
{% endhint %}

![](https://lh6.googleusercontent.com/VxN2CbR2mMrxq2pNJR6KULMhBnSwoxJfCccK-590_U5vUta_rJl0Ffufqyo3CB5sFWGnU73kfB17ev7Pmum3NQYxLtaNo6Tto9gFwNS1_kECSePj2oXPlKUEIXggDTAAPQX_Op3V=s0)


---

# Agent Instructions: 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:

```
GET https://help.inteliwise.com/chatbot/4-step-approach-to-chatbot-training-development-of-content-and-interaction/step-4-training-ai-chatbot-understanding-capabilities-based-on-nlu-nlp/corrections.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
