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

# Audit Readiness

> Dashboard showing an overall readiness score and per-category readiness breakdown for upcoming audits within 90 days.

This screen assesses readiness for upcoming audits using a scored dashboard at route `/gr/audits/readiness`.

## Overview

The Audit Readiness page displays a circular gauge showing the Overall Readiness Score as a percentage, colored success (≥90%), warning (≥70%), or destructive otherwise. Below it, per-category readiness scores are shown as labeled progress bars. The screen also shows a list of upcoming audits (within 90 days) using `useUpcomingAudits(90)`, each displaying type badge and scheduled date. Area navigation cards link to related sections (requirements, audit management).

## Who it's for

Access follows your organization's role and module configuration. Any authenticated user with access to the GR module can view this screen.

## Before you start

* Compliance requirements and audit records must exist to generate a meaningful readiness score.

## Steps

<Steps>
  <Step title="Open Audit Readiness">Navigate to `/gr/audits/readiness`.</Step>
  <Step title="Review the overall score">Check the circular gauge for the overall readiness percentage and color-coded health indicator.</Step>
  <Step title="Drill into categories">Review the per-category progress bars to identify which areas are below target.</Step>
  <Step title="Check upcoming audits">Review the list of audits scheduled within the next 90 days.</Step>
  <Step title="Navigate to requirements">Use the navigation cards to jump to the requirements library or audit list to address gaps.</Step>
</Steps>

## Key concepts

* **Overall Readiness Score** — percentage computed by `useAuditReadiness`; based on requirement compliance and documentation.
* **By category** — readiness broken down by compliance category from `byCategory` array.
* **Upcoming audits** — audits with `scheduled_date` within 90 days.

## 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">
    Documentation coverage and governance.
  </Card>
</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/AuditReadiness.tsx
  * src/cores/gr/hooks/useAuditReadiness.ts
  * src/cores/gr/hooks/useAuditList.ts
</Accordion>
