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

# Arizona A1-QRT

> Review Arizona A1-QRT quarterly withholding tax form data for a specific payroll tax form run.

Arizona A1-QRT Review is available at route `/hr/payroll/tax-forms/runs/:runId/az-a1-qrt`. Access follows your organization's role and module configuration. ## Overview

The Arizona A1-QRT Review page (`AZA1QRTReviewPage`) is served for the Arizona quarterly withholding reconciliation form within a tax form run. It follows the same pattern as the AZ A1-R review: it loads the run by `runId`, displays employer information and quarterly line items, and allows the reviewer to mark the form as filed. Consult the AZ A1-R review documentation for the shared review workflow; specific A1-QRT field definitions require SME input.

## Who it's for

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

* A tax form run must exist and contain A1-QRT data for Arizona withholding.
* Navigate from `/hr/payroll/tax-forms/runs`.

## Steps

<Steps>
  <Step title="Open the run">Navigate to the tax form run list and select the run to open its detail page.</Step>
  <Step title="Select A1-QRT">Navigate to the A1-QRT sub-route or click the A1-QRT link from the run detail page.</Step>
  <Step title="Review quarterly data">Verify gross wages, withholding, and employee count per quarter.</Step>
  <Step title="Mark as filed">When status is `review`, click **Mark as Filed** to record the filing.</Step>
</Steps>

## 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">
    Documentation coverage and governance.
  </Card>
</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/AZA1QRTReviewPage.tsx
</Accordion>
