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

# Workforce Analytics Dashboard

> Redirects to the Workforce Analytics hub at /hr/analytics, which opens on the Dashboard tab showing workforce metrics, headcount, and trends.

The path `/hr/analytics/dashboard` redirects to the Workforce Analytics hub at `/hr/analytics`, which opens on the Dashboard tab.

## Overview

`/hr/analytics/dashboard` is a `<Navigate>` redirect to `/hr/analytics`. The destination is `WorkforceAnalyticsHubPage`, a tabbed analytics hub with five tabs: Dashboard, Trends, Retention Risk, Cost Analysis, and Reports. The Dashboard tab renders `WorkforceAnalyticsDashboardPage`.

Alternate route: `/hr/analytics` (primary).

## Who it's for

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

* None required; navigating to `/hr/analytics/dashboard` auto-redirects to `/hr/analytics`.

## Steps

1. Navigate to **HR > Analytics** or go to `/hr/analytics` (or `/hr/analytics/dashboard`).
2. The **Dashboard** tab opens by default with workforce metrics.
3. Switch between tabs (Trends, Retention Risk, Cost Analysis, Reports) as needed.

## 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/oversight-analytics-succession-routes.tsx
  * src/cores/hr/analytics/pages/WorkforceAnalyticsHubPage.tsx
  * src/cores/hr/analytics/pages/WorkforceAnalyticsDashboardPage.tsx
</Accordion>
