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

# Charges

> View and manage resident charges associated with Recovery Housing episodes. Note: this feature is not yet implemented in the current codebase.

The Charges screen is intended to manage billing charges associated with Recovery Housing episodes at `/rh/charges`.

## Overview

The route `/rh/charges` is listed in navigation route labels as "Charges" (with sub-route `/rh/charges/new` labeled "New Charge"), and has permission constants `rh.charges.view`, `rh.charges.create`, and `rh.charges.edit` defined in the platform, but no page component is mounted for this route in `src/routes/rh.tsx` as of the current codebase. Navigation to this route will render the RH 404 (Not Found) fallback.

## Who it's for

Access follows your organization's role and module configuration. Permissions `rh.charges.view`, `rh.charges.create`, and `rh.charges.edit` are defined for future use. The outer `RH_PERMISSIONS.DASHBOARD_VIEW` guard applies to all RH routes.

## Before you start

* This feature may not yet be available. Verify with your administrator.
* Charge-related workflows may be accessible through the Finance & Revenue (FA) core if your organization has that module configured.

## Steps

<Steps>
  <Step title="Check availability">
    Confirm with your administrator whether the `/rh/charges` route is active in your deployment.
  </Step>

  <Step title="Contact your billing team">
    For charge capture and billing questions, contact your Finance & Revenue administrator or refer to the FA core documentation.
  </Step>
</Steps>

## Creating a charge

No route, component, or form for `/rh/charges/new` was found in the codebase. This feature is not yet implemented. Contact your system administrator for current guidance on recording charges in Recovery Housing.

<Warning>
  Steps cannot be documented — no implementation exists for this route. SME: define the expected workflow before this section is authored.
</Warning>

## 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/platform/navigation/route-labels.ts
  * src/platform/permissions/constants.ts
</Accordion>
