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

# Team and account

> View your account details, manage team members, and control their access permissions.

The Account tab shows your profile details and plan. The Team Members page lets you add people to your account and control what they can access.

## Account information

Open **Settings > Accounts** and select the **Account** tab. The card displays:

* Your avatar and name (or email prefix if no name is set)
* Email address
* Current plan name with a badge
* Member since date
* Last sign-in date

This information is read-only. It reflects your Supabase authentication profile.

## Team members

The Team Members page is a separate view inside the Account section. It shows all sub-users on your account with their status and permission level.

Stats at the top summarize: total team members, active members, and pending invitations.

Filter the list by status or search by email to find specific members.

## Adding a team member

<Steps>
  <Step title="Click Add Team Member">
    Click the **Add Team Member** button in the top-right corner of the Team Members page.
  </Step>

  <Step title="Enter their email">
    In the dialog that opens, enter the email address of the person you want to add.
  </Step>

  <Step title="Erlin creates the sub-user">
    Erlin creates the account and shows you the login credentials (email and temporary password) in a success dialog.
  </Step>

  <Step title="Share credentials with the team member">
    Copy the credentials and send them to your team member. They use these to sign in to Erlin under your account.
  </Step>
</Steps>

## Permissions

Each team member has a permission level that controls what they can do:

| Permission | What they can do                                                                                       |
| ---------- | ------------------------------------------------------------------------------------------------------ |
| **Read**   | View dashboards, metrics, prompts, citations, and content. Cannot execute prompts or generate content. |
| **Write**  | Everything in read, plus: execute prompts, generate content, run scans, and trigger analyses.          |

Change permissions anytime by clicking the permission editor on any team member row. The change takes effect immediately.

## Removing a team member

Click the remove action on any team member row. Confirm in the dialog. The member loses access immediately. Content they generated while on your account remains in your Library and dashboards.

## Related

<CardGroup cols={2}>
  <Card title="Plans and usage" icon="credit-card" href="/account/plans-and-usage">
    View your credit balance and feature limits.
  </Card>

  <Card title="Bring your own key" icon="key" href="/account/byok">
    Connect your own API key for unlimited access.
  </Card>
</CardGroup>
