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

# 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 [List view](/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's [basemap](/layers/basemaps.md).

### Toggling the List view

The List view is accessible when editing a map. You can open it 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
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/layers/list.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.
