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

# Roles in Klaritics

> Roles control which modules and actions each user can access in Klaritics. Learn how to think about role design and link roles to users.

Roles in Klaritics determine what each person on your team can see and do. A role is a bundle of permissions that controls access to analytics modules, dashboard management, and administrative actions. Assigning the right roles keeps sensitive data secure while letting analysts and stakeholders get their work done.

## Why roles matter

Without roles, every user would have the same level of access. Roles let you:

* Limit who can create or delete dashboards
* Control who can manage event taxonomy and integrations
* Decide who can invite new users or change billing settings

## Common role concepts

Most teams design roles around three levels of access. These are patterns, not fixed system names, so you can adapt them to your organization.

<CardGroup cols={3}>
  <Card title="Admin" icon="shield">
    Full access to all modules, user management, and system settings. Typically reserved for platform owners.
  </Card>

  <Card title="Analyst" icon="chart-bar">
    Can create analyses, build dashboards, and configure widgets. Cannot manage users or system-level settings.
  </Card>

  <Card title="Viewer" icon="eye">
    Can view dashboards and analyses shared with them. Cannot create or edit content.
  </Card>
</CardGroup>

## How to assign roles

Roles are assigned when you invite a user or when you edit an existing user account. Each user must have exactly one role. If someone needs broader access, change their role in the user settings.

<Info>
  Changes to a role take effect immediately. Users do not need to log out and back in.
</Info>

## Next steps

* [Invite and manage users](/user-management/users)
