# Export Versions

You can export data from BinaExpert at any time. You can export data using the BinaExpert web interface or our Python package.

To export data, first generate a dataset version in the BinaExpert dashboard. You can do so on the "Versions" page associated with your project.

**When a version of a dataset is created, a complete freeze of categories, images, and all configurations that existed at that moment remains intact, even if you delete all the images or change the configurations. In other words, your version always represents the latest update of your dataset.**

After you have generated a dataset, click "Export" next to your dataset version:

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

You can download your data in a wide variety of formats. You can see a full list of supported export formats in the "Export" tab of our formats directory.

<figure><img src="/files/3zFEretjMXnT3XyzEtec" alt=""><figcaption></figcaption></figure>

### Class Name Sanitization

To prevent issues from arising during training, we sanitize class names both at upload/import and export. At export, we perform the following:

* Class names are converted to ASCII
  * Where possible, characters are anglicized (ex:  `ü` to `u`)
  * Otherwise, they are replaced with a dash (`-`)


---

# 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.binaexperts.com/datasets/export-versions.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.
