# Card Group

<div align="left"><figure><img src="/files/wes79e5gRS9cA3Leuyvp" alt="" width="67"><figcaption><p>Card Group</p></figcaption></figure></div>

The **`Card Group`** is a pre-built responsive element that is designed to show a group of related [Card](/app-editor/page-editor/built-in-elements/card.md) elements.

The element is composed of 1 [Layout Container](/app-editor/page-editor/built-in-elements/layout-container.md) element with:

* 1 [Layout Row](/app-editor/page-editor/built-in-elements/layout-row.md) configured to show a 3 column layout for larger screens and a single column layout for smaller screens (via its [Column Layout Format](/app-editor/page-editor/built-in-elements/layout-row.md#column-layout-format) setting).
* 3 [Layout Column](/app-editor/page-editor/built-in-elements/layout-column.md) elements inside the Layout Row.

To add cards into the group, simple drag and drop the [Card Style1](/app-editor/page-editor/built-in-elements/card-style1.md), [Card Style2](/app-editor/page-editor/built-in-elements/card-style2.md) and [Card Style2](/app-editor/page-editor/built-in-elements/card-style3.md) elements into the Layout Column elements.&#x20;

<figure><img src="/files/hIgkc2WjTsiK9n7Wjy1j" alt=""><figcaption><p>Example Card Group with <a href="/pages/SwcdYGMPcmLFDW82RpAq">Card Style1</a>, <a href="/pages/XwkzThVCpVElfXywha0j">Card Style2</a> and <a href="/pages/9o9bXC1XTJ5DbXeiet6R">Card Style3</a> elements.</p></figcaption></figure>

If you need more cards:

* [Clone](/app-editor/page-editor/working-with-page-elements.md#clone-the-selected-element) one of the Layout Columns
* Add the additional card into the cloned column

You can customize the card group's layout by modifying the [Column Layout Format](/app-editor/page-editor/built-in-elements/layout-row.md#column-layout-format) setting for the layout row.


---

# 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.zingy.ai/app-editor/page-editor/built-in-elements/card-group.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.
