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

# Exporting Data

Mito makes it easy to export your data to a large variety of places. Explore our documentation below to export data wherever is useful.

## Downloading Files

If you want to download an immediate snapshot of a dataframe from within Mito, see our instructions for exporting&#x20;

{% content-ref url="/pages/Ebgofc6Lv5zgDzMAUK78" %}
[Download as CSV](/how-to/exporting-to-csv-and-excel/download-as-csv.md)
{% endcontent-ref %}

{% content-ref url="/pages/yZEYqEf9BUUP8Wjwmss8" %}
[Download as Excel](/how-to/exporting-to-csv-and-excel/download-as-excel.md)
{% endcontent-ref %}

## Generating Export Code

If you want to generate a repeatible script that exports a dataframe, then you might be looking to generate export code.

{% content-ref url="/pages/BhxC5Ib4ivvUzEzXK45i" %}
[Generate code to create Excel and CSV reports](/how-to/exporting-to-csv-and-excel/generate-code-to-create-excel-and-csv-reports.md)
{% endcontent-ref %}

If you are looking to export a graph, see our[ Graph Export documentation.](/how-to/graphing/graph-export.md)


---

# 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://docs.trymito.io/how-to/exporting-to-csv-and-excel.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.
