# Datasources in Toucan

Datasources allow to configure remote and local data entry points to then create datasets from these sources, they act as the first entry point in Toucan. In Toucan, you can configure different types of data sources

* [SQL databases and datawarehouse](https://docs-v3.toucantoco.com/data-management-in-datahub/datasources-in-toucan/managing-connectors/setting-up-a-connector/database-and-data-warehouse-connectors) (PostgreSQL, MySQL, GBQ, etc)
* [REST APIs](https://docs-v3.toucantoco.com/data-management-in-datahub/datasources-in-toucan/managing-connectors/setting-up-a-connector/generic-connectors/setting-up-an-http-api-connector)
* [Remote files storages](https://docs-v3.toucantoco.com/data-management-in-datahub/datasources-in-toucan/managing-remote-file-storages/setting-up-a-file-storage) (S3, FTPS, SFTP, etc)
* [Drag and drop flat files](https://docs-v3.toucantoco.com/data-management-in-datahub/datasources-in-toucan/managing-files) (csv, excel, json, geojson)\
  \
  The interface is accessible in the first tab of the DataHub.

### Datasources types in Toucan

Toucan has three different types of data sources:

* **Connectors**: components allowing you to connect to your data ecosystem (database or service) to extract and use your data within your app.
* **File storages**: components allowing to connect to remote file storage and extract data from the files located in the remote storage (SFTP for now)
* **Files**: raw data you can import from your computer or a distant file server (like FTP or S3)

<figure><img src="https://1809014303-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZxYYf1KpgarKMgMsDCrw%2Fuploads%2Fgit-blob-43f0bc3aa85350672c44bd7a30816ae889c340e4%2Fimage.png?alt=media" alt="Capture shows the datasource UI in app/datahub"><figcaption></figcaption></figure>

### Manage datasources in Toucan

In this section, you will learn the best practices for datasources management in Toucan and how to:

* **Manage connectors**: add, set up, edit and delete connectors. [see our guide](https://docs-v3.toucantoco.com/data-management-in-datahub/datasources-in-toucan/managing-connectors)
* **Manage file storages**: add, set up edit and delete remote file storages, [see our guide](https://docs-v3.toucantoco.com/data-management-in-datahub/datasources-in-toucan/managing-remote-file-storages)
* **Manage files:** add, edit, and delete local and distant files, [see our guide](https://docs-v3.toucantoco.com/data-management-in-datahub/datasources-in-toucan/managing-files)

### Create datasets from datasources

in this section, you will also learn how to create datasets from the different types of datasources.

* Create a dataset from a connector, [see our guide](https://docs-v3.toucantoco.com/data-management-in-datahub/datasources-in-toucan/managing-connectors/create-a-dataset-from-a-connector)
* Create a dataset from a remote file, [see our guide](https://docs-v3.toucantoco.com/data-management-in-datahub/datasources-in-toucan/managing-remote-file-storages)
* Create a dataset from a file, [see our guide](https://docs-v3.toucantoco.com/data-management-in-datahub/datasources-in-toucan/managing-files)

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td></td><td><a data-mention href="datasources-in-toucan/managing-files">managing-files</a></td><td></td></tr><tr><td></td><td><a data-mention href="datasources-in-toucan/managing-connectors">managing-connectors</a></td><td></td></tr><tr><td><a href="datasources-in-toucan/managing-remote-file-storages">Manage file storages</a></td><td></td><td></td></tr></tbody></table>


---

# 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.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.
