# Manage DNS records

When Orvoro manages your domain's DNS, you can edit records from the **DNS** page.

## Steps

1. Go to **DNS** and select the domain (or open **Domains → [domain]**).
2. Click **Add record** and choose a type:
   - **A** — points a name to an IPv4 address.
   - **CNAME** — points a name to another hostname.
   - **MX** — routes email to a mail server.
   - **TXT** — verification and email records (SPF/DKIM/DMARC).
   - **CAA** — controls which authorities may issue SSL certificates.
3. Fill in the **name/host**, **value**, and **TTL**, then save. Use the copy icons to grab values exactly.
4. Changes take effect after DNS propagates (usually minutes).

## Tips

- Leave the host as **@** for the root domain, or enter a subdomain (e.g. `www`).
- For email, use the exact **MX/SPF/DKIM** values from *Set up email DNS*.

## Troubleshooting

- **Change not visible?** — wait for propagation and refresh; some resolvers cache old values.
- **Can't edit records?** — your domain may be using external nameservers; manage DNS wherever those nameservers point, or switch nameservers to Orvoro.

**Related:** Connect an existing domain · Set up email DNS