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

# Role-based access control

Zenskar uses [role-based access control (RBAC)](https://auth0.com/docs/manage-users/access-control/rbac) for **authorization**. Instead of granting permissions to individual people one at a time, permissions are grouped into **roles**, and roles are assigned to **users**. This keeps access consistent across your organization and makes it easy to see, at a glance, who can do what.

<CardGroup cols={2}>
  <Card title="Roles" icon="user-shield" href="/docs/20260301/security/role-based-access-control/roles">
    A role is a named collection of permissions. Learn how Zenskar's permission catalog is structured and how to create, edit, and delete roles.
  </Card>

  <Card title="Users" icon="users" href="/docs/20260301/security/role-based-access-control/users">
    A user is anyone who can access the Zenskar web application. Learn how to invite users, assign roles, grant additional permissions, and manage two-factor authentication for them.
  </Card>
</CardGroup>
