# SYNONYMS

**Generic (Global) synonyms.** Dictionaries of generic synonyms are closely related words with the same meaning. They do not refer to a specific brand’s verbiage. When user types “Cool shirt” dictionary of synonyms allows the system to see as many questions as there are synonyms, e.g. “Cool jersey”, “Cool blouse”, etc.

{% hint style="warning" %}
**Examples of global synonyms:**

*Shirt = Blouse*\
*Carriage = Transport*
{% endhint %}

![](https://lh6.googleusercontent.com/grHGJDxCZ4rNs5chjfOTpBua8YCGlGqQ4uR56JmYjbuowE9bGZS9k3MsuBE_NG036xiazCgvN5UT0355s5-VcSAGWh8LlgxU-puqY4rRHIOmmp6lfwkO7K81eZwpOpYRKj9nDc8r=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/synonyms.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.
