> 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/eksport-slownika-do-csv.md).

# 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's 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:

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 a dictionary item,
* pl — values in Polish for the given key (if we have other languages configured, they will appear as additional columns).


---

# 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/eksport-slownika-do-csv.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.
