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

# Permissions

> Browse all platform permissions grouped by module, with search and drill-through to module-level details.

The Permissions overview is available at `/settings/permissions`. This route renders `PermissionsOverviewPage` from `src/platform/permissions/pages/PermissionsOverviewPage.tsx` with no explicit permission wrapper on the route.

## Overview

The Permissions Overview page displays all platform permissions organized by module. Each module group shows its permission keys, labels, and categories. Permission constants are imported from `CL_PERMISSIONS`, `FA_PERMISSIONS`, `FM_PERMISSIONS`, `FW_PERMISSIONS`, `HR_PERMISSIONS`, `LO_PERMISSIONS`, `RH_PERMISSIONS`, and `SYSTEM_PERMISSIONS`. A search field filters permissions by key or label across all modules. Tab navigation allows switching between module groups. Each module card links to `/settings/permissions/:module` for a detailed view via `ModulePermissionsPage`.

## Who it's for

Access follows your organization's role and module configuration. ## Before you start

* You must be signed in.
* This page is typically used by organization administrators reviewing the permission model.

## Steps

1. Navigate to **Settings > Permissions** (`/settings/permissions`).
2. Use the search field to find a specific permission by name or key.
3. Select a module tab to browse that module's permissions.
4. Select a module card to drill into `/settings/permissions/:module` for the full module view.

## Key concepts

**Permission key** — A dot-notation string identifying a specific capability, e.g., `pf.documents.analytics-view`. Keys are scoped to their module prefix.

**Permission category** — Permissions within a module are grouped by category (e.g., `view`, `manage`, `admin`) for readability.

## Related

<Columns cols={2}>
  <Card title="Platform Foundation" icon="layer-group" href="/pf/overview">
    Platform Foundation overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/platform.tsx
  * src/platform/permissions/pages/PermissionsOverviewPage.tsx
</Accordion>
