# Message Templates

This functionality allows you to send personalized emails in which chosen variables dynamically replace the content. You can easily add templates to our servers and use them to send emails via API.

<figure><img src="/files/nDFQAcCqMhJiKXko3HIk" alt="message-tamplates"><figcaption></figcaption></figure>

In the **Administrator tab > Message templates**, you can add your templates in HTML format. They need to contain properly formatted tags that will be replaced with your data.

<figure><img src="/files/AX6nuLtRCjBJg9VYhnnE" alt="add-message-tamplates"><figcaption></figcaption></figure>

**⬅️ Detailed instructions for each panel section under the 'Message Templates" tab can be found in the drop-down menu on the left.**


---

# 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.emaillabs.io/en/analytics-panel/administrator/message-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.
