# List

<figure><img src="/files/l9aCYtk2sO7Q5xpFjJwd" alt="" width="320"><figcaption></figcaption></figure>

Felt offers two different views for managing map content:

* **List View**: Shows all layers and annotations in your map. This is your workspace as a map editor, where you make changes and customizations.
* **Legend View**: Shows what viewers will see when looking at your shared or embedded map.

The [sidebar List](/getting-started/tour-the-interface.md) shows every object on your map: all [annotations](/annotations/annotations.md), [layers](/layers/table-view.md), as well as the map [background](/layers/basemaps.md).

### Toggling the list

The List is accessible when editing a map. You can view the List in two ways:

* Clicking the **`List`** tab in the left sidebar
* Using the **`Shift+2`** keyboard shortcut

### Ordering objects in the list

The order of objects in the List reflects their position in the map. You can reorder objects by dragging and dropping them, via the Arrange menu when right-clicking on an annotation or layer, or via the keyboard shortcuts **`[`** , **`]`**, **`Shift+[`**, and **`Shift+]`**.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmRfGitkyjOEMvVsEyGWN%2Fuploads%2Fxn2g9T25GxPqZXipmCS0%2Fobject_list.mp4?alt=media&token=9a07903d-d6a9-4c97-8d26-40e87160e67f>" %}

To ensure maps look great by default, Felt always draws annotations on top of layers on the map. Among layers, regardless of List order, point layers are drawn on top of line layers, which are always drawn on top of polygon and raster layers.

### Collapsing list sections

You can collapse the **Annotations** or **Layers** sections in the List by clicking on the chevron next to them.

<figure><img src="/files/yV5rBLAP1f29MxPKeFuB" alt="" width="321"><figcaption></figcaption></figure>


---

# 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/layers/list.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.
