# Group

* **Group** — `Ctrl+G`

Organizes multiple objects into a single group, allowing for easier management and manipulation.

<div align="left"><figure><img src="/files/uG04YbxqDd203w65dabX" alt="" width="284"><figcaption></figcaption></figure></div>

* **Ungroup** — `Ctrl+Shift+G`

{% hint style="warning" %}
Deleting a group removes both the group and its contents. To dissolve a group without deleting its contents, use the **Ungroup** function `Ctrl+Shift+G`, which removes the grouping while keeping all objects intact.

![](/files/Rtrfw9GlyBrP9TlRqMZz)
{% endhint %}

{% hint style="success" %}
This function also applies to modifiers, deformers, Variants, and other tools that operate based on the Group principle.
{% endhint %}

Group also has a setting that allows switching between a standard group and [Empty](/documentation/design-process/design-mode/setup/empty.md)

<figure><img src="/files/TaoN7H63oB4U67Q91FYS" alt="" width="243"><figcaption></figcaption></figure>


---

# 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://help.vectary.com/documentation/design-process/design-mode/setup/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.
