> For the complete documentation index, see [llms.txt](https://docs.cascade.io/cascade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cascade.io/cascade/cascade-faqs/import/how-to-import-a-csv-file-into-cascade.md).

# How to Import a CSV File into Cascade

With a few clicks, you can effortlessly upload a CSV file from your device.

{% embed url="<https://app.arcade.software/share/dr456T1sasEKVAxKXgYw>" %}

### Step 1

Drag and drop the [Import File](/cascade/tools/import/import_file.md) tool onto your workspace.

<figure><img src="/files/zZcsIpK8tzSlliW46rZh" alt=""><figcaption><p>Drag and drop an <a href="/pages/-MY7uSdg9eeysX85Escb">Import File</a> tool onto the Canvas</p></figcaption></figure>

### Step 2

Open the tool configuration.

<figure><img src="/files/CYt7mcu4BZqDJHXDz90b" alt=""><figcaption><p>Open the tool configuration</p></figcaption></figure>

### Step 3

Go to the CSV file to input into your workflow.

<figure><img src="/files/VgWmBHmSQqYquivTS8JN" alt=""><figcaption><p>Select a CSV File to upload</p></figcaption></figure>

### Step 4

Upload your input file and let Cascade process it.

<figure><img src="/files/6ChTlQJm5zBrIlwlPhNi" alt=""><figcaption><p>Allow the CSV File to upload to Cascade</p></figcaption></figure>

### Step 5

Configure your data to structure the table in a tabular format, then click Save.

<figure><img src="/files/JVKTBrVmtST9dDXoJWUB" alt=""><figcaption><p>Make any necessary configurations to the data</p></figcaption></figure>

### Step 6

Unlock the power of your analytical process and supercharge your workflow by connecting additional tools to your Import File tool and automating the entire process!

<figure><img src="/files/C5sTXVjdGWVoFpUpw5y6" alt=""><figcaption><p>That’s it! Continue building out your workflow from the <a href="/pages/-MY7uSdg9eeysX85Escb">Import File</a> tool</p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.cascade.io/cascade/cascade-faqs/import/how-to-import-a-csv-file-into-cascade.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
