# Settlement Emails

{% hint style="info" %}
If you wish to send emails directly to your Customers you should check if you can add information for a SMTP server. Visit our [SMTP](/mod24/mailing/smtp.md) page for further info.&#x20;
{% endhint %}

These emails are used when you want to sent a settlement offer to your Customers. To reach Settlement Emails follow links in the menu: Settings > Mailing > Settlement Emails.

{% hint style="warning" %}
These templates are used within a Group. So you can personalize them as you wish.&#x20;
{% endhint %}

## Create Settlement Template

Start by clicking on "Add template" button from the page. From there you can create your template.

* **Claim type** - selecting one or more claim types this template belongs to. It will indicate for which type of claims this template will be used.
* **Template name** - a friendly name for yourself to navigate through your templates.
* **Subject** - email subject that will be received by the customer.
* **Body** - email body that will be received by the customer.

Fill in the necessary info and save your template.

You can add variables into Subject and Body that will populate with corresponding info on a designated Claim. Learn more about them in our [Variables ](/mod24/mailing/variables.md)section.

## Using Settlement Templates

To send an acknowledgment email you will need to have an active claim. From there you will see the options as below:

![Example of settlement amounts and option to send an offer](/files/-M8tVAZxO9rIlw2webTR)

When you click on "Email customer with offer" you will be able to select one of your settlement templates and it will automatically populate with data from that specific claim.


---

# 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.mod24.com/mod24/mailing/settlement-emails.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.
