> ## Documentation Index
> Fetch the complete documentation index at: https://help.midas.host/llms.txt
> Use this file to discover all available pages before exploring further.

# Add A, CNAME, and MX records

> Configure common DNS records for websites and email at Midas Host.

## A/AAAA records

* A: Points a hostname to an IPv4 address.
* AAAA: Points to an IPv6 address.

## CNAME records

* Alias one hostname to another (no root/apex).

## MX records

* Direct email delivery to your mail server.

## How to add records

1. Open DNS Manager in the Client Area.
2. Add a record: type, name, value, TTL (300–3600).
3. Save and wait for propagation.

## Example

* A @ -> 203.0.113.10
* CNAME www -> @
* MX @ -> mail.midas.host (priority 10)

## Tools

Use `dig` or `nslookup` to verify correctness.
