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

# Group

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

Felt's layer grouping feature allows you to organize related layers together, making your maps more structured and easier to navigate. Learn how to create and manage layer groups, and control which layers appear in your legend.

### Creating layer groups

To organize related layers into a group:

* From the [List](/layers/list.md) view select the layers (holding **Ctrl/Cmd**) you want to add to a group
* Group the selected layers by right clicking and choosing the option to **`Group` > `Group selection`**
* Give your new group a descriptive name

When your layers are in a group, you can also add a [Layer slider](/dashboards-and-apps/layer-slider.md).

### Adding captions to layers and groups

Enhance your legend with descriptive captions:

* Select a layer or group in the List view
* Find the **Legend** section in the style editor
* Enter your descriptive text in **Caption**
* The caption will appear below the layer or group name in the legend

### Reorganizing layers and groups

You can move layers between groups or change their order:

* In the List view, drag and drop layers to reorder them within groups
* To move a layer to a different group, select it and drag and drop it into the desired group or right click to move it.


---

# 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/group.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.
