> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orq.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Members and teams

> Manage team members, roles, and project access in Orq.ai. Configure Admin, Developer, and Researcher roles and organize members into teams.

Orq.ai lets you manage roles and permissions within your workspace using Members and Teams. This enables you to build a granular access model that fits your organization.

* Each employee can be invited as a **Member**
* A **Member** has one of three roles: **Admin**, **Developer**, or **Researcher**
* Members can be grouped into **Teams**
* **Teams** are assigned access to [Projects](/docs/projects/overview)

## Members

<Frame caption="The Members overview shows all workspace members, their roles, and team assignments.">
  <img src="https://mintcdn.com/orqai/JX2Gx0RoFeXOhgbQ/images/team-members.png?fit=max&auto=format&n=JX2Gx0RoFeXOhgbQ&q=85&s=17f3bb17226b36c3f3927941d03aa53d" alt="Members list showing name, email, team count, and role for each workspace member, with an Add member button." width="1241" height="377" data-path="images/team-members.png" />
</Frame>

### Adding a Member

<Info>
  On the **Growth** plan, you must have an available seat before inviting a new member. Manage your seats from **Organization → Billing**. See [Seats](/docs/administer/billing-usage#seats) for details.
</Info>

To create a member, go to **Organizations → Members** and select **Add Member**.

<Frame caption="Enter the member's email, role, and team. These can all be updated later.">
  <img src="https://mintcdn.com/orqai/V0MCu8pxvsN8huIv/images/add-member.png?fit=max&auto=format&n=V0MCu8pxvsN8huIv&q=85&s=eba76bdcdae7c16dbecdefb465227224" style={{width: "450px", height: "auto"}} alt="Add workspace member dialog with fields for email, team selection, and workspace role, with Admin, Developer, and Researcher options shown." width="630" height="939" data-path="images/add-member.png" />
</Frame>

Each member is assigned one of three roles:

| Role           | Description                                                                                                                                                                                                                                                                           |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Admin**      | Complete access across all platform features, including user management, workspace settings, model configurations, and [Billing](/docs/administer/billing-usage).                                                                                                                     |
| **Developer**  | Technical access to all essential features, including the ability to deploy changes within [Deployment](/docs/deployments/overview). Developers cannot manage models, billing, or users.                                                                                              |
| **Researcher** | Full access to [Playground](/docs/playground/overview) and [Experiments](/docs/experiments/overview), but limited access to [Deployments](/docs/deployments/overview) and [Agents](/docs/agents/build). Researchers can review and annotate logs but cannot modify or deploy changes. |

<Frame caption="You can assign roles to members as they are created or edited.">
  <img src="https://mintcdn.com/orqai/V0MCu8pxvsN8huIv/images/assign-role.png?fit=max&auto=format&n=V0MCu8pxvsN8huIv&q=85&s=8a19ea0f46434cad2fb7893f9691d2e6" style={{width: "450px", height: "auto"}} alt="Edit member dialog for Anthony Diaz showing the Admin role selected, with Developer and Researcher as alternatives." width="684" height="907" data-path="images/assign-role.png" />
</Frame>

## Teams

Teams let you group members and assign them to [Projects](/docs/projects/overview). Members use their own role within each team's projects.

This lets you model access flexibly, for example:

* **Developers** can belong to separate teams, sharing projects or working on independent ones.
* A **Researcher** can be assigned to multiple teams, contributing across several deployments.

<Frame caption="You can easily add projects to existing teams, letting teammates access new projects immediately.">
  <img src="https://mintcdn.com/orqai/nOclYPIs8KSKK8Zr/images/team-projects.png?fit=max&auto=format&n=nOclYPIs8KSKK8Zr&q=85&s=dab3b8c3288fd8e6a143744ab94b6cfa" alt="Project access section showing Default project assigned to a team, with an Add project dropdown listing client-1 and research-and-development." width="505" height="367" data-path="images/team-projects.png" />
</Frame>

### Creating a Team

Go to **Organizations → Teams** and select **Add Team**. Enter a name and you will be taken to the team configuration screen.

<Frame caption="Your team configuration screen, where you can add members or configure project access.">
  <img src="https://mintcdn.com/orqai/NOOf02bUBGxl0JrD/images/add-team.png?fit=max&auto=format&n=NOOf02bUBGxl0JrD&q=85&s=8e860053feb802aa36ef597fa99df763" alt="Teams list on the left alongside an Add Team panel on the right, with fields for team name, description, member assignment, and project access." width="1489" height="1223" data-path="images/add-team.png" />
</Frame>

### Assigning Members to a Team

Choose **Add a member** and select a previously created member. Members use their own role within the team's projects.

### Assigning Projects to a Team

Choose **Add project** and select a previously created project.

<Info>
  To learn more about Projects, see [Projects](/docs/projects/overview).
</Info>
