# Mail Templates

### How to Navigate the Mail Template:

1. Form **Configuration/ System/&#x20;*****Mailer.***
2. The site will redirect users to the Mailer policy page, which contains a list of Email templates available on the site.
3. Select the Email you want to update, Click on **Edit**.
   1. User can edit the Body of the template and the Subject.
4. Update the Email and click on **Save.**

<figure><img src="/files/chKfJE44Mved5yiPktiK" alt=""><figcaption><p>Navigate the Mailer</p></figcaption></figure>

<figure><img src="/files/F2s9YufThZp81ZdqAzYO" alt=""><figcaption><p>Mailer Policy Page</p></figcaption></figure>

<figure><img src="/files/81B4VYOWcUf3g1yGl3Cm" alt=""><figcaption><p>Edit Account Activation Email Template</p></figcaption></figure>

{% hint style="danger" %}
Avoid editing tokens (e.g., \[site:name]) in the email template unless you've consulted your site developer to prevent disrupting the email information.
{% endhint %}

{% hint style="info" %}
For additional information see: [Varbase Email](/10.1.x/developers/understanding-varbase/core-components/varbase-email.md) page and [Configuring Varbase Mailer Settings](/10.1.x/developers/configuring-a-varbase-site/configuring-varbase-mailer-settings.md) page
{% 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.varbase.vardot.com/10.1.x/content-designers/site-configuration/system/mail-templates.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.
