# Exports

The “Exports” tab is a feature that allows the user to export data from the PIM system to CSV files. The user can create and manage different export profiles, which define the data entities. The “Exports” tab has a table (grid) that shows the following information for each export profile:

* **Export name**: The name of the export profile, which the user can choose when creating the profile.
* **Number of exports**: The number of times that the export profile has been used to export data.
* **Latest export**: The date and time of the most recent export using the profile.

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

Each row in the table has two icons that allow the user to perform different actions on the export profile:

* **Pen icon**: When the user clicks on this icon, a window will open that allows the user to edit the export profile, see the history of the previous exports, and edit the scheduler. The scheduler is a feature that allows the user to set up a recurring export.&#x20;
* **Bin icon**: When the user clicks on this icon, a confirmation message will appear that asks the user to delete the export profile. If the user confirms, the export profile will be removed from the system.

On the left side of the page (above the table), there is a “+ New export” button that allows the user to create a new export profile. When the user clicks on this button, a pop-up window will appear. Please consult the [Creating a new export job](/system/ergonode-transfer/exports/creating-a-new-export.md) page for more details.&#x20;

On the right side of the page, there is a cog icon that allows the user to change the table display properties, such as the row size.&#x20;

The “Exports” tab helps the user to export data from the PIM system to CSV files for various purposes, such as backup, analysis, or integration.

To start an export follow the instructions [here](/system/ergonode-transfer/exports/creating-a-new-export.md).


---

# 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://usermanual.ergonode.com/system/ergonode-transfer/exports.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.
