> For the complete documentation index, see [llms.txt](https://docs.totlelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.totlelab.com/totle-docs/commnunication/email-template.md).

# Email Template

{% hint style="info" %}
Email Template feature is available to **Personal Plan (or higher) subscribers**.
{% endhint %}

{% tabs %}
{% tab title="How to Create Email Template" %}

* Launch Outlook.
* Click on **"New Email"**.
* Enter the content you want to use as template.
* Click on the **"Template"** tab located on the right-side totle panel.

{% hint style="info" %}
If the right panel is not activated, you can activate it by clicking the **"More Options"** icon on the totle menu located in the Message tab.
{% endhint %}

* Click on the **"New Template"** button.
* In the "New Template" popup window, enter the **name of the template** and **customize additional options** you want to save.
  1. Sender address information
  2. Recipient, CC, and Bcc information
  3. Separate Sending and Macro Sending preset
* Click the **"Save"** button to complete the email template saving process.
  {% endtab %}

{% tab title="How to Edit Email Template" %}

* Click on **"New Email".**
* Click on the "Template" tab located on the right-side totle pane.
* Double-click on the saved template to retrieve the email content.
* After making modifications to the email template, click the **"Save"** button to save the edited content.&#x20;
  {% endtab %}

{% tab title="How to Send Email Template" %}

* Click on **"New Email".**
* Click on the "Template" tab located on the right-side totle pane.
* Double-click on the saved template to retrieve the email content.

{% hint style="info" %}
To load the recipient and "Cc" information saved with the template, make sure to click the **"Overwrite current contents"** checkbox, then double-click the email template to load the contents.
{% endhint %}

* If there are any modifications needed, apply the changes to the template, then **click "Send"**.
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.totlelab.com/totle-docs/commnunication/email-template.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
