> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-studio/data-lake.md).

# Data Lake

Through the “**Data Lake**” you can browse and manage files, which are listed with the following details:

* Item name
* Status
* Item size
* Source
* Created on

### How to access

You can access the **Data Lake** in two ways:<br>

* **From the top menu**: In any area of **Skyone Studio**, click the **Data Lake** option in the upper-right corner of the screen.
* **From the left sidebar**: When navigating within **Skyone Studio** (except on Studio Home), use the left-hand menu and select **Data Lake**.

### Data Lake Options

The menu on the right provides the following options:

1. **Filter**

Use filters to search for the desired file. You can filter by:

* Source
* Tags
* Type
* Pattern
* Creation date
* Status
* Ignore if empty
* Recursive
* Hidden

Select the desired filters and click “**Apply**". To remove filters, click “**Clear filters**". <br>

2. **Create New Folder**

To create a new folder in the Data Lake:

* Click "**Create New Folder".**
* Enter the folder name.
* Click "**Create".**

3. **Upload file**

To upload a file to the Data Lake:

* Click "**Upload File**
* In the modal, upload the desired file. Supported formats: .csv, .gzip, json, .parquet and .xlsx.

Select the groups:

* **Read Groups**: Groups that can view the content. ([Read more in Users, Groups and Permissions](/english/skyone-studio/overview/settings-and-preferences/users-and-permissions.md)).
* **Write Groups**: Groups that can modify the content. ([Read more in Users, Groups and Permissions](/english/skyone-studio/overview/settings-and-preferences/users-and-permissions.md)).

{% hint style="warning" %}
Write groups also have read access.
{% endhint %}

4\. Enter Tags to categorize and filter the files (optional)

#### Access a Directory

To access a directory, follow these steps:

1. In the item list, double-click the desired directory
2. Once opened, you’ll be able to view the files and subfolders inside it, along with the following information:

* Item name
* Status (if available)
* Item size
* Source
* Created on

<figure><img src="/files/ZMxYB8pEi4SjppJZUT0E" alt=""><figcaption><p>View of the screen after opening the directory</p></figcaption></figure>

#### Delete Directory&#x20;

To delete a directory, follow these steps:

1. To delete a directory, follow these steps:
2. A delete icon will appear to the right of the item. Click the icon.
3. Confirm the deletion in the confirmation window that appears.

{% hint style="warning" %}
This action cannot be undone.
{% endhint %}


---

# 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.skyone.cloud/english/skyone-studio/data-lake.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.
