# How to Verify Your Domain

## The Challenge

In light of Google and Yahoo’s stricter bulk email standards, Novel has updated its features to improve email delivery to your customers. Domain verification now allows you to control your email domain for emails sent through Novel to your customers. Without having a verified domain, email deliverability will suffer, interrupting crucial flows for customer retention.

## How to verify your domain

Navigate to the <mark style="color:purple;">**Configure**</mark> tab, then at the top of the page, click <mark style="color:purple;">**Domain Verification**</mark>. In the Verify Your Domain field, enter the custom domain you would like to use for sending emails through Novel. It should look like "yourwebsite.com". Make sure not to have "[www](http://www)." prefacing the domain, as this will consider it a subdomain.

<figure><img src="/files/O3ZmhoyBmCNm9bzutVDO" alt=""><figcaption></figcaption></figure>

### Using a Subdomain

If you are already using your main domain for another provider sending emails through Mailgun (e.g. Gorgias), or if you are using a different provider (e.g. Gmail) for receiving emails, use a subdomain like pass.yourwebsite.com.

Once your domain is submitted, four entries will appear. There are two receiving records, and two sending records.

<figure><img src="/files/oyiuXwhsqqx3hQZ1kvoh" alt=""><figcaption></figcaption></figure>

Next, enter the DNS records in your domain registrar. DNS record entry can vary, so it is best to reference their documentation. Here are some links to instructions for common domain registrars:

[Shopify Instructions](https://help.shopify.com/en/manual/domains/managing-domains/edit-dns-settings)

[GoDaddy Instructions](https://www.godaddy.com/help/manage-dns-records-680)

[Squarespace Instructions](https://support.squarespace.com/hc/en-us/articles/205812348-Accessing-your-Squarespace-managed-domain-s-DNS-settings#:~:text=Accessing%20your%20Squarespace%2Dmanaged%20domain's,Workspace%20account%2C%20contact%20us%20here.)

[Bluehost Instructions](https://www.bluehost.com/help/article/dns-management-add-edit-or-delete-dns-entries)

[Dreamhost Instructions](https://help.dreamhost.com/hc/en-us/articles/215035818)


---

# 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://support.novel.com/how-to-verify-your-domain.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.
