# Getting Started

Before you go into different types of templates that can be added, consider checking our [SMTP ](/mod24/mailing/smtp.md)section. The concept of Mod24 is simple here, you will need to add SMTP server details in Mod24 Dispatch app.

Once your SMTP is set up, you will be able to send emails from Mod24 through your own email address.

{% hint style="info" %}

### **Example:**

Your company email in Mod24 Dispatch app is set to ***<info@movingcompany.com>***. All emails from Mod24 for this company will be sent from ***<info@movingcompany.com>***.
{% endhint %}

Mod24 offers you customization of the content you want your Customers to receive. Depending on the Department you will be able to adjust different types of email templates in our application.

{% content-ref url="/pages/-M8A6dGEeEXkK\_G85paG" %}
[Company Email Templates](/mod24/mailing/company-email-templates.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8CDi4SDZQosxm8JY5o" %}
[Follow up Templates](/mod24/mailing/follow-up-templates.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8A6noKAEs\_DIDTpnbB" %}
[Getting Started](/mod24/mailing/getting-started.md)
{% endcontent-ref %}


---

# 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.mod24.com/mod24/mailing/getting-started.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.
