> 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/importing-data-to-mito.md).

# Importing Data

Mito supports any tabular data, like what you find in a pandas dataframe, an SQL database, a table on a website, or a table in a spreadsheet. Getting this data into Mito is a breeze.

Like other spreadsheets, you can import *multiple* tabular dataframes from mulitple sources into Mito, and each of them are displayed as a seperate tab. This allows you to work with and manipulate multiple pieces of data at once.

## Import Methods

{% content-ref url="/pages/f7Y5nAfnp5AbjMyYOJj2" %}
[Importing CSV Files](/how-to/importing-data-to-mito/importing-csv-files.md)
{% endcontent-ref %}

{% content-ref url="/pages/oNmt0V4IR1OnAzDnX883" %}
[Importing from Excel Files](/how-to/importing-data-to-mito/importing-from-excel-files.md)
{% endcontent-ref %}

{% content-ref url="/pages/j3IxecQBTPTIPbvEu9i1" %}
[Importing Dataframes](/how-to/importing-data-to-mito/importing-dataframes.md)
{% endcontent-ref %}

{% content-ref url="/pages/7r2ByTtVflMUSvDl1ae0" %}
[Importing from a remote drive](/how-to/importing-data-to-mito/importing-from-a-remote-drive.md)
{% endcontent-ref %}

{% content-ref url="/pages/RYSqqCta5GoNRCujrzbW" %}
[Importing from other sources](/how-to/importing-data-to-mito/importing-from-other-sources.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.trymito.io/how-to/importing-data-to-mito.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.
