> 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

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