# Export Data

You can export 3 types of data:

* Project users (all users)
* User's devices (all devices)
* User's sessions (period of 1-30 days)

## Export history

The history of project data export is represented on the "Export data" page:

![Export data page](/files/-M6ksXIrFB8v5NRfOOU7)

| Name     | Description                                                                                                                                                                                                                                                                                                                                                                  |
| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Created  | Export task creation date                                                                                                                                                                                                                                                                                                                                                    |
| Type     | <p>Type of data:</p><ul><li>Users</li><li>Devices</li><li>Sessions</li></ul>                                                                                                                                                                                                                                                                                                 |
| From     | Start date of the export period                                                                                                                                                                                                                                                                                                                                              |
| Till     | End date of the export period                                                                                                                                                                                                                                                                                                                                                |
| Status   | <p>Export status:</p><ul><li><strong>In progress</strong> - a data export task in awaiting completion</li><li><strong>Done</strong> - the process of data export is finished</li><li><strong>No data</strong> - the Platform cannot find any data corresponding to the filter parameters</li><li><strong>Failed</strong> - technical issue, contact us for details</li></ul> |
| Download | Link on CSV file to download                                                                                                                                                                                                                                                                                                                                                 |

## Actions

Select what type of data is going to be exported by clicking on "**Add**" button and choosing one option at a time.

![Export data types selection menu](/files/-M6ky7tkoQpGLypagz-2)

A new export task will be created with "**In** **progress**" status and displayed in the list. When processing of the task is complete, the status will change to either "**Done**", "**Failed**" or "**No Data**". In case of success, the link to the export file will appear in the "**Download**" column.

{% hint style="info" %}
Failed tasks can be restarted
{% endhint %}

#### **Exporting Sessions**

To export session data, a date range must be selected. You can choose the range manually or use a preset (Today, This week, This month, Yesterday, Last week or Last month).

![Sessions data export date picker](/files/-M6l6tclho9kjWnpNuZ-)


---

# 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://pango.gitbook.io/paas/console-details/export-data.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.
