# Slider Management

The Slider Manager is developed by Scandiweb and allows displaying your banner images in a sliding carousel.

![Slider on the homepage](/files/-MLIi0zL-R5ppo3P1r6h)

It features full responsiveness to seamlessly integrate with your mobile design. The slider allows you to set different slider images for mobile and desktop views.\
You can create as many sliders as you like and place them on many pages and positions using the M2 built-in widget system.

### Step 1: Create a new slider <a href="#step-1-create-a-new-slider" id="step-1-create-a-new-slider"></a>

1. On the Admin sidebar, tap **Scandiweb**. Then under *Slider*, choose **Sider Manager**.
2. Choose **Add New** button&#x20;
3. Fill in the **General** information:

| **FIELD**    | **DESCRIPTION**                                    |
| ------------ | -------------------------------------------------- |
| Slider Title | Title to identify the slider                       |
| Status       | Enable or disable the slider                       |
| Slide Speed  | Set the time for how long each slide is displayed. |

&#x20;4\. Click the **Save And Continue Edit** button.

### Step 2: Add slides to the slider <a href="#step-2-add-slides-to-the-slider" id="step-2-add-slides-to-the-slider"></a>

1. In the menu on the right, open the **Manage slides** section and choose **Add New**&#x20;
2. Fill in the General Slide information:

| **FIELD**   | **DESCRIPTION**                                 |
| ----------- | ----------------------------------------------- |
| Slide Title | Title to identify the slide                     |
| Status      | Enable or disable slide                         |
| Store View  | Store views in which this slide will be visible |

&#x20;3\. Fill in the **Slide content**:

| **FIELD**     | **DESCRIPTION**                                   |
| ------------- | ------------------------------------------------- |
| Image Mobile  | Image to display in the slide in the mobile view  |
| Image Desktop | Image to display in the slide in the desktop view |
| Block Text    | Text to display (overlaps image)                  |

&#x20;4\. Click **Save And Continue Edit** button

{% hint style="info" %}
**Caching Note**

The menu will be updated on the front-end immediately after save as they are part of the ScandiPWA caching solution that will invalidate caching entries for the updated content. No cache flush or any other manual operations are necessary. Content will be visible after page refresh and a new cache entry will be stored.
{% endhint %}


---

# 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://manual.scandipwa.com/v5.2.0/progressive-web-app/slider-management.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.
