# Can I manually export data?

Middle features an [asynchronous data export feature](/middle-docs/building-workflows/sync/stored-records.md#export-records). You can export data by going to the app connection you'd like to export data from and either clicking **Export** to the right of the record type or when viewing stored records, clicking **Export** at the top of the page.

<figure><img src="/files/zdo78WG7VQSBiRhP8Qle" alt="" width="563"><figcaption></figcaption></figure>

You'll then be able to select which fields you'd like to export, set a filter to only grab records updated after a specified date, and select the file format you'd like to be sent (`.zip` or `.bz2`).

<figure><img src="/files/kBbZyEci43D77BBrbRMs" alt="" width="375"><figcaption></figcaption></figure>

Middle will then email you your report.

{% hint style="warning" %}
The report link expires after 6 hours
{% endhint %}

{% embed url="<https://docs.middle.app/middle-docs/about/data>" %}


---

# 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.middle.app/middle-docs/faqs/can-i-manually-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.
