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

# E-Verify Settings

> Admin-only page for configuring E-Verify integration settings for the organization.

The E-Verify Settings page provides organization-level configuration for the E-Verify integration. It is available at route `/hr/everify/settings`.

## Overview

The page wraps `EverifyOrgSettingsForm` inside a `PermissionGate` (permission: `hr.everify.config`) and a `PageContainer`. The header shows "E-Verify Settings" with the description "Configure E-Verify integration for your organization." All configuration fields are rendered by `EverifyOrgSettingsForm`.

## Who it's for

Requires permission `HR_PERMISSIONS.EVERIFY_CONFIG` (`hr.everify.config`) — both at the route level (`RequirePermission` in hr.tsx) and at the component level (`PermissionGate`).

## Before you start

* You must have the `hr.everify.config` permission.
* Coordinate with your E-Verify administrator and legal counsel before modifying integration settings.

## Steps

<Steps>
  <Step title="Open E-Verify Settings">
    Navigate to **HR → E-Verify → Settings** or go to `/hr/everify/settings`.
  </Step>

  <Step title="Review and update settings">
    Complete the fields in `EverifyOrgSettingsForm` for your organization's E-Verify configuration.
  </Step>

  <Step title="Save">
    Submit the form to apply the settings.
  </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" />
</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/EverifySettingsPage.tsx
  * src/cores/hr/components/everify/EverifyOrgSettingsForm.tsx
</Accordion>
