The Permissions overview is available atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/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 fromCL_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
No explicit permission gate on this route.Before you start
- You must be signed in.
- This page is typically used by organization administrators reviewing the permission model.
Steps
- Navigate to Settings > Permissions (
/settings/permissions). - Use the search field to find a specific permission by name or key.
- Select a module tab to browse that module’s permissions.
- Select a module card to drill into
/settings/permissions/:modulefor 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
Platform Foundation
Platform Foundation overview.
Governance & parity
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.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/permissions/pages/PermissionsOverviewPage.tsx