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

# Staffing Forecasts

> Project and track staffing needs based on workload drivers, then evaluate forecast accuracy over time using the Forecasts and Accuracy tabs.

The Staffing Forecasts page shows projected staffing requirements derived from workload drivers and provides an accuracy dashboard to compare forecasts against actuals. It is served at route `/hr/staffing-forecasts`.

## Overview

The page is a two-tab interface: **Forecasts** (renders `ForecastDashboard`) and **Accuracy** (renders `ForecastAccuracyDashboard`). A back button navigates to `/hr/workload-drivers`. Forecasts are driven by workload driver configuration; the accuracy tab compares forecast data to actual outcomes.

This page is part of the HR-08 Workload Drivers & Staffing Needs feature.

## Who it's for

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

* Workload drivers must be configured at `/hr/workload-drivers` before forecast data populates.
* Historical timesheet or staffing data is required for the Accuracy tab to display meaningful comparisons.

## Steps

**View forecasts**

1. Navigate to **HR > Staffing Forecasts** or go to `/hr/staffing-forecasts`.
2. The **Forecasts** tab opens by default showing the forecast dashboard.
3. Review projected staffing needs by period.

**Review accuracy**

1. Switch to the **Accuracy** tab.
2. Review the comparison between forecast projections and actual staffing outcomes.

## Key concepts

| Term              | Meaning                                                                                                    |
| ----------------- | ---------------------------------------------------------------------------------------------------------- |
| Workload driver   | Configurable metric (census, ratio, etc.) that drives staffing need calculations.                          |
| Forecast          | Projected headcount or hours requirement for a future period based on driver values.                       |
| Forecast accuracy | Comparison of a prior forecast to the actual staffing level that occurred. SME: confirm metric definition. |

## 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.tsx
  * src/cores/hr/pages/StaffingForecastPage.tsx
  * src/cores/hr/components/forecasting/index.ts
</Accordion>
