# Export your data from Inbox

The bulk export feature allows you to easily extract Inbox interactions in Excel (XLSX) format for analysis, sharing, or archiving.

## Selection of interactions <a href="#h_ce7d2777c2" id="h_ce7d2777c2"></a>

You can select interactions in several ways using the checkboxes to the left of each row:

* Item by item: manually check the interactions you want to include.
* Page by page: check all interactions visible on the current page. It is possible to select multiple pages by navigating the pagination.
* All filtered items: when you select one or more interactions, you can select all interactions matching your current filters using the shortcut displayed below the filters.

Once items are selected, click Export in the action bar located at the bottom of your screen.

{% hint style="warning" %}
⚠️ Exports are limited to a maximum of 50,000 items.
{% endhint %}

## Structure of the exported file <a href="#h_e81a120ba3" id="h_e81a120ba3"></a>

Exported files are in Excel (.xlsx) format and include one sheet per source:

* Email
* Contact Form
* Survey
* Google
* Etc.

### Specific details: <a href="#h_8efd40662a" id="h_8efd40662a"></a>

* For the Survey and Contact Form sources, the export contains two sheets:

  1. Summary view: one row corresponds to one interaction.
  2. Detailed view: contains the answers to associated sub-questions.

  The id columns allow linking the two sheets.

## Export history <a href="#h_12d2172327" id="h_12d2172327"></a>

Exports are performed in the background and available in your export history, available in Reports and Exports → My exports.

Each row indicates:

* The creation date
* The user who created the export (filterable via *Created by*)
* The type of data exported
* The file name
* The number of rows exported
* The generation status (Requested, In progress, Completed).

Quick actions are available:

* ⬇️ Download the file;
* 🗑️ Delete an export.

{% hint style="info" %}
Administrator members have access to all exports performed by users in their Fullwhere space.\
Restricted members only have access to the exports they performed.
{% endhint %}


---

# 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.fullwhere.com/documentation/documentation-en/inbox/export-your-data-from-inbox.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.
