> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hitaji360.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Offer term templates

> An offer term template is a reusable set of terms — annual leave, probation period, notice period, working hours, and so on — that you can drop into a job…

An offer term template is a reusable set of terms — annual leave, probation period, notice period, working hours, and so on — that you can drop into a [job offer](/hr/user/recruitment/job-offers) instead of typing the same lines every time. Define your standard package once, then load it into each offer and tailor only the lines that differ. It keeps your offers consistent and saves the person building an offer from rebuilding the boilerplate.

This page covers creating, editing, and managing offer term templates.

**You'll find this at:** `/hr/recruitment/offer-term-templates` (list), `/hr/recruitment/offer-term-templates/new` and `/:id` (editor)

> 📷 *Screenshot: Offer Term Templates grid — to be added.*

***

## Before you start

* **Which business am I in?** Templates are scoped to the business selected in the switcher.
* **Managing templates is a configuration task.** Creating, editing, and deleting templates needs `hr-recruitment:config`.
* These templates live alongside your other HR templates — the breadcrumb threads them under the **Template Centre**.

***

## What a template holds

| Field                   | Required     | Notes                                                                                |
| ----------------------- | ------------ | ------------------------------------------------------------------------------------ |
| **Template title**      | Yes          | What this set of terms is called, e.g. "Standard Employment Terms".                  |
| **Offer terms (lines)** | At least one | Each line is a **term** and an optional **value** — e.g. "Annual Leave" → "21 days". |

***

## Creating a template

From the templates list, choose **New Template** to open the editor.

> 📷 *Screenshot: Offer Term Template editor with the live preview — to be added.*

1. Give the template a **title** (required).
2. Add **term lines** — each has a term name and a value. Use **Add term** for more, and **drag the handle** to reorder lines (the order is how they'll appear on the offer).
3. A **live preview** on the right shows the terms as they'll read in the offer letter.
4. **Create Template**.

Every line needs a term name before you can save; the value is optional.

***

## Editing & deleting

Click any template card to open it in the editor, change the title or lines, and **Save Changes**. The editor also has a **Delete** button (with confirmation), and you can delete from the list via the trash icon on a card.

> **Deleting a template never touches existing offers.** Applying a template to an offer *copies* its lines onto that offer, so editing or deleting the template afterwards leaves already-built offers exactly as they were.

***

## How templates feed an offer

When you build a [job offer](/hr/user/recruitment/job-offers), step 3 ("Key terms") has a **"Start from a template"** dropdown listing your templates. Pick one and its lines are copied into the offer's term editor, where you can then add, remove, or reword any line for that specific candidate.

***

## Permissions

| Action                         | Permission              |
| ------------------------------ | ----------------------- |
| View templates                 | `hr-recruitment:read`   |
| Create, edit, delete templates | `hr-recruitment:config` |

***

## Related

* [Job offers](/hr/user/recruitment/job-offers) — where templates are applied
* [Template Centre](/hr/user/employees/template-centre) — the wider HR template hub
* [Recruitment overview & dashboard](/hr/user/recruitment/overview)
