# Exporting Data

## Exporting layers

Layers can be downloaded via the overflow (three-dot) menu from the legend or by right-clicking on a layer. Available on Professional and Enterprise plans.

<figure><img src="/files/UTALJ3kpOa1Lkop1Hdr5" alt="" width="354"><figcaption></figcaption></figure>

{% hint style="info" %}
On Enterprise plans, viewers can export data too. On Professional, only full-seat members can export.
{% endhint %}

#### Export behavior

* When no filters are applied and the selected export format is geopackage / geotiff, the data will download immediately to your local downloads
* When filters are applied to the layer and/or the selected export format is geojson or csv, you will receive an email with a link to download the data
* To allow data downloads for viewers from an iframe or embed context, see **`Enabling Layer Export`** section in our [dev docs](https://developers.felt.com/rest-api/api-reference/embed-tokens).

## Exporting annotations

You can download individual annotations using the overflow (three-dot) menu or by using the right-click menu.

Export your map annotations as GeoJSON from the top-left menu **`Felt > File`**

* You can export all annotations with **Export all annotations**
* Alternatively, you can export only selected annotations with **Export selected**

<figure><img src="/files/Fdb83CAfCxUGfxXNzGsi" alt="" width="375"><figcaption></figcaption></figure>

**Types of annotations that can be exported**

* ✅ Pins, lines, polygons, routes, marker, highlighter and notes
* ❌ Images, videos, links and text

## Exporting via API

Need to export data programmatically? Use our Felt API — you can find the [docs here](https://developers.felt.com).


---

# 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://help.felt.com/sharing-and-collaboration/exporting/exporting-data.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.
