---
title: "Action menu_slider"
description: "Builds a slider / pagination structure for a multi-page menu."
---

# Action `menu_slider`

> **System ID:** `action_menu_slider`

## Description

Prepares page navigation for a menu (previous / next, counter). The page count is taken from the node's following elements. The `cycle` option enables cyclic navigation (last → first and vice versa). Page content is in the node JSON.

## Events (scenario branches)

No branch events: the action returns a slider object for display, not a scenario branch name.

## Parameters

| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| `cycle` | boolean | no | `false` | Cyclic navigation between the first and last page |

## Configuration example

```json
{
  "cycle": true
}
```

## Related docs

- [Actions reference](/en/actionjail/reference/actions-reference.md)
