> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/platform-user-guide-book/group/create-subgroups.md).

# Create SubGroups

## **Introduction to Subgroups**

Subgroups allow for further organization within a primary group, enabling more granular control of devices, configurations, and management. This hierarchy is particularly useful for segmenting devices by location, functionality, or any specific categorization needed for streamlined operations.

Creating a subgroup is practically identical to creating a main group, ensuring a seamless and intuitive process. Once a subgroup is created, it inherits the primary group's settings but can also be customized to meet unique requirements. Subgroups provide flexibility in managing devices while maintaining a clear organizational structure.

## When a Group Contains SubGroups? How to recognize it ?

* **With Subgroups**: When a group contains subgroups, the folder icon is color-filled, indicating that additional levels of hierarchy exist within the group.
* **Without Subgroups**: Groups without subgroups are represented by an unfilled folder icon (e.g., white), signifying no further subdivisions.

These visual cues make it easy to distinguish between groups with and without subgroups at a glance.

<figure><img src="/files/jUM8KmfslaU90muNRWje" alt="" width="358"><figcaption><p>Subgroup icon</p></figcaption></figure>

## CREATE SUBGROUPS

<figure><img src="/files/GyUMSxdAKhSRbBwz3514" alt=""><figcaption><p>Create a Subgroup</p></figcaption></figure>

### Steps to Create Subgroups:

1. **Locate the Parent Group**:\
   Navigate to the Assets view or Groups section and find the group you want to add a subgroup to.
2. **Open Parent Group Menu**:\
   Click the ⋮ (ellipse) icon on the parent group card to open the menu.
3. **Select Create Subgroup**:\
   From the drop down menu, click on **Create Subgroup**.
4. **Enter Subgroup Details**:\
   In the popup window, fill in the following:
   * **Name**: Provide a name for the subgroup.
   * **Description**: Add an optional description to identify the subgroup.
5. **Save the Subgroup**:\
   Click **Create** to finalize and create the subgroup.

> **Note**: The process mirrors that of creating a group, with the only difference being that the subgroup is nested under a parent group. After creation, subgroup management (e.g., assigning devices) can be performed in the same way as for groups.


---

# 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://docs.g-iot.io/platform-user-guide-book/group/create-subgroups.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.
