# Group

The primary function of the **Group** **Node** is that it allows us to transform multiple **Objects**, relative to a single **Pivot Point**, as if though were a single, unified **Object**.

Additionally, it is a useful way of organising collections of **Objects** into categories, and making **Scenes** with high amounts of different **Objects**, more manageable.


---

# 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.incari.com/incari-studio/master/getting-started/scene-objects/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.
