> 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-the-data-locker.md).

# How to import a CSV file into the Data Locker

Hosting data in the [Data Locker](/cascade/workflows/data-locker.md) is a great way to ensure your team is using the same data source when conducting any self-service analytics. It's a quick and efficient method to keep everyone on the same page, having immediate access to the same data.

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

### Step 1

Navigate to the folder in [Data Locker](/cascade/workflows/data-locker.md) where you wish to store your CSV data.

<figure><img src="/files/RqCaZNJB16T3jLdr7k7q" alt="Navigate to the Data Locker"><figcaption><p>Navigate to the <a href="/pages/FQFBQsy58zqyy7r4ezSN">Data Locker</a></p></figcaption></figure>

### Step 2

Click “Add File”.

<figure><img src="/files/9LQS40oxbZpgeMj5a60U" alt="Click ‘Add File’ to navigate to the upload window"><figcaption><p>Click ‘Add File’ to navigate to the upload window</p></figcaption></figure>

### Step 3

Go to the CSV file you want to import into [Data Locker](/cascade/workflows/data-locker.md).

<figure><img src="/files/afFmCH4a3ApPEgIvjGlx" alt="Select a CSV File to upload to the Data Locker"><figcaption><p>Select a CSV File to upload to the <a href="/pages/FQFBQsy58zqyy7r4ezSN">Data Locker</a></p></figcaption></figure>

### Step 4

Click ‘Upload’ and allow Cascade to process your data in [Data Locker](/cascade/workflows/data-locker.md).

<figure><img src="/files/23x8Sy0Bk5TWoMIO8sSI" alt="Click ‘Upload’ to add the data to the Data Locker"><figcaption><p>Click ‘Upload’ to add the data to the <a href="/pages/FQFBQsy58zqyy7r4ezSN">Data Locker</a></p></figcaption></figure>

{% hint style="info" %}
Attention! If you notice your data is being processed, please wait a few more minutes and you will be able to continue.
{% endhint %}

<figure><img src="/files/V0theASu8TzTTMxDxIXQ" alt="Processing message in the Data Locker"><figcaption><p>Processing message in the <a href="/pages/FQFBQsy58zqyy7r4ezSN">Data Locker</a></p></figcaption></figure>

## Step 5

Upon completion of Processing your file, you may access it within any workflow via the Import from [Data Locker](/cascade/workflows/data-locker.md) tool.

<figure><img src="/files/vIneooONIpEHmRvrkndO" alt=""><figcaption><p><a href="/pages/FQFBQsy58zqyy7r4ezSN">Data Locker</a> upon upload completion</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-the-data-locker.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.
