# Import data

- [SQL connections](https://docs.quadratichq.com/import-data/sql-connections.md)
- [API requests](https://docs.quadratichq.com/import-data/api-requests.md)
- [Drag and drop .CSV](https://docs.quadratichq.com/import-data/drag-and-drop-.csv.md): Easily drag and drop your .CSV files into the spreadsheet.
- [Drag and drop .Parquet](https://docs.quadratichq.com/import-data/drag-and-drop-.parquet.md): Easily drag and drop your .Parquet files into the spreadsheet.
- [Import Excel files](https://docs.quadratichq.com/import-data/import-excel-files.md): Go from Excel files to Quadratic.


---

# 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.quadratichq.com/import-data.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.
