# Carousel

The Carousel format displays a horizontal scrollable strip of Tiles. It’s designed for embedding compact, interactive content blocks where users can swipe or scroll through featured items one at a time.

Carousel is commonly used when screen space is limited or when highlighting a smaller, curated set of content.

## **Behaviour**

* [Tiles](/getting-started/core-platform-concepts/tiles.md#tiles) are displayed in a horizontal strip
* Users scroll or swipe to reveal additional Tiles
* Optionally, individual Tiles can open into full-screen [Frames](/getting-started/core-platform-concepts/tiles.md#frames)

## **Supported Tile Types**

Carousel supports all standard Tile types, including:

* Media Tiles – Image or video content
* [Clickthrough Tiles](/platform-guides/build/activation-tiles/clickthrough.md) – Link to external destinations
* Brand Tiles – Promote a partner or sponsor
* [Poll Tiles](/platform-guides/build/activation-tiles/polls.md) – Let users vote on a prompt
* [Quiz Tiles](/platform-guides/build/activation-tiles/quizzes.md) – Multi-question interactive formats
* [Submission Tiles](/platform-guides/build/activation-tiles/submissions.md) – Allow users to submit content directly

### Display Options:&#x20;

Choose between one, two, or three rows for displaying carousels when setting up the Imprint. Select the option that best fits your needs.


---

# 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://docs.amondo.com/getting-started/core-platform-concepts/imprints-and-formats/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.
