> 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/dashboards-and-apps/layer-slider.md).

# Layer slider

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmRfGitkyjOEMvVsEyGWN%2Fuploads%2F2MvdMNwrp2IjghhNLFUe%2FScreen_Recording_2024-08-14_at_11.56.54_AM.mp4?alt=media&token=9d810ffe-7f74-45f8-87fd-b61aa1a7288d>" %}

Layer Sliders enable you to slide through raster or vector map layers to spot changes, trends, and patterns more intuitively.

## Adding a Layer Slider

A Layer Slider can be added to any layer group of **vector or raster data** by toggling on **Slider** in the layer group’s Legend options. The legend updates to a slider that moves through each layer in the group according to how they are ordered.

<figure><img src="/files/pNg2a0e6KBNYDoFr8N3f" alt="" width="315"><figcaption></figcaption></figure>

{% hint style="info" %}
Using Table view with a slider? The table automatically updates to show the current layer when switching between layers in the slider.
{% endhint %}


---

# 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/dashboards-and-apps/layer-slider.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.
