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

# Census

> View and export a point-in-time census of current residents across Recovery Housing facilities.

The Census screen is intended to display a current resident count and composition view at `/rh/census`.

## Overview

The route `/rh/census` is listed in the navigation route labels as "Census" and has dedicated permission constants `rh.census.view` and `rh.census.export` defined in the platform permissions, 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. A `CensusSummaryWidget` component exists in the RH dashboard area, which suggests census data is surfaced in summary form on the dashboard.

## Who it's for

Access follows your organization's role and module configuration. is present on this route because no component is currently mounted. Permissions `rh.census.view` and `rh.census.export` 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 as a standalone screen. Verify with your administrator.
* Summary census data may be available on the Recovery Housing dashboard (`/rh/dashboard`).

## Steps

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

  <Step title="Review census summary on the dashboard">
    Navigate to `/rh/dashboard` to view the CensusSummaryWidget for a current occupancy overview.
  </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
  * src/cores/rh/components/dashboard/CensusSummaryWidget.tsx
</Accordion>
