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

# Labor Cost Analytics

> View workforce cost analysis within the Workforce Analytics hub via the Costs tab.

The Labor Cost Analytics view, at route `/hr/analytics/costs`, is a tab within the Workforce Analytics hub at `/hr/analytics` that is automatically selected when you navigate to this path.

## Overview

`/hr/analytics/costs` is a redirect to `/hr/analytics?tab=costs`, which opens the **Cost Analysis** tab within the Workforce Analytics hub. The hub exposes five tabs: Dashboard, Trends, Retention Risk, Cost Analysis, and Reports. The Cost Analysis tab content is rendered by the `WorkforceCostPage` component. Navigation between tabs updates the URL query parameter.

## Who it's for

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

* Payroll and compensation data should be configured and current to see meaningful cost metrics.

## Steps

1. Go to **HR → Analytics** (or navigate directly to `/hr/analytics/costs`).
2. Select the **Cost Analysis** tab if not already active.
3. Review the cost breakdown metrics displayed.

## 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/WorkforceCostPage.tsx
</Accordion>
