# Import

Bring your data into a Cascade workflow with an Import tool. Import data from a flat file (CSV or XLSX) by adding the [Import File](/cascade/tools/import/import_file.md) tool to your canvas. For those getting started, the [Import Sample Data](/cascade/tools/import/import_sample.md) tool is a great way to grab a quick, test dataset. Advanced users may want to access and API endpoint using the [Import from API](/cascade/tools/import/import_api.md) tool.

{% hint style="info" %}
Integrate your database! [**Learn how to connect Cascade to your database**](/cascade/integrations/connecting-cascade-to-your-database.md)
{% endhint %}

<figure><img src="/files/JyBAYskhYiiflnM10hsh" alt=""><figcaption></figcaption></figure>


---

# 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.cascade.io/cascade/tools/import.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.
