# Verify your Domain.com Domain

Follow the steps below to add DNS records, including  SPF, DKIM, and DMARC, to your **domain.com** domain for proper email configuration with Uppush.

***

### Step 1: Log in to Your Domain.com Account

1. Go to [domain.com](https://www.domain.com) and log in to your account.
2. Click on **Account** in the top-right corner and select **Sign In**.
3. Enter your credentials to log in.

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

***

### Step 2: Access the Domain Management Section

1. Once logged in, navigate to **Domain List** from the main menu.
2. Click on **Manage** next to the domain where you want to add the DNS record.

<figure><img src="/files/8L6Tp4oMg35aTqpHKRUP" alt=""><figcaption></figcaption></figure>

***

### Step 3: Open DNS Management

1. In the **Domain Management Dashboard**, look for the section labeled **Advanced DNS** .
2. Click on it to view and manage your DNS records.

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

***

### Step 4: Add the DNS Record

Scroll down to the button labeled  **Add New Record** and click i&#x74;**.**

<figure><img src="/files/6GgELvTpto5DWap36fUb" alt=""><figcaption></figcaption></figure>

1. **SPF Record (Sender Policy Framework)**:

   SPF helps verify that the email is sent from an authorized server.&#x20;

* Enter the SPF record provided by Uppush. It should look like:

<figure><img src="/files/5c60z2ZwrbHbdLzUHEyr" alt=""><figcaption></figcaption></figure>

* Set the **TTL (Time to Live)**. The default value is usually fine, but you can set it to a lower time for faster propagation if needed.

2. **DKIM Record (DomainKeys Identified Mail)**:

DKIM helps verify the authenticity of your emails by ensuring they haven’t been tampered with during transit. To add this record:

* Click **Add New Record**
* Enter the DKIM records provided by Uppush (for example):&#x20;

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

* Set the **TTL (Time to Live)**. The default value is usually fine, but you can set it to a lower time for faster propagation if needed.

3. **DMARC Record (Domain-based Message Authentication, Reporting & Conformance)**:

DMARC helps to define how email receivers should handle emails that fail SPF or DKIM checks. To add this record:

* Click **Add New Record**.
* Paste the DMARC record provided by Uppush (for example)

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

* Set the **TTL (Time to Live)**. The default value is usually fine, but you can set it to a lower time for faster propagation if needed.
* Double-check your entries to make sure everything is correct.
* Click **Save All Changes.**

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

***

### Step 6: Verify DNS Records in Uppush

1. After adding the SPF, DKIM, and DMARC records in Bluehost, go back to the **Uppush app**.
2. Navigate to the **Verify Domain** section in Uppush.
3. Click on the **Check DNS** button to verify if the DNS records have been added successfully.
4. It may take a few minutes for the DNS records to propagate, but if everything is configured correctly, the status will show as **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://doc.uppush.io/uppush/settings/verify-domain/verify-your-domain.com-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.
