> For the complete documentation index, see [llms.txt](https://help.parta.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.parta.io/editor/edit-elements/set-interactive-elements/grouping.md).

# Grouping

Allows the user to group related items or content together. For example, grouping can be used to display multiple blocks of information together.

<figure><img src="/files/c6yVuT4V7s4WiG8qfTdR" alt=""><figcaption></figcaption></figure>

#### Double-click on an element to view its settings.

<figure><img src="/files/9D2PqTHBzSfVWr8de7gK" alt=""><figcaption></figcaption></figure>

### 1. Add group item

To add a new group, click on "**Add**" button placed in the element settings

<figure><img src="/files/zAqmgwXvnHMyUVu0SVuv" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Maximum number of groups is 4
{% endhint %}

### 2. Add correct answer to a group

Choose the group where you want to insert the correct answer, and then click on the "**add**" button located within that group.

<figure><img src="/files/nuhnBrqhhaC1SpP7UDfS" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Maximum number of elements in a group is 5
{% endhint %}

### 3. Edit answer

To edit the answer, add a text and image in the selected group settings.

<figure><img src="/files/JEwVr1IUZupcSn5Y2Rhl" alt=""><figcaption></figcaption></figure>

### 4. Delete answer

To remove answer from the group, select the **"delete"** option in the selected group settings.

<figure><img src="/files/R8dqlSaSvlrVhcfZV6cO" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

{% endhint %}

### 5. Delete group

To remove a group, select the **"delete"** option in the element settings.

<figure><img src="/files/w2gEAk32JS1rhTJuO7g9" alt=""><figcaption></figcaption></figure>

### 6. Duplicate group

To duplicate a group, select the **"duplicate"** option in the element settings.

<figure><img src="/files/px1UnCmlIWqhdG2cmtRF" alt=""><figcaption></figcaption></figure>

### 7. Move group

To move a group, just drag the group to where you want it to appear.

<figure><img src="/files/xOVvUvuVNx8n84LNLIpI" alt=""><figcaption></figcaption></figure>

### 8. Upload group cover image.

To upload group cover image, To change the image, click on the image file's name and select or [upload ](broken://pages/1zjSTjH7pgMiPT2FRC83#upload-resources)new image.

<figure><img src="/files/fJRHkaBtlVm6HHjprxzw" alt=""><figcaption></figcaption></figure>


---

# 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://help.parta.io/editor/edit-elements/set-interactive-elements/grouping.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.
