# Managing file storages

{% hint style="info" %}
This feature is under feature flag, if you want to benefit from it, contact your CSM or our support.
{% endhint %}

Toucan allows you to easily connect from remote sources such as SFTP into your workspace by connecting a file storage system via the DataHub section. Once the connection is set up, you can browse folders, select a file (csv, parquet, excel, json, geojson), and create a dataset from it, while also managing and updating your storage connections as needed.

Datasets created from files located in remote file storage can be **:**

* **Live:** Data is read directly from the remote file storage system.
* **Stored:** Data is downloaded and saved in the Toucan data storage system.

Datasets originating from remote file storages can be handled in either of the above ways.

### Best Practices

* **Use Clear Naming**: Name your file storage connections descriptively to easily identify them later.
* **Credentials are kept secure:** private keys, passwords are kept in Toucan vault.
* **Regularly Review Connections**: Remove unused file storage connections to keep your workspace organized.


---

# 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-v3.toucantoco.com/data-management-in-datahub/datasources-in-toucan/managing-remote-file-storages.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.
