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.

This screen surfaces AI-generated compliance suggestions for review and action at route /gr/ai/suggestions.

Overview

The AI Suggestions Dashboard requires the AI Compliance Advisor feature to be enabled via GR settings (gr.admin controls this). When disabled, the page shows an informational message with a link to settings. When enabled, it displays four stat cards (Total Suggestions, Pending Review, Accepted, Rejected) and a tabbed list with tabs for All, Pending, Accepted, and Rejected suggestions. Each tab renders the AISuggestionsList component filtered by status. A jurisdiction badge shows the current compliance jurisdiction. Users can open the AI Chat Panel (AIComplianceChatPanel) with the Ask AI Advisor button.

Who it’s for

No explicit permission gate on this route. Any authenticated user with access to the GR module can view this screen if the AI Compliance feature is enabled in settings.

Before you start

  • AI Compliance must be enabled in GR settings (/gr/settings).
  • Jurisdiction profile must be configured for jurisdiction-aware suggestions.

Steps

1

Navigate to AI Suggestions

Go to /gr/ai/suggestions.
2

Check feature availability

If the AI Compliance Advisor is disabled, click Go to Settings and enable the feature under GR settings.
3

Review pending suggestions

Click the Pending tab to see suggestions awaiting action.
4

Accept or reject suggestions

Use the actions within AISuggestionsList to accept or dismiss individual suggestions.
5

Ask the AI Advisor

Click Ask AI Advisor to open the compliance chat panel for freeform questions.

Key concepts

  • Suggestion statusespending (awaiting review), accepted (applied), rejected (dismissed).
  • JurisdictionBadge — displays the configured jurisdiction from the organization’s JurisdictionProfile.
  • AI Compliance Advisor — must be enabled in GR settings; when disabled this screen shows a blocked state.

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.
  • src/routes/gr.tsx
  • src/cores/gr/pages/AISuggestionsDashboard.tsx
  • src/cores/gr/hooks/useAIComplianceEnabled.ts
  • src/cores/gr/ai/index.ts