# Groups

Fixture Groups allow you to group various Fixtures together.

Each Fixture can be assigned to multiple Groups.

Groups are used in multiple places. You can apply a Block Stack onto a whole group, reference them in spatial Blocks and more.

Assigning and removing Fixture Groups is done through the [Schematic view](/guide/views/schematic.md).

To add a Fixture to a Group, open the property inspector and press the circle with Add. The text may be hidden when you're zoomed out too much but it will work the same.

Then either select one of the existing groups or write a new name and press enter.

To remove a Fixture from a Group, middle click the circle representing the Group.

![](/files/-M7T3wGXdXIZfMyDgEst)


---

# 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.scenic.tools/guide/groups.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.
