> For the complete documentation index, see [llms.txt](https://documentation.proto.cx/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.proto.cx/docs/modules/ai-agents/workflows-and-actions/show-carousel.md).

# Show carousel

`Action` — Each carousel sent uses one [interaction](/docs/getting-started/interactions.md).

## What it does

Displays a horizontally-scrollable carousel of cards in the chat. Each card can contain a title, image, and buttons for clickthroughs or triggering subsequent messages.

## When to use it

To present a set of options visually — products, articles, or menu choices — where each card carries its own image and actions.

## Settings

| Setting     | Description                                                                                                                                          |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Cards**   | The cards displayed in the carousel. Add each with **Add card**. Maximum 10 cards per carousel, maximum 3 buttons per card.                          |
| **Webview** | Loads a webpage within the chat window without switching tabs. Enable on a card button by selecting the **Link** button option and entering the URL. |

Press **Save** to confirm edits.

## Example

```
Message received: "make a complaint"
└─ Show carousel
   ├─ Card 1: "Transactions"  [image]  [Select]
   └─ Card 2: "Accounts"      [image]  [Select]
```

## Localisation

Card content is localised per language. Use the language dropdown to enter content for each configured language. See [Workflows and actions — Localisation](/docs/modules/ai-agents/workflows-and-actions.md#localisation).

## Related

{% content-ref url="/pages/9GxlB7rfmOxR8xrCQM3U" %}
[Send message](/docs/modules/ai-agents/workflows-and-actions/send-message.md)
{% endcontent-ref %}

{% content-ref url="/pages/7i1bII1AZjkPGHumOkQY" %}
[Send attachment](/docs/modules/ai-agents/workflows-and-actions/send-attachment.md)
{% endcontent-ref %}
