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

# User Access

> How membership and roles work in a Corvic organization.

Access to Corvic is **invite-only**. Users belong to an [organization](/concepts/introduction#platform-components), and their role within it determines what they can manage.

## Roles

| Role       | Can do                                                                                                                          |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------- |
| **Admin**  | Full access — manage members and roles, configure connectors and LLM endpoints, and manage billing and the organization's plan. |
| **Member** | Work within the organization — create and use rooms, data sources, workflows, and agents.                                       |

<Note>
  Admins can change a user's role between **Admin** and **Member** and remove members. An organization must always have at least one Admin.
</Note>

## Managing members

Admins invite, assign roles to, and remove members from the **Members** section of [Settings](/features/admin-console#member-management). Invitees receive an email link to join; pending invites and active members are tracked separately.

<Warning>
  Removing a user revokes their access immediately.
</Warning>

## Sharing beyond your organization

To give people outside your organization access to results, share an agent's chat threads and artifacts, or deploy an agent as a public app — no membership required. See [Sharing & Collaboration](/features/sharing).

## Related Concepts

<CardGroup cols={2}>
  <Card title="User Access (Feature Guide)" icon="user" href="/features/user-access">
    Set up your account and sign in.
  </Card>

  <Card title="Settings" icon="gear" href="/features/admin-console">
    Manage members, connectors, and plans.
  </Card>

  <Card title="Sharing & Collaboration" icon="share-nodes" href="/features/sharing">
    Share results outside your org.
  </Card>

  <Card title="Rooms" icon="folder" href="/concepts/rooms">
    Isolated workspaces for your work.
  </Card>
</CardGroup>
