# Managing Files

Toucan allows you to easily import files, whether they are located on your **local computer** or on a **remote file server** (S3/FTP).

Toucan supports various file types, including **Excel, CSV, XML, Parquet, JSON, and GEOJSON**. This ensures that you can seamlessly work with different file formats and leverage their data within the Toucan platform

{% hint style="info" %}
**Basemaps**

Basemaps files (used in order to build map charts) should be uploaded with geojson extension.
{% endhint %}

{% hint style="warning" %}
**Warning**

For optimal performance and storage efficiency, it is not recommended to import large files directly into Toucan.\
If your file is large in size, we highly recommend pre-processing the data within the file before uploading it. Alternatively, you can connect directly to a data warehousing tool for seamless integration and efficient data management.
{% endhint %}


---

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