> For the complete documentation index, see [llms.txt](https://video-copilot.gitbook.io/element2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://video-copilot.gitbook.io/element2/animating-3d-objects/3d-object-groups.md).

# 3D Object Groups

***

<figure><img src="/files/5QA7phNBQaG8Lex7IuUS" alt=""><figcaption></figcaption></figure>

Element uses **Groups** to animate separate objects with the correlating effect panel settings. There are 5 groups you can separately animate, however, within each singular group there are also **Auxiliary Channels** to animate the object without being in a separate group.

***

### GROUP FOLDERS

Group Folders allow you to have multiple objects within the same Group number. When you select two objects they will be put in a Group Folder by default. To take a model out of the Group Folder simply drag an object out of the folder.

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

***

### AUXILIARY CHANNELS

Auxiliary Channels allow you to animate separate objects within a Group Folder. Click on an object and under the Auxiliary Animation change the Aux Channel dropdown to 1-10.

<div align="left"><figure><img src="/files/mt3HgpxqVrYBo50NVc2b" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/fBE0tY62Zu9CHyndofIY" alt=""><figcaption></figcaption></figure></div>

Then in the AE effect panel you can animate the object with the Aux Channel settings.

***

### SETTING GROUPS

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

Another way to separately animate an object is to put it on a different Group number. Pull it out of the Group Folder and click on the dropdown to change the 1 to a different number.

#### In After Effects: &#xD;

Then in the AE effect panel you can use that Group number’s Particle Replicator options to animate that object.

<div align="left"><figure><img src="/files/FpvkVcGtASYr22gANfuF" alt=""><figcaption></figcaption></figure></div>


---

# 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://video-copilot.gitbook.io/element2/animating-3d-objects/3d-object-groups.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.
