# How to Create a Group

CubiLock provides easy access to handle multiple devices by adding them in a **Group**. A Group is a virtual collection of multiple devices and a profile. This helps in defining better roles for your enterprise for example creating an **Admin** group and adding all devices in that group to automatically use the profile defined against **Admin** group, later if the profile is desired to be changed instead of changing on all devices - a simple change in Group will update all devices.

### To Create Group:

From your CubiLock console:

1. Navigate to **Device Groups** from side menu.
2. Click on **Add Group** and enter a **name** for the group. Here you should also **select the profile** you want to apply for all the devices in the group.
3. Click on **Submit** and your group will be created.

![Device Groups accessible from side menu](/files/SKgABwl7vvBPRkTQi83W)

![Click on + Create Group button to create a new group](/files/3IqrTTV1yEBCxbP8ZDxO)

![Add Group by giving it name and assigning it a profile](/files/39l356bYiXo2ifjCXHPy)


---

# 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.cubilock.com/group-management/how-to-create-a-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.
