> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/english-v14/documentation/smart-views/slider-groups.md).

# Slider groups

You can combine multiple views into *slider groups* . These slider groups then switch between the individual views after a set period of time.&#x20;

## Create new slider group

<div data-full-width="true"><figure><img src="/files/5ef89553528b075478c31f77376957de06a02dc9" alt=""><figcaption></figcaption></figure></div>

1. Open the menu item **Smart View \[A]** \
   ▷ The "Smart Views" workspace opens.
2. Click on **\[B]**\
   ▷ The window **Add slider \[C]** opens
3. Give the slider in **\[D]** a name
4. Select in **\[E]** the interval. This is the time that passes until the next view is displayed in the slider.
5. Click on **\[F]**\
   ▷ The slider was created

## &#x20;**Add views to slider**

<div data-full-width="true"><figure><img src="/files/7fd59383d506e21b0b503ef0d6b8cb0df4a7b23c" alt=""><figcaption></figcaption></figure></div>

1. Open a slider group
2. Click on **\[G]**
3. The window **Add view \[H]** opens
4. Click on **\[J]** \
   ▷ a list of the available views **\[K]** is displayed\
   ◈ [Protected views](/collection/english-v14/documentation/smart-views/deploy-a-smart-view.md#zugang-beschraenken) are marked with the symbol **\[L]** marked
5. Click the view you want to add
6. Click on **\[I]**
7. Repeat the previous steps to add more views

{% hint style="warning" %}
If a slider contains both protected views and unprotected views: Without valid login credentials, the slider will not be displayed.&#x20;

Even views that are actually not protected will not be displayed if you are in a slider that contains protected views.&#x20;
{% endhint %}

## **Deploy slider**

Sliders are deployed according to the same principle as [Views](/collection/english-v14/documentation/smart-views/deploy-a-smart-view.md).

1. Click on **\[M]**, to copy the URL of the slider group
2. Open the copied URL in a web browser\ <br>


---

# 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://docs.buildings.ability.abb/collection/english-v14/documentation/smart-views/slider-groups.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.
