# How to remove users from a team or sub-team?

To **remove users from a team or sub-team** in Hivel, follow these steps:

#### Steps to Remove Users:

1. **Navigate to the Teams page**: Go to the Teams page and select the particular team from which you want to remove users.
2. **Select the Users to Remove**: Find and select all the users that you wish to remove from the team.
3. **Click on the "Delete" Icon**: On the right corner of the user selection list, click on the **"Delete"** icon to remove the users from the team.

<figure><img src="/files/tJTGE6BQknowRkMFMON3" alt="" width="106"><figcaption></figcaption></figure>

{% hint style="info" %}
**Important**: If you **remove a user from the parent team**, they will also be removed from **all sub-teams** under that parent team.

If a user is **only removed from a sub-team**, they will **remain part of the parent team**. This is by design, as a user can be part of the larger parent team even if not part of its sub-teams.
{% endhint %}

{% hint style="info" %}
**Another Note**: Removing users from a team does not delete their data. If the user becomes part of another team later, their data will still be available and visible when that new team is selected.

To permanently remove an user from the platform, use the [<mark style="color:purple;">archive functionality</mark>](/set-up/users/how-to-archive-users.md).
{% endhint %}


---

# 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.hivel.ai/set-up/teams/how-to-remove-users-from-a-team-or-sub-team.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.
