# Exporting a dictionary to CSV

The dictionary export mechanism allows you to download a given dictionary in CSV format. To do this, go to the module **Library**, then go to the tab **Dictionaries**.

![Figure 1. Dictionary list view in the Library](/files/96c135229ea198d29c2fdc65e7b7935947474430)

{% stepper %}
{% step %}

### Opening the dictionary list

Go to the module **Library** → tab **Dictionaries** and find the dictionary to export.

(The image above shows the list of dictionaries.)
{% endstep %}

{% step %}

### Opening the action menu for the selected dictionary

Click the three-dot icon on the right side of the selected dictionary row to expand the list of available actions.

![Figure 2. Dictionary list view in the Library, with the action list expanded for the selected artifact](/files/c67123eb7107f291b3b61ed6a8cf5af8ebe83e23)
{% endstep %}

{% step %}

#### Selecting "Export to csv"

From the action menu, select the option **Export to csv**. A file named: should be downloaded

SELECTED\_DICTIONARY\_NAME.csv
{% endstep %}
{% endstepper %}

![Figure 3. Example contents of the CSV file after exporting the dictionary](/files/726096063dd5f4cbcc571a309b69f64921a7bc8f)

The first row of the CSV file contains the column headers:

* key — the key identifying the dictionary element,
* pl — values in Polish for the given key (if we have other languages configured, they will appear as additional columns).


---

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