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

# Governance & Learning Overview

> The Governance & Learning module (/gr) serves as the entry point and immediately redirects to /gr/dashboard, which renders the GROverview component with…

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

Access follows your organization's role and module configuration. 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

<Steps>
  <Step title="Navigate to Governance & Learning">
    Go to `/gr` in the application. You will be redirected automatically to `/gr/dashboard`.
  </Step>

  <Step title="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.
  </Step>

  <Step title="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).
  </Step>

  <Step title="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).
  </Step>
</Steps>

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

## Related

<Columns cols={2}>
  <Card title="Governance & Compliance" icon="scale-balanced" href="/gr/overview">
    Governance & Compliance core overview.
  </Card>

  <Card title="Governance & parity" icon="clipboard-check" 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/gr.tsx
  * src/cores/gr/pages/GROverview\.tsx
  * src/cores/gr/hooks/useComplianceStats.ts
  * src/cores/gr/hooks/usePolicyStats.ts
</Accordion>
