# 2-Column Repeating Group with Actions

## Overview

This repeating group is helpful for the following uses cases:

* To display a list of professionals that the user can contact
* To display a list of things that the user can bookmark
* To display a list of locations that the user can bookmark
* To display a list of suggestions that the user can accept or decline

## 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 block 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

* Update **RepeatingGroup Dummy's** data source.
* Update the data source of the inner texts and links in the block.&#x20;
* Adjust the hover styles of the icons and text elements so that they change to your app's hover and pressed state colors when the **Group action 1**, **Group action 2**, and **Group action 3** elements are hovered or pressed.&#x20;
* Add workflows to the **Group action 1**, **Group action 2**, and **Group action 3** buttons.


---

# 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.airdev.co/canvas/5.0/canvas-library/blocks/2-column-repeating-group-with-actions.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.
