# Image Carousel

### When should you use it?&#x20;

This is usually used when you just want to show a set of images in a card, not requiring any input to move forward for instance;&#x20;

* Displaying a set of products or services
* Gallery of images

### How do I set it up?&#x20;

You can follow the following steps to set up the Image Carousel action block;&#x20;

1. Add an action block to the canvas by clicking on '**+**' <br>
2. Choose '**Image Carousel**'\
   &#x20;
3. Configure it on the right panel<br>
   * **Upload Image:** \
     \
     You can add the image/photo of your choice that you would like to display it to the visitors by clicking on '**Upload Image**' <br>
   * **Add more images:** \
     \
     To add multiple images, you can click on '**Add Image**'. The maximum images that you can add is 10&#x20;

{% hint style="info" %}
We recommend you upload compressed images (up to 5 MB) to improve the load time of the images on the chat widget\
\
The file extension that we support are '**.jpg**', '.**JPEG'**, '.**PNG**'
{% endhint %}


---

# 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.swiftsell.biz/bot-builder/action-block/image-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.
