> 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/administration/tenant/create-subtenants/subtenant-devices.md).

# SubTenant Devices

The **Device in Sub-Tenant** section allows administrators to allocate devices to specific sub-tenants within the platform. This ensures a streamlined organization of resources, enabling precise management of devices across different sub-tenants. Devices assigned to a sub-tenant are exclusively visible and manageable within that sub-tenant's scope, supporting efficient operational control and enhanced data segmentation.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXera3SO9zEdR7Yx-MwaEsAV6OgRtjF0txXaQZRFJwcUshybaF4Xak89xQpca7XGrOB55LJNt-chUNnc9S4mO6UUpZFfMDQPQx1K9hBClQ_G25kFM8x8Fi5u8_lQLiJVoZAZPv6rdg?key=ZzE-SQBxhtpTethCCNB9a49Q" alt=""><figcaption><p>Add Device to Sub-Tenant</p></figcaption></figure>

## Steps to Assign Devices to a Sub-Tenant:

1. **Navigate to SubTenant Devices**
   * Open the **Administration** menu and go to **SubTenants Devices**.
2. **Select Target SubTenant:**
   * From the list on the right-hand side, choose the SubTenant to which devices will be assigned.
3. **Initiate Device Assignment:**
   * Click the **+ Assign Device to SubTenant** button.
4. **Select Devices:**
   * From the device list, use the check boxes to select the devices you wish to assign.
5. **Device are added:**
   * once the check box is clicked the device is automatically added to the subgroup

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.g-iot.io/platform-user-guide-book/administration/tenant/create-subtenants/subtenant-devices.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
