# Grouping

**Grouping** allows you to combine multiple objects and interact with them as a single unit, making it easier to move, rotate, or scale complex setups.

To create a group, select the objects and press the **Group** button on your controller. To ungroup them, press the same button again.

You can also group objects using the [**Object Inspector**](/object-inspector.md): select the objects and click the **Group/Ungroup** button.

When objects are grouped, you can double-click any object inside the group to access and edit it without ungrouping. The selected object can be moved and modified in the Inspector while remaining part of the group.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FV5IFh3rk5kqfCwJPPYhE%2Fuploads%2F4tCPmsO5LNUva8BrjAAp%2Fgrouping-crop-video.mp4?alt=media&token=81d4127c-639d-4ab7-b020-27b23a642ceb>" %}


---

# 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://learn.shapesxr.com/objects-manipulation/grouping.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.
