> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/bdb-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/bdb-documentation/data-center/data-stores/adding-synonyms-to-a-datastore.md).

# Adding Synonyms to a Datastore

* Navigate to the Data Stores list.
* Select a datastore.&#x20;
* Click the ***Add Synonym to Datastore*** option.

![Accessing the Add Synonyms to Data Store icon](/files/sPqQI5e63n9raSiTQqOf)

* All the Attributes get displayed in a list form.
* You can search for a field from the displayed list using the Search space.
* Select a field.
* Click the ***Add Synonyms*** option.

&#x20;   ![](/files/9ALFhu8rt8pLkL4LJuSQ)

* A new window opens to add synonyms.
* Insert new synonyms in the specified space.
* The added names appear below the specified place.
* Click the ***Save*** option.

&#x20;      ![](/files/oVWC2BTim3k8VGWogBxO)

* A success message appears to assure that the synonym dictionary is updated with the newly added synonym.

&#x20;    ![](/files/zGZqBn56lvRaSAoLRWym)

### Steps to Add Synonyms for a Dimension Value.

* Navigate to the NLP Synonyms window for a data store.
* You can search for a Dimension from the displayed list using the ***Search*** space.
* Select a Dimension.
* Click the ***Add*** ***Values*** option for a dimension from the displayed list of the data fields.

&#x20;     ![](/files/W6DGNE5d9mENF8qMJwca)

* A new window opens to search values for the selected Dimension (E.g., Designation in the below image).
* Use the search bar to find specific dimensions.
* Select a Value from the displayed choices.
* Click the ***Add Synonyms*** option for the selected value.&#x20;

&#x20;      ![](/files/lx5BRPuDHjota7ru7UU7)

* The selected sub-dimension gets added to the right pane of the window.
* Add synonyms by inserting new synonyms in the specific space.
* Click the ***Save*** option to save the added synonyms.

&#x20;     ![](/files/AAWs9w4ZV9A1cnRk7Jl4)

* A success message appears to assure that the Synonyms dictionary is updated.

&#x20;    ![](/files/ELDAgs4HROWxCeIPj5OM)

&#x20;           &#x20;


---

# 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://docs.bdb.ai/bdb-documentation/data-center/data-stores/adding-synonyms-to-a-datastore.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.
