> For the complete documentation index, see [llms.txt](https://docs.airdev.co/canvas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airdev.co/canvas/5.3/canvas-library/blocks/reviews-repeating-group-with-user-images.md).

# Reviews Repeating Group with User Images

## Overview

UI for displaying a list of reviews with star ratings. The left side of the block contains a section to display a user. The right side contains a section to display a review (or anything) with a title, description, star rating and timestamp. No workflows are associated with this block.

## Structure

When this block is added to a page, it is placed within a group called **Blocks container 860 (do not rename)** on the page. This group contains the responsive settings for all blocks.

* This blocks contains three main groups:
  * **Group Responsive left vertical padding**  and **Group Responsive right vertical padding**\
    For responsiveness (please do not delete), this maintains the padding between the content and the outer parent group.
    * **Group Inner cell hover\_Dummy** - If you add more elements to the group, please ensure that they are contained within this main content group..
* All data is displayed in **RepeatingGroup Dummy**

## How to set up

* Go to the page where you have added the block and update **RepeatingGroup Dummy's** data source
* Update the data sources of the image and texts
* Remove or add workflow to **Button Add**
* Set the **star-rating-display** reusable element's data source to a number between 1 to 5
* Remove any elements in the module that you do need and adjust the group height (there should be 40px padding at the bottom of the group).


---

# 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.airdev.co/canvas/5.3/canvas-library/blocks/reviews-repeating-group-with-user-images.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.
