# Creating and downloading message templates

## **Creating a message template**

While creating a message in the editor, you have the option to save it as a template.

1. To save the message as a template, click the **Save as new template** button located in the top bar of the panel:<br>

   <figure><img src="/files/UQ5CWbV6iTwaSTc0jrfr" alt=""><figcaption></figcaption></figure>
2. Then enter the template name and click **Save**.<br>

   <figure><img src="/files/j5RzomsFxfD0FxlzZJod" alt=""><figcaption></figcaption></figure>
3. Once saved, the message template will appear in the first step of creating an email campaign: **Email creation**, under the **Your templates** tab.<br>

   <figure><img src="/files/2xSXqencwuJ0jeyBN8kh" alt=""><figcaption></figcaption></figure>

## **Downloading a message template**

1. To download a message template, go to the **Your templates** tab in the first step of creating an email campaign: **Email creation**. Hover over the selected template and click **Download**.<br>

   <figure><img src="/files/HdmSGdfeMjo8iYjAhXQc" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/a37inpwFEhFJ7R0xhSTi" alt=""><figcaption></figcaption></figure>
2. The message template will be downloaded directly to your device. The downloaded file will be named **index.html**.

{% hint style="warning" %}
Templates by default include an unsubscribe link for panel-based campaigns. If you do not remove this link, download the HTML template, and use it in an API send, the unsubscribe link will not be clickable.
{% 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.messageflow.com/email/e-mail-campaigns/campaigns/creating-e-mail-campaigns/creating-and-downloading-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.
