> 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/add-user-to-sub-tenant.md).

# Add User to Sub-Tenant

Once a Sub-Tenant has been created or identified for user assignment, navigate to the User page. Use the filter option to select the desired Sub-Tenant. From there, follow the steps to create a new user, ensuring they are correctly associated with the chosen SubTenant.

{% hint style="warning" %}
Existing users cannot be added to a Sub-Tenant. Admins must create a new user within the Sub-Tenant, even using the same email address as in the main Tenant. For security, it is recommended to set a unique password for the new user.
{% endhint %}

<figure><img src="/files/rLujqN3O7AKn6fPNUaYA" alt=""><figcaption><p>add user to Sub-Tenant</p></figcaption></figure>

## STEPS to Add User to Sub-Tenant

1. **Access Administration:** Navigate to the Administration menu and select the **Users** section.
2. **Filter SubTenant:** Click on the **Filter** icon at the top of the screen.
3. **Select Target SubTenant:** In the filter pop-out menu, choose the desired SubTenant name (e.g., *SubTenant - GIOT*).
4. **Apply Filter:** Click **Apply** to display only users within the selected SubTenant.
5. **Create New User:** Click on the **Create New User** icon and follow the steps to complete the user creation process.

{% hint style="info" %}
Follow the link to create new User:\
[https://app.gitbook.com/o/DKrl40rifuf7Bl8WIqXK/s/fEQ6KpTjmszWVWQqgcEa/\~/changes/199/platform-user-guide-book/administration/user/create-new-user](/platform-user-guide-book/administration/user/create-new-user.md)
{% endhint %}


---

# 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/add-user-to-sub-tenant.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.
