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