> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/advanced-usage/downloading-data.md).

# Downloading data

Data in Ellipsis Drive can be downloaded depending on your [access level](https://docs.ellipsis-drive.com/getting-started/quick-start/access-level).

Users with **View+ access** or higher can download both:

* processed data exports
* original uploaded files

***

#### Downloading an area of interest

You can export a subset of your data by defining a spatial area.

1. Open the layer detail pane
2. Go to **Advanced options**
3. Select **Export**
4. Draw a bounding area on the map
5. Choose the desired file format
6. Confirm the export

{% embed url="<https://drive.google.com/file/d/1HjCCr6vwGv_HX5Lvfq_cwx5pWb6U1909/view?usp=share_link>" %}

***

#### Downloading original data files

You can also download the original source files directly from the layer.

1. Open the **File Manager**
2. Select the file you want to download
3. Click **Download**

The file is downloaded directly to your local system.

{% embed url="<https://drive.google.com/file/d/11-3tMH_FyV-ysGdZenoeTliA7cThBHiG/view?usp=share_link>" %}

{% hint style="success" %}

### Key distinction

Ellipsis Drive supports two download modes:

* **Exported data** → processed output based on the selected area of interest
* **Original files** → raw uploaded data as stored in the layer
  {% 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.ellipsis-drive.com/advanced-usage/downloading-data.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.
