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

# Team Management

> Invite teammates and manage seat assignments for your Ito organization.

Ito uses a seat-based model for team access. Each team member who needs to access the Ito dashboard must be assigned a seat. Members without a seat cannot view test results or configure settings.

## How seats work

* Seats are tied to your GitHub organization.
* Organization members are automatically synced from GitHub — you don't need to manually add them.
* Only organization **admins** can assign or unassign seats.
* The number of available seats is determined by your subscription (see [Billing](/guides/billing)).

## Assign a seat

<Steps>
  <Step title="Open Team settings">
    Navigate to **Settings → Team**.
  </Step>

  <Step title="Find the member">
    Browse the list of organization members. You can search by name or username.
  </Step>

  <Step title="Assign a seat">
    Click **Assign Seat** next to the member's name. They will immediately gain access to the dashboard.
  </Step>
</Steps>

## Unassign a seat

<Steps>
  <Step title="Open Team settings">
    Navigate to **Settings → Team**.
  </Step>

  <Step title="Find the member">
    Locate the member with an assigned seat.
  </Step>

  <Step title="Remove the seat">
    Click **Remove Seat** next to their name. Their dashboard access is revoked immediately.
  </Step>
</Steps>

<Note>
  Unassigning a seat does not remove the member from your GitHub organization — it only revokes their Ito dashboard access.
</Note>

## Add more seats

If you need more seats than your current plan provides, you can add them through the Stripe billing portal.

<Steps>
  <Step title="Open Billing settings">
    Navigate to **Settings → Plan & Billing**.
  </Step>

  <Step title="Manage subscription">
    Click **Manage Subscription** to open the Stripe Customer Portal.
  </Step>

  <Step title="Update seat quantity">
    Adjust the number of seats in your subscription. Changes are reflected immediately.
  </Step>
</Steps>

See [Billing](/guides/billing) for more details on plans and pricing.
