> For the complete documentation index, see [llms.txt](https://help.atlas-control.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.atlas-control.app/show-settings/objects/sets-alias.md).

# Sets / Alias

## Sets

Sets allow for logical groupings of objects that a user may wish to view, program or control together. They form the basis of a programming tool and, unlike groups, have to direct effect over the objects contained within them.&#x20;

<figure><img src="/files/z8oHf5g9NwXtkyet09hj" alt=""><figcaption><p>Show Settings - Object Overview showing Alias assignments</p></figcaption></figure>

{% hint style="info" %}
By default Atlas assigns all objects to a set named "all" that cannot be deleted.
{% endhint %}

#### Creating a New Set

Clicking on the "+" sign creates a new set within the window. Sets can be renamed by right clicking  on the name  of the selected set and choosing "Rename".&#x20;

#### Deleting a Set

Right clicking on a selected set and choosing "Delete "set name" will delete the set.&#x20;

#### Assigning Objects to a Set

Assignments can be made by selecting an object and then selecting the required set.&#x20;

{% hint style="info" %}
Objects can belong to multiple sets allowing for quick programming and views to be achieved. Multiple objects can be assigned to a chosen set(s) by holding CMD whilst selecting objects.&#x20;

Atlas will display "Mixed" in sets where not all selected objects are members of that set.&#x20;
{% endhint %}

***

## Alias's

Alias's allow for objects and groups to take on different names within the cue structure. They can be used when an object or group may be used for multiple sources that are patched throughout a performance allowing for easy identification within a given scene.&#x20;

<figure><img src="/files/3SVVLZ7Ptwwzeyg0xncR" alt=""><figcaption><p>Show Settings - Objects showing Alias assignments</p></figcaption></figure>

#### Creating an Alias

Clicking on the "+" sign creates a new Alias within the window. Alias's can be renamed by double clicking on them.&#x20;

#### Deleting an Alias

Right clicking on the selected alias and choosing "Delete Alias" will delete the alias.&#x20;

{% hint style="info" %}
Each object can have multiple Alias's. As the alias is unique to an object multi select will deactivate the ability to add an alias.&#x20;
{% endhint %}


---

# 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:

```
GET https://help.atlas-control.app/show-settings/objects/sets-alias.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.
