> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/slowniki/tworzenie-nowego-slownika.md).

# Creating a new dictionary

## Artifact creation

The dictionary management mechanism is similar to the way request templates are managed. To create a new dictionary or edit an existing one, go to the module **Library** and select the tab **Dictionaries**. A new dictionary will be created after clicking the button **Add dictionary**. After setting its name and location, you can proceed with implementation.

The window of the newly added dictionary already has the language code "pl" defined:

![Figure 1. Dictionary added window](/files/cc9ab8966f95baf10cf7aee30ec83e85d845fd09)

## Adding rows in the dictionary

The next step is to enter dictionary values. Each dictionary value consists of a key and content. Adding a new value begins with defining the key by clicking the button **Add Key** located in the upper-right corner of the window. After the row is displayed, enter its value in the KEY column and the content in the language column field. Repeat the process for each dictionary row.

![Figure 2. Adding a new value to the dictionary](/files/a7a2934a656e8b6a9e48b085a395dc18a63b7366)

## Adding a language

If there is a need to add content in languages other than Polish, simply click the button **Add Language** located in the upper-right corner of the window and enter the language code (in lowercase), then fill in the relevant keys with content.

![Figure 3. Adding another language](/files/67910bc51fde0246b7b25cd79bc477e4317922b9)

## Importing values

Instead of creating the dictionary manually, you can import data into it from a CSV file (instructions: [CSV dictionary import](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/slowniki/import-slownika-csv.md)).

## Order of items in the dictionary

{% hint style="info" %}
The order of items in the dictionary (and in the component retrieving values from it) can be changed using drag & drop. Values will always be displayed in the order in which they are in the dictionary or in the order in which they come from the service.
{% endhint %}

## Attaching the dictionary to a component

The created dictionary can be used to create a selection list using a list value selection field (combobox) or to populate a text field with dictionary values. Instructions for attaching it can be found here: [Attaching the dictionary data source](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/praca-z-komponentami-bazowymi/zasilanie-wartosciami-z-zewnetrznych-zrodel/podpiecie-slownikowego-zrodla-danych.md).


---

# 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.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/slowniki/tworzenie-nowego-slownika.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.
