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

# Pay Adjustments

> The /hr/payroll/adjustments path redirects to the payroll run creation page where pay adjustments are handled.

The `/hr/payroll/adjustments` route is a redirect that navigates to the payroll run creation page.

## Overview

`/hr/payroll/adjustments` is a redirect route that immediately replaces the URL with `/hr/payroll/runs/new` (`CreatePayrollRunPage`). Pay adjustments are therefore initiated through the standard payroll run creation workflow.

## Who it's for

Access follows your organization's role and module configuration. The redirect destination `/hr/payroll/runs/new` has no `RequirePermission` wrapper in hr.tsx either.

## Before you start

* Gather the adjustment details before opening the payroll run form.

## Steps

1. Navigate to `/hr/payroll/adjustments` — you will be redirected to `/hr/payroll/runs/new`.
2. Complete the payroll run creation form to process the adjustment.

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