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

# Scorecard Templates

> Manage interview scorecard templates used to standardize candidate evaluation during the recruiting process.

The Scorecard Templates page at `/hr/ats/scorecard-templates` provides a library of reusable scorecard templates for structured candidate evaluation in the ATS.

## Overview

The page wraps the `ScorecardTemplateLibrary` component inside a `RequirePermission` check for `hr.ats.scorecard_template.view`. The library component manages template listing, creation, editing, and deletion. Scorecard templates define the criteria and rating scales used to evaluate candidates during interviews.

## Who it's for

Requires `hr.ats.scorecard_template.view` permission (enforced by the `ScorecardTemplateLibrary` component).

## Before you start

* At least one job posting must exist if you intend to link scorecard templates to specific postings.

## Steps

1. Navigate to **HR → Recruiting → Scorecard Templates** (`/hr/ats/scorecard-templates`).
2. Browse existing templates.
3. Create a new template by clicking the appropriate action in the library.
4. Edit or delete templates as needed from the library interface.

## 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/ats/ScorecardTemplatesPage.tsx
  * src/cores/hr/components/ats/scorecards/ScorecardTemplateLibrary.tsx
</Accordion>
