# CSV export

The current version of the app allows data export in the comma separated values (CSV) file format. Data is exported from the results tables view by using the *Download CSV file* button.

{% hint style="info" %}
The downloaded CSV file will reflect changes made in the results table view such as sorting or changing column positions.
{% endhint %}

Once downloaded, you can easily import the CSV file into a third-party applications, such as [Notion](/mappl.io-docs/export/export-to-notion.md), [Airtable](/mappl.io-docs/export/export-to-airtable.md), [Coda](/mappl.io-docs/export/coda.md), [MS Excel,](/mappl.io-docs/export/export-to-excel.md) or [Google Sheets](/mappl.io-docs/export/google-sheets.md).Each of these applications can serve as your data repository, allowing you to easily find the data you need. Use the backlinks to go back to your original data in your Miro board.


---

# 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://mappl-io.gitbook.io/mappl.io-docs/export/csv-export.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.
