# Creating & Managing Teams

Teams are the working-level units within your organization hierarchy. They let you group users and assign team-specific roles.

## Creating a Team

1. Navigate to **Org & Account Management > Teams**
2. Click **Create Team**
3. Enter the team name and select a parent organization
4. The team is created and ready for members

## Adding Members

1. Open a team and click **Add Member**
2. Search for a user by name or email
3. Select a role for this team membership
4. Click **Add Member**

The user will now have access scoped to this team and its resources.

## Team Roles

When adding a user to a team, you assign them a role that applies only within that team context. A user can have different roles in different teams.

## Removing Members

Click the remove button next to a team member to revoke their team membership. This doesn't delete their account — it only removes their access to this team.


---

# 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://accessiq.gitbook.io/accessiq-docs/organizations-and-teams/teams.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.
