# Getting ready to send

**Watch our Getting Started introduction video then read through our easy to follow documentation with more details below:**

{% embed url="<https://emailteam.wistia.com/medias/rcj33a5mgu>" %}

{% hint style="info" %}
**Step one**

Connect to an email delivery service.
{% endhint %}

Connect to a [SMTP Relay](https://docs.emaildelivery.com/docs/introduction/connect-smtp-relay), [Mailgun API](https://docs.emaildelivery.com/docs/introduction/connect-mailgun-api), [SparkPost API](https://docs.emaildelivery.com/docs/introduction/broken-reference), [Amazon SES API](https://docs.emaildelivery.com/docs/introduction/connect-amazon-ses-api), or create a [Velocity MTA](https://docs.emaildelivery.com/docs/velocity-mta-continuing-education) delivery policy.&#x20;

{% hint style="info" %}
**Step two**

Create a postal route for your email delivery service.
{% endhint %}

Follow the [postal route instructions](https://docs.emaildelivery.com/docs/introduction/postal-routes).

{% hint style="info" %}
**Step three**

Add the postal route to a customer account.
{% endhint %}

Follow instructions on [adding your postal route to a frontend customer account](https://docs.emaildelivery.com/docs/postal-routes#adding-your-postal-route-to-a-frontend-customer-account).

{% hint style="info" %}
**Step four**

Send a test message from the frontend customer account.
{% endhint %}

Log into your email marketing frontend and [send your first message](https://docs.emaildelivery.com/docs/introduction/send-a-test-message).


---

# 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.emaildelivery.com/docs/introduction/getting-ready-to-send.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.
