> ## 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.

# RBAC

Zenskar employs [Role-based access control (RBAC)](https://auth0.com/docs/manage-users/access-control/rbac) for **authorization**. Instead of granting permissions to individuals 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/20240301/security/role-based-access-control/roles">
    A role is a collection of permissions. Understand how authorization differs from authentication and how roles are structured in Zenskar.
  </Card>

  <Card title="Users" icon="users" href="/docs/20240301/security/role-based-access-control/users">
    A user is anyone who can access the Zenskar web application. Learn how roles are assigned to users and what user-management permissions control.
  </Card>
</CardGroup>
