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

# ATS Settings

> Applicant Tracking System settings — route not registered in hr.tsx; see overview note.

The route `/hr/ats/settings` is not registered in the current HR route configuration.

## Overview

No `<Route path="/hr/ats/settings" ...>` entry exists in `src/routes/hr.tsx` or any sub-route file read during this audit. ATS-related settings (job board integrations, scorecard templates, offer templates) are accessible via the ATS hub tabs or the main HR Settings page. This page is a documentation placeholder pending confirmation of the intended destination.

## Who it's for

No route registered — audience classification `admin` applied per slug keyword `settings`.

## 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/routes/hr/benefits-routes.tsx
  * src/routes/hr/engagement-routes.tsx
  * src/routes/hr/performance-routes.tsx
  * src/routes/hr/oversight-analytics-succession-routes.tsx
  * src/routes/hr/self-service-routes.tsx
</Accordion>
