> For the complete documentation index, see [llms.txt](https://docs.aisuru.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisuru.com/en/agent-training/dictionary.md).

# Dictionary

AIsuru's custom dictionary is a powerful tool that improves your Agent's language understanding. It lets you define specific terms, acronyms, and phrases unique to your Agent.

### Accessing the dictionary

To access the custom dictionary:

1. Go to your Agent's **management panel**
2. In the sidebar, click on **Dictionary**

### Managing the dictionary

#### How to add new words

1. From the main section ("Custom dictionary"), click the **New word** button
2. Fill in the fields:
   1. **Word:** enter the word to define
   2. **Definition**: you can choose to provide a synonym, a recursive definition (word\_to\_define = known\_word - part\_to\_remove + part\_to\_add, for example "I'd believe" = "I'd do" - "do" + "believe") or a regular definition
3. Click on **"Confirm"** to add the word to the dictionary

#### Editing existing entries

1. Find the word you want to edit in the list
2. Click the "**edit"** icon on the right side of the table
3. Update the definition as needed
4. Save your changes

### Managing undefined words

AIsuru helps you identify terms that might need a definition:

1. Select "**Undefined words**" from the menu: next to this item, you'll see a badge with a number indicating how many words are missing a definition
2. Review the list of words identified by AIsuru
3. For each relevant word:
   1. Click the + button to see where it was used
   2. Click on **Define** to define it by filling in the fields and then click Confirm.

### Importing from another Agent

Here a step by step instruction on how to import the dictionary from another Agent:

1. Go to the "Import/Export" section
2. Select the **"Import from another agent"** tab
3. Choose the source Agent and select "Dictionary" from the options
4. You can also import functions, intents, and slots at the same time.

{% hint style="info" %} <mark style="color:blue;">This feature is particularly useful for maintaining consistent terminology across different Agents.</mark>
{% endhint %}

### Benefits of the dictionary

Using AIsuru's custom dictionary offers several advantages:

* **Improves the accuracy** of the Agent's responses
* Ensures **consistent understanding of specific terms of an organization**
* **Reduces misunderstandings and increases communication efficiency**.

{% hint style="info" %} <mark style="color:blue;">The dictionary is not used by the</mark> [<mark style="color:blue;">generative AI</mark>](/en/generative-ai.md)<mark style="color:blue;">: its sole purpose is to</mark> <mark style="color:blue;">**correctly prioritize contents**</mark><mark style="color:blue;">.</mark>
{% endhint %}
