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

# Users & Team

> Manage your team members, invite new users, assign roles, and control access to your Cernel organization.

Cernel lets you invite team members to your organization and assign them roles that control what they can do. Admins manage the team, while regular users work with products, agents, and enrichment.

## How it works

Each Cernel organization has a list of users. Users are invited via email and can be assigned one of two roles: **Admin** or **User**. Admins have full access to all settings including user management, while regular users can work with the platform's core features.

If you have access to multiple organizations, you can switch between them without logging out.

### Why you would use this

<CardGroup cols={2}>
  <Card title="Collaborate on product content" icon="users-gear">
    Invite team members so multiple people can configure agents, run enrichment, and review results.
  </Card>

  <Card title="Control who manages settings" icon="lock">
    Admin-only access for sensitive settings like integrations, user management, and API keys. Regular users focus on content work.
  </Card>
</CardGroup>

## Managing users

### Viewing your team

Go to **Settings > Users** to see all members of your organization. Each user card shows:

* **Name** with a "You" badge for your own account
* **Email address**
* **Role** (Admin or User)
* **Status** (Active or Inactive)
* **Last login** timestamp

<Frame>
  <img src="https://mintcdn.com/cernel-e5adbeb5/8s8TTk4ITllBQt38/images/users/users-list.png?fit=max&auto=format&n=8s8TTk4ITllBQt38&q=85&s=90d9fd3dfe1bd9b252b828f6b6759996" alt="The Users page showing user cards with avatar initials, name with 'You' badge, email, role badge (Admin/User), status badge (Active), and last login date, with an 'Invite User' button" width="2880" height="1800" data-path="images/users/users-list.png" />
</Frame>

### Inviting a new user

<Steps>
  <Step title="Click Invite User">
    On the Users page, click **Invite User** to open the invitation modal.

    <Frame caption="Inviting a new team member">
      <img src="https://mintcdn.com/cernel-e5adbeb5/weDuKoplcfWJC191/images/users/invite-modal.png?fit=max&auto=format&n=weDuKoplcfWJC191&q=85&s=41cf708dbdc7355ca7a8c60ad6ed9951" alt="The Invite New User modal showing email address field, role selector with User and Admin options, and a Send Invitation button" width="2880" height="1800" data-path="images/users/invite-modal.png" />
    </Frame>
  </Step>

  <Step title="Enter their email and role">
    Fill in:

    * **Email Address** - The email where the invitation will be sent
    * **Role** - Choose **User** (standard access) or **Admin** (full access including settings management)

    <Note>
      New users receive an invitation email to set up their account. They'll need to create a password before they can log in.
    </Note>
  </Step>

  <Step title="Send the invitation">
    Click **Send Invitation**. The user appears in your team list with an "Inactive" status until they complete their account setup.

    <Check>
      The invitation has been sent. The user will appear as "Active" once they set up their account and log in.
    </Check>
  </Step>
</Steps>

### Changing a user's role

Admins can change any user's role by clicking the role badge on their user card. Select the new role from the dropdown. Changes take effect immediately.

### Removing a user

Admins can remove users by clicking the delete icon on their user card. A confirmation dialog asks you to verify. Removing a user revokes their access to the organization but doesn't delete any content they created.

## Your profile

Click your name in the sidebar to access your profile, or navigate to **Profile** directly. Here you can:

* **Edit your name** (first and last name)
* **View your email** (read-only)
* **Change your password** via the change password drawer
* **See your account details** (role, status, member since, last login)

## Roles and permissions

| Capability                                  | Admin | User |
| ------------------------------------------- | ----- | ---- |
| View and enrich products                    | Yes   | Yes  |
| Create and edit agents                      | Yes   | Yes  |
| Configure attributes                        | Yes   | Yes  |
| Run enrichment                              | Yes   | Yes  |
| Review and approve content                  | Yes   | Yes  |
| Manage integrations                         | Yes   | No   |
| Manage users (invite, remove, change roles) | Yes   | No   |
| Configure platform settings                 | Yes   | No   |
| Access API and webhooks                     | Yes   | No   |
| View usage metrics                          | Yes   | Yes  |

## Switching organizations

If you have access to multiple Cernel organizations, you can switch between them from the organization switcher in the sidebar. Your current organization is shown, and a dropdown lets you select a different one. Switching is instant and doesn't require logging out.

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Can I change my own role?">
    No. Only other admins can change your role. This prevents accidental loss of admin access. Every organization must have at least one admin.
  </Accordion>

  <Accordion title="What happens when I remove a user?">
    The user immediately loses access to the organization. They can no longer log in or view any data. Content they created (agents, enrichment results, configurations) is not deleted.
  </Accordion>

  <Accordion title="Can I change my email address?">
    Email addresses are set during account creation and cannot be changed through the profile page. Contact support if you need to update your email.
  </Accordion>

  <Accordion title="How many users can I have?">
    There is no limit on the number of users you can invite to your organization. Invite as many team members as you need.
  </Accordion>
</AccordionGroup>

## What's next

<CardGroup cols={2}>
  <Card title="Settings & Configuration" icon="arrow-right" href="/features/settings">
    Explore all platform settings available to admins.
  </Card>

  <Card title="What is Cernel?" icon="arrow-right" href="/get-started/what-is-cernel">
    Share this page with new team members to help them get started.
  </Card>
</CardGroup>
