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

# Schedule Audit

> Planned route for creating a new audit schedule entry — the path /rh/audits/new does not exist in the shipped router; audits are scheduled from the Audits list…

This page is reserved for a dedicated "Schedule Audit" creation route at `/rh/audits/new`.

## Overview

No route for `/rh/audits/new` was found in the shipping router. New audit schedule entries are currently created via an inline dialog launched from the "Schedule Audit" button on the Audits list screen at `/rh/audits`. The dialog is rendered by `AuditScheduleDialog` and supports fields for audit type (Internal, External, Regulatory, NARR, Arizona DHS, Other), residence, scheduled date, and status.

## Who it's for

Access follows your organization's role and module configuration. The existing Audits list at `/rh/audits` is gated by `RH_PERMISSIONS.DASHBOARD_VIEW` (`rh.dashboard.view`).

## Before you start

* Confirm the correct route with your system administrator or SME.
* If you need to schedule an audit now, navigate to `/rh/audits` and use the "Schedule Audit" button.

## Steps

<Steps>
  <Step title="Confirm route availability">
    Ask your system administrator whether `/rh/audits/new` has been released. If not yet available, use the inline dialog on `/rh/audits` to schedule a new audit.
  </Step>
</Steps>

## Related

<Columns cols={2}>
  <Card title="Recovery Housing" icon="house" href="/rh/references">
    Recovery Housing references and overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" 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/rh.tsx
  * src/cores/rh/pages/AuditSchedulesPage.tsx
  * src/cores/rh/hooks/useAuditSchedules.ts
  * src/platform/permissions/constants.ts
</Accordion>
