# Local File Upload

Earthscale allows you to upload folders or individual files from your machine to share and serve alongside other cloud-based datasets.

To upload data, first click "**Add new dataset**" and expand the menu option "**Upload local files**".

<figure><img src="https://cdn.earthscale.ai/docs/assets/upload-data.webp" alt=""><figcaption></figcaption></figure>

Next, select the file or directory you'd like to upload. The data can be in any format readable by Earthscale, see [Supported Dataset Formats](/earthscale-documentation/supported-formats.md) for more information. As a shortcut to this, at any time you can also directly **drag and drop** data from your file explorer into Earthscale without opening the "**Add new dataset**" panel.

Next, the dataset will begin uploading. The data is automatically copied to a private Google Cloud Storage bucket hosted by Earthscale. Once the upload finishes, it will be added to your catalog as well as your current map.

You can also immediately serve the dataset in your own applications like any other Earthscale dataset. You can read more about that process in [Use Earthscale in Your Products](/earthscale-documentation/use-earthscale-in-your-products.md).


---

# 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.earthscale.ai/earthscale-documentation/access-your-own-data/local-file-upload.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.
