This screen uses AI to generate audit readiness recommendations for a selected audit at routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/gr/ai/audit-prep.
Overview
The AI Audit Preparation page requires the AI Compliance Advisor to be enabled in GR settings. When disabled, it shows a blocked state with a link to settings. When enabled, users select an audit from a dropdown of all audits, then click Run Preparation to generate an AI readiness assessment. The prompt sent to the AI includes the audit title, type, status, and scheduled date. Previously generated preparation results are listed below the selector usinguseAIAuditPrepList. An AI chat panel is accessible via the Ask AI Advisor button.
Who it’s for
No explicit permission gate on this route. AI Compliance must be enabled in GR settings.Before you start
- AI Compliance must be enabled in GR settings (
/gr/settings). - At least one audit must exist to select for preparation.
Steps
Check feature availability
If the AI Compliance Advisor is disabled, click Go to Settings and enable it.
Run preparation
Click Run Preparation to generate an AI readiness assessment for the selected audit.
Key concepts
- AI Compliance Advisor — must be enabled in GR settings before this screen is functional.
- Preparation prompt — constructed from audit title, type, status, and scheduled date; passed to the AI generation function.
- Prep results — stored results returned by
useAIAuditPrepList, optionally filtered by the selected audit ID.
Related
Governance & Compliance
Governance & Compliance core overview.
Governance & parity
Documentation coverage and governance.
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/gr.tsx
- src/cores/gr/pages/AIAuditPrep.tsx
- src/cores/gr/hooks/useAIComplianceEnabled.ts
- src/cores/gr/ai/index.ts
- src/cores/gr/hooks/useAuditList.ts