# Template Configuration

The Template Configuration module allows administrators to manage and customize **predefined email templates** used across the Infraon Infinity platform. These templates are used for asset allocation, deallocation, hardware and software change notifications, ticket escalations, reassignment notifications, and SLA escalation alerts.

Administrators can edit the available templates to modify email content, field mappings, privacy policy text, and notification details based on organizational requirements. The module also supports enabling a comment field in allocation and deallocation templates for end-user acknowledgment workflows.

**Available Templates |** Basic Details

<table><thead><tr><th width="163.4000244140625">Template</th><th width="169.5999755859375">Purpose</th><th>Description/ Example</th></tr></thead><tbody><tr><td><strong>Allocation</strong></td><td>Asset allocation notification</td><td>Used to send allocation details to end users when an asset is assigned. Includes asset details, requester details, allocation time, privacy policy, and optional comment field configuration.</td></tr><tr><td><strong>Deallocation</strong></td><td>Asset deallocation notification</td><td>Used to notify users when an allocated asset is deallocated or returned. Supports privacy policy and optional acknowledgment comments.</td></tr><tr><td><strong>Hardware Changes</strong></td><td>Hardware change notification</td><td>Sends notifications about hardware modifications or asset updates.</td></tr><tr><td><strong>Software Changes</strong></td><td>Software change notification</td><td>Used to notify users about software installation, updates, removal, or license-related changes.</td></tr><tr><td><strong>Ticket Escalation</strong></td><td>Escalated ticket notification</td><td>Sends escalation alerts when tickets exceed the configured SLA or escalation criteria.</td></tr><tr><td><strong>Ticket Escalation Notify</strong></td><td>Ticket escalation update notification</td><td>Sends additional notifications about escalated tickets to configured users or groups.</td></tr><tr><td><strong>Ticket Reassignment</strong></td><td>Ticket reassignment notification</td><td>Used to notify technicians or users when a ticket is reassigned to another assignee or group.</td></tr><tr><td><strong>SLA Escalation</strong></td><td>SLA breach notification</td><td>Sends alerts when ticket SLA conditions are approaching breach or have been breached.</td></tr></tbody></table>

## **Privacy Policy**

The **Allocation and Deallocation** templates include a Privacy Policy option that allows administrators to include organization-specific privacy or compliance information in notification emails.

**When the Privacy Policy toggle is enabled:**

* The configured privacy policy content is displayed in allocation or deallocation emails.
* End users can review the privacy terms before acknowledging the request.
* Organizations can include terms, disclaimers, usage policies, or compliance-related information.

![](/files/beb6ef15e45d21702345415a62618cd9c2b12e76)

## **Comment Field**

The Allocation and Deallocation templates also support the Enable Comment Field option.

**When enabled:**

* End users must provide comments while accepting or rejecting allocation and deallocation requests.
* The entered comments are captured in allocation reports and activity logs.
* This helps administrators track acknowledgment details and user responses more effectively.

{% hint style="info" %}

* Click the Edit icon under the Action column to modify a template.
* Additional rows and fields can be added using the Add Row option available in the configuration panel.
* Changes made to templates are reflected in the corresponding notification emails sent to end users.
  {% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.infraon.io/infraon-help/infinity-admin-guide/infraon-platform/template-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
