> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/flow/actions/ui-and-navigation/new-carousel-item-collection.md).

# New Carousel Item Collection

## Overview

This action helps you create engaging carousels within your Salesforce flows. The [Avonni Carousel component](/flow/flow-components/carousel.md) is a great way to showcase multiple items, such as images or product information, in an interactive and visually appealing format.

***

## How it Helps

Imagine you want to display a series of product images with descriptions in your flow. This action allows you to easily create a carousel that users can interact with, flipping through the different products to learn more.

***

## When to Use It

This action is perfect for:

* **Showcasing multiple items in a visually engaging way.**
* **Creating interactive presentations or product showcases.**
* **Highlighting key information or features.**
* **Improving the user experience by making information easily accessible.**

***

## Example

To create a product showcase carousel:

1. **Configure the Action:** Provide a label for the action collection (e.g., "Product Showcase Carousel").
2. **Add Carousel Items:** For each item, specify the title, description, and image source.
3. **Connect to Carousel:** In your flow, connect this action collection to an Avonni Carousel component.

***

## Key Considerations

* **Carousel Customization:** Explore the customization options available for the Avonni Carousel component to tailor its appearance and behavior.
* **Image Optimization:** Use optimized images to ensure fast loading times.
* **Mobile Responsiveness:** Test the carousel on different screen sizes to ensure it works well on mobile devices.


---

# 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://docs.avonnicomponents.com/flow/actions/ui-and-navigation/new-carousel-item-collection.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.
