# Domain MX Record

**General Instructions for Changing MX Records**

Follow these steps to change the MX records for your domain. The terminology used here is general and may differ from the terminology used by your provider.

1. Log in to your domain registrar's portal.
2. Launch your account's DNS Manager/Domain Management page/DNS Control Panel, which lists all of your registered domains.
3. Locate the MX Records/Mail Server/Mail Settings option (for assistance, please consult your provider's help pages or seek support from your registrar).
4. Delete any entries you may already have.
5. Select the Add Record option.
6. In the Name/Host field, specify the value as @, or leave it blank.
7. Specify the value for the first record as **mx1.messagingcontrol.com**.
8. Set the priority to 10 or any lower number supported by your registrar.
9. Follow the same steps to add another MX record for your domain.

To ensure mail is correctly delivered to your domain, only the MX records provided below should be listed.

| Host/Domain           | Value                    | Priority |
| --------------------- | ------------------------ | -------- |
| @/ empty/ domain name | mx1.messagingcontrol.com | 10       |
| @/ empty/ domain name | mx2.messagingcontrol.com | 20       |
|                       |                          |          |


---

# 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.yoov.com/yoov-email/mail-domain-setup/mx-setup.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.
