> For the complete documentation index, see [llms.txt](https://docs.artar.es/project-creation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.artar.es/project-creation/working-with-a-group.-randomization.-camera-rotation..md).

# Working with a group. Randomization. Camera rotation.

**Group (group)** – a type of object intended to be the parent for objects nested within it.\
Without nested objects it is invisible and meaningless.\
You can set position, rotation and scale properties.\
A group is necessary for convenient management of the objects nested inside it.

You can nest anything in a group, including other groups.\
The exception is the background.

<figure><img src="/files/10aebfa302335ec58b799dfd3eaa4b6d318c4083" alt=""><figcaption></figcaption></figure>

**Two unique functions are implemented in the group:**\
\- randomization;\
\- look at camera.

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

**Randomization** allows randomly selected objects, groups of objects, or full scenes to be shown each time the project is opened.\
The number of objects that can be implemented in a group with randomization is limited only by the overall weight of the scene. There are no other restrictions.&#x20;

Put into the group what you want to open in the AR layer, check the "Randomization" box and save the project.

**With this functionality you can create simple primitive games, organize giveaways, run promotions and much more.**

<figure><img src="/files/5259a47b1024cb9c2b3e19a2d457d5a8c3957c1e" alt=""><figcaption></figcaption></figure>

*Upon request we can quickly refine the functionality.* \
\&#xNAN;*For example, set a limit on the occurrence of a single object in the group and more.*&#x20;

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

**"Look at camera" will allow you to rotate:**\
\- the model's eyes toward the camera;\
\- buttons for convenient pressing;\
\- video, for example, a person with the background removed (a hologram).

The functionality will allow you to create realistic and spectacular projects.


---

# 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://docs.artar.es/project-creation/working-with-a-group.-randomization.-camera-rotation..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.
