# Setup Mailgun

1. **Log into your** [**Mailgun**](https://www.mailgun.com/) **account.**
2. **Add and Verify your** [**domain**](https://help.mailgun.com/hc/en-us/articles/360026833053-Domain-Verification-Setup-Guide#h_01HTQRVJN6BHDKZEKHC93FK697)
3. **Then go to your** [**Account API Keys**](https://app.mailgun.com/settings/api_security) **page.**
4. **Under API Keys, locate the Private API Key field. Click on the eye icon to the right of the field to display your API key, and copy it.**

{% embed url="<https://www.youtube.com/watch?v=VI6aXV4YbdI>" %}

**Note:** this is needed for SignUp new Users with email, Password recovery for users registered with email and Welcome emails.\
if you will use only Social Logins (Facebook, Google and Apple login), you can ignore this step

<mark style="color:purple;">**Make sure that at the end of this progress, you have  saved for later use**</mark>:

* `API Key`
* `Domain or subdomain verified`


---

# 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.booms.live/setup-mailgun.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.
