# Device Group

Every account could group their device into different groups to manage, for example, device over different floor of the building. A user could create 1F, 2F group to ease management.<br>

<figure><img src="https://i.imgur.com/OgtHlNq.png" alt=""><figcaption></figcaption></figure>

* **Collaborative Management**\
  By editing a device group, you can share it with other accounts to collaborative management the devices of the group.<br>

<figure><img src="https://i.imgur.com/QzJ3f7l.png" alt=""><figcaption></figcaption></figure>

Also, the device group will be visible in another shared account.

<figure><img src="https://i.imgur.com/zfRhqL7.png" alt=""><figcaption></figcaption></figure>


---

# 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://deviceon.gitbook.io/docs/web-user-interface/device-management/device-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.
