Skip to main content

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.

The Governance & Learning module (/gr) serves as the entry point and immediately redirects to /gr/dashboard, which renders the GROverview component with module-wide statistics and navigation cards.

Overview

Navigating to /gr triggers an immediate client-side redirect to /gr/dashboard (rendered by GROverview). The dashboard displays four summary stat cards — Compliance Score, Pending Actions, Active Risks, and Training Completion Rate — alongside area navigation cards for every GR sub-module. Alternate primary route: /gr/dashboard.

Who it’s for

No explicit permission gate on this route. The redirect itself requires no permission; individual sub-module cards surface behind their own permission gates.

Before you start

  • Ensure your account has been assigned to an organization within the platform.
  • Sub-module cards (Compliance, Audits, Risks, Policies, Training, QI) each enforce their own permissions — you will only see controls relevant to your role.

Steps

1

Navigate to Governance & Learning

Go to /gr in the application. You will be redirected automatically to /gr/dashboard.
2

Review summary statistics

Four stat cards display at the top: Compliance Score, Pending Actions, Active Risks, and Training Complete. Cards marked warning or destructive indicate items needing attention.
3

Use Quick Actions

The Quick Actions section below the header provides shortcuts to common tasks for your role (up to 6 module actions and 3 global actions).
4

Navigate to a sub-module

Click any area navigation card to open the corresponding GR sub-module (e.g., Policy Library, Compliance Dashboard, Audit Management, Risk Register, Quality Improvement, Training Library).

Key concepts

  • Compliance Score — organization-wide compliance rate computed from gr_compliance_checks data via useComplianceStats.
  • Pending Actions — sum of pending policy acknowledgments, open remediations, and open corrective actions.
  • Active Risks — count of active risks (critical / total) from useRiskStats.
  • Training Complete — organization training completion rate from useTrainingStats.
  • AI Compliance Advisor — shown conditionally when useAIComplianceEnabled returns true.

Governance & Compliance

Governance & Compliance core 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.
  • src/routes/gr.tsx
  • src/cores/gr/pages/GROverview.tsx
  • src/cores/gr/hooks/useComplianceStats.ts
  • src/cores/gr/hooks/usePolicyStats.ts