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

# Team Members

> Invite people to your account, set what they can do, and see what they have done.

The **Team** page covers two things: who can reach your account, and what everyone has been doing.

## Seats

| Plan    | Seats |
| ------- | ----- |
| Free    | 1     |
| Starter | 1     |
| Pro     | 3     |
| Elite   | 6     |

Your own seat counts. Pro with 3 seats means you plus two others.

## Roles

Two roles to choose from when inviting.

<CardGroup cols={2}>
  <Card title="Editor" icon="pen">
    Can add knowledge, edit agents, publish, and manage actions.
  </Card>

  <Card title="Viewer" icon="eye">
    Can view agents, conversations and analytics. Cannot make changes.
  </Card>
</CardGroup>

### What each role can do

|                                | Owner | Editor | Viewer |
| ------------------------------ | :---: | :----: | :----: |
| View agents                    |   ✅   |    ✅   |    ✅   |
| Edit agents & publish          |   ✅   |    ✅   |    —   |
| Delete agents                  |   ✅   |    —   |    —   |
| Manage actions                 |   ✅   |    ✅   |    —   |
| View conversations & analytics |   ✅   |    ✅   |    ✅   |
| Manage team                    |   ✅   |    —   |    —   |
| Billing & account settings     |   ✅   |    —   |    —   |

<Note>
  **There is no Admin role to hand out.** The account owner is the only administrator. Deleting agents, managing the team and touching billing stay with the owner.
</Note>

A Viewer opening an agent sees a **View only** banner naming why, and gets no editing controls at all — rather than buttons that would fail.

## Inviting someone

<Steps>
  <Step title="Click Invite">
    On the Team page.
  </Step>

  <Step title="Enter their email and pick a role">
    Editor or Viewer.
  </Step>

  <Step title="Send">
    They get an email with a link.
  </Step>

  <Step title="They accept">
    They sign up or log in, and your account appears alongside their own.
  </Step>
</Steps>

Pending invites are listed separately, where you can **resend** or **revoke** them.

## Changing a role

Click a member and pick the other role. It takes effect immediately, including on any page they have open.

## What team members see

Your agents appear in their **Your Agents** list next to their own, if they have any. Everything is scoped to what their role allows.

Two things follow the **agent owner's** plan, not the member's:

* **Customize** — an Elite account's branding options show for a member on a Free personal account
* **Analytics** — the Performance tab follows the owner's plan

That is intentional: the owner's subscription is what paid for those features.

## Activity

Below the roster is an activity feed — who did what, and when. Agents created and deleted, sources added, actions changed, team changes, settings updated.

Click any entry for the full detail.

<Tip>Worth a look if an agent's behaviour changes and nobody remembers touching it.</Tip>
