# Show Carousel

{% hint style="info" %}
arousel [interaction](/docs/getting-started/interactions.md).
{% endhint %}

The Show Carousel action displays a horizontally-scrollable carousel . Cards may contain titles, image, and buttons for clickthroughs or sending subsequent messages.

***

### Setup

### onfiguration

1.
2.

<figure><img src="/files/YO4eL9X7TeKiEm42gvfv" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Each carousel block supports **maximum 10 cards** and each cards support **maximum 3 buttons.**
{% endhint %}

Webview will load webpages within the same browser window as the chatbot without switching tabs.

To enable webview in a carousel block, select the Link button option and input the URL of the webpage that you wish to open using webview.

<figure><img src="/files/RPjTtaz1oJ4nnyMH1ZkR" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.proto.cx/docs/modules/ai-agents/workflows-and-actions/show-carousel.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.
