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

# Bed Management

> Configure and manage individual beds within Recovery Housing residences.

The Bed Management screen is intended to manage individual bed records within residences at `/rh/beds`.

## Overview

The route `/rh/beds` is referenced in navigation labels and in the Recovery Housing dashboard quick-action as "Bed Management," 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. Bed records are accessible through the Bed Board (`/rh/bed-board`) and through individual residence detail pages (`/rh/residences/:id`).

## Who it's for

Access follows your organization's role and module configuration. is present on this route because no component is currently mounted. 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 whether Bed Management is accessible in your deployment.
* The Bed Board at `/rh/bed-board` provides a read-only view of current bed status and requires `rh.beds.view`.

## Steps

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

  <Step title="Use Bed Board as an alternative">
    Navigate to `/rh/bed-board` to view current bed occupancy across all residences.
  </Step>

  <Step title="Use Residence detail for bed records">
    Navigate to a specific residence at `/rh/residences/:id` to review bed-level records for that location.
  </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/platform/navigation/route-labels.ts
  * src/platform/permissions/constants.ts
</Accordion>
