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

# AI Advisor

> The /gr/ai path has no registered standalone route and redirects to the GR dashboard.

The path `/gr/ai` has no registered standalone route in the application and does not render a dedicated screen.

## Overview

In `src/routes/gr.tsx`, there is no `<Route path="/gr/ai" ...>` entry. Requests to `/gr/ai` are not explicitly handled and will fall through to the `NotFound` route or the catch-all redirect. The AI-related screens in the GR module are registered as child paths: `/gr/ai/suggestions`, `/gr/ai/gap-analysis`, `/gr/ai/audit-prep`, and `/gr/ai/risk-assessment`. This page is not a standalone screen.

## Who it's for

Access follows your organization's role and module configuration. — not a standalone screen.

## 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
</Accordion>
