> For the complete documentation index, see [llms.txt](https://help.felt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.felt.com/annotations/converting-annotations-layers.md).

# Converting annotations ↔ layers

Convert your map annotations into layers, giving you flexibility in how you work with and visualize your spatial data.

{% hint style="info" %}
Felt recommends using [layers](/layers/basemaps.md) to manage your spatial datasets. To learn more about editing data layers, see [Editing layers](/layers/editing-layers.md).
{% endhint %}

### Annotations vs. layers

[**Annotations**](/annotations/annotations.md) are individual map objects that live at the top of your map. They're excellent for creating data, adding context, and storytelling on your map. Annotations are best for creating one-off data or storytelling.

[**Layers**](/layers/basemaps.md) provide more advanced visualization options and data-driven styling capabilities. Converting annotations to layers unlocks all the features you have with layers. Layers are best for visualizing and managing datasets. And, layers are fully editable.

### Converting annotations to layers

Converting annotations to layers is particularly useful when you've drawn annotations and added attributes that you now want to visualize based on those attributes.

To convert annotations to layers:

* Select the annotation(s) you want to convert
* Right-click and go to **Actions** → **Convert to layer**
* Your new layer will appear as a layer on your map and accessible from the legend or list

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

### Converting specific features to annotations

Sometimes you may want to convert specific features within a layer to annotations. This can be helpful when you want to pull out certain features from a layer to highlight with annotations.

Extract can also be used to fetch pins, lines or polygons from [layers](/layers/table-view.md).

* Add a layer to your map
* Click on the feature you wish to extract
* Click on the overflow menu (**...**) in the popup, then click **Duplicate to annotation**

<figure><img src="/files/hjHZlCWzIo0srZttzTvj" alt="" width="355"><figcaption></figcaption></figure>

{% embed url="<https://www.youtube.com/watch?v=CXJsnoYEvWs>" %}


---

# 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://help.felt.com/annotations/converting-annotations-layers.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.
