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

# Workload Drivers

> The Workload Drivers page manages the workload driver configurations and template library used to calculate staffing requirements.

The Workload Drivers page manages the workload driver configurations and template library used to calculate staffing requirements. It is served at route `/hr/workload-drivers`.

## Overview

The page renders a two-tab interface:

* **Drivers** tab — `WorkloadDriverList`: the organization's configured workload drivers.
* **Templates** tab — `DriverTemplatesLibrary`: a library of reusable driver templates.

A "View Forecasts" button links to `/hr/staffing-forecasts`. 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

* None required; the page loads existing drivers on first visit.

## Steps

**View drivers**

1. Navigate to **HR > Workload Drivers** or go to `/hr/workload-drivers`.
2. The **Drivers** tab opens by default.
3. Review configured drivers and their calculation parameters.

**Manage templates**

1. Switch to the **Templates** tab.
2. Browse the driver template library.
3. Apply or clone templates as needed.

**Navigate to forecasts**

1. Click **View Forecasts** to go to `/hr/staffing-forecasts`.

## Key concepts

| Term            | Meaning                                                                                                                                  |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| Workload driver | A configured rule that maps an operational metric (e.g., patient census) to a staffing requirement. SME: confirm available driver types. |
| Driver template | A reusable workload driver configuration from the template library.                                                                      |

## 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/WorkloadDriversPage.tsx
  * src/cores/hr/components/workload-drivers/index.ts
</Accordion>
