# Sending Messages With Templates

You can start sending your messages after adding the template to our system (either in the panel or via API). Use the POST method (sendmail\_templates) by sending us data in the table, including recipients' email addresses and other variables. Next, our system will adjust the variables to the template, generate messages, and send them to defined recipients. This method allows you to send messages in multiple threads, increasing the sending speed.

The details about sending emails with templates are described in our API documentation:

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>⚙️ <strong>API DOCS</strong></td><td>Check how to add a template in the panel via API.</td><td><a href="https://dev.emaillabs.io">MORE >></a></td></tr></tbody></table>

**⬅️ 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/sending-messages-with-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.
