# Named Entity Dictionary

{% hint style="info" %}
This menu can only be used in NER projects
{% endhint %}

## Named Entity Dictionary

If you access your NER project account, you will find an additional menu called Naned Entity Dictionary in the GNB.&#x20;

<figure><img src="/files/ybEiLwHcRWNsEDZwktSs" alt=""><figcaption><p>GNB > Named Entities Dictionary [only NER project]</p></figcaption></figure>

You can

* Add/modify/delete words/phrases that would be good to be extracted as [named entities](/nlu-api-dashboard/data-management/entities-settings.md).
* Check the \[Named Entity - Word] pairs inferred from the test data by model \[type : INFERENCE]
* Check the \[Named Entity - Word]  pairs inferred from the training data by model \[type : TRAIN]

<figure><img src="/files/Nlw8IWlBtEaM8BSC2dX5" alt=""><figcaption></figcaption></figure>

### Filters

We provide filters of the following two criteria :

* By Named Entity
* By Type&#x20;
  * TRAIN
  * INFERENCE
  * UPLOAD

<figure><img src="/files/UjIgTW7k4mDtwbtYkKsZ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Types meaning

* TRAIN - Extracted from training data&#x20;
* INFERENCE - Extracted from test data by model
* UPLOAD - Uploaded and registered by the user&#x20;
  {% endhint %}


---

# 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://docs.allganize.ai/nlu-api-dashboard/data-management/n-amed-entity-dictionary.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.
