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

> Redirects to the Workforce Analytics hub at /hr/analytics?tab=trends, showing historical workforce trend analysis within the tabbed analytics interface.

The path `/hr/analytics/trends` redirects to the Workforce Analytics hub at `/hr/analytics?tab=trends`, which displays the Trends tab.

## Overview

`/hr/analytics/trends` is a `<Navigate>` redirect to `/hr/analytics?tab=trends`. The destination renders `WorkforceAnalyticsHubPage` with the Trends tab active, which lazily loads `TrendAnalysisPage`.

Alternate route: `/hr/analytics?tab=trends`.

## Who it's for

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

* None required; navigating to `/hr/analytics/trends` auto-redirects to the Trends tab.

## Steps

1. Navigate to **HR > Analytics** and select the **Trends** tab, or go to `/hr/analytics/trends` (auto-redirects).
2. Review historical workforce trend data rendered by `TrendAnalysisPage`.

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