# 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="importing-data-to-mito/importing-csv-files" %}
[importing-csv-files](https://docs.trymito.io/how-to/importing-data-to-mito/importing-csv-files)
{% endcontent-ref %}

{% content-ref url="importing-data-to-mito/importing-from-excel-files" %}
[importing-from-excel-files](https://docs.trymito.io/how-to/importing-data-to-mito/importing-from-excel-files)
{% endcontent-ref %}

{% content-ref url="importing-data-to-mito/importing-dataframes" %}
[importing-dataframes](https://docs.trymito.io/how-to/importing-data-to-mito/importing-dataframes)
{% endcontent-ref %}

{% content-ref url="importing-data-to-mito/importing-from-a-remote-drive" %}
[importing-from-a-remote-drive](https://docs.trymito.io/how-to/importing-data-to-mito/importing-from-a-remote-drive)
{% endcontent-ref %}

{% content-ref url="importing-data-to-mito/importing-from-other-sources" %}
[importing-from-other-sources](https://docs.trymito.io/how-to/importing-data-to-mito/importing-from-other-sources)
{% endcontent-ref %}


---

# 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/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.
