> For the complete documentation index, see [llms.txt](https://mappl-io.gitbook.io/mappl.io-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mappl-io.gitbook.io/mappl.io-docs/export/csv-export.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mappl-io.gitbook.io/mappl.io-docs/export/csv-export.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
