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

# Oversight Compliance

> View the compliance tab of the Clinical Oversight hub, which tracks supervision compliance metrics and requirements.

The `/hr/oversight/compliance` route is a redirect that opens the Compliance tab of the Clinical Oversight hub.

## Overview

`/hr/oversight/compliance` is a redirect route that immediately replaces the URL with `/hr/oversight?tab=compliance`. The underlying Clinical Oversight Hub (`OversightHubPage`, HR-19) is a tabbed page with Relationships, Sessions, Compliance, and Reports tabs. The Compliance tab is rendered by `OversightComplianceDashboard`. Access follows your organization's role and module configuration. is present on this redirect route; access is governed by the hub page itself.

## Who it's for

Access follows your organization's role and module configuration. ## Before you start

* Navigate directly to `/hr/oversight` to access the full Clinical Oversight Hub with all tabs.

## Steps

1. Navigate to `/hr/oversight/compliance` — you will be redirected to `/hr/oversight?tab=compliance`.
2. The Clinical Oversight Hub will open with the Compliance tab active.

## Related

<Columns cols={2}>
  <Card title="Human Resources" icon="users" href="/hr/overview">
    Human Resources core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" 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/hr/oversight-analytics-succession-routes.tsx
  * src/cores/hr/pages/oversight/OversightHubPage.tsx
  * src/cores/hr/pages/oversight/OversightComplianceDashboard.tsx
</Accordion>
