# Verify Your GoDaddy Domain

Step 1: Log In to Your GoDaddy Account

1. Go to the [GoDaddy website](https://www.godaddy.com).
2. Once logged in, navigate to your **Account** dashboard.

<figure><img src="/files/igdZwtc84bgN01sbyiro" alt=""><figcaption><p>GoDaddy Dashboard</p></figcaption></figure>

***

### Step 2: Access Domain Management

1. From the dashboard, click on **My Products**.
2. Under **Domains**, find the domain you want to configure and open the **DNS Management** page for your domain.

<figure><img src="/files/Rt8qq4aHf8CEZFa7GfMy" alt=""><figcaption><p>Go to Domain page - DNS Management</p></figcaption></figure>

***

### Step 3: Add SPF Record

1. On the **DNS Management** page, switch to DNS tab, then scroll down to the **Records** section.
2. Click **Add a new record** .&#x20;

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

3. Enter the SPF record provided by Uppush. It should look something like this:

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

This SPF record indicates that Uppush  is authorized to send emails on behalf of your domain.

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

4. Set the **TTL** (Time to Live) to **1 hour** or leave it as default.
5. Click **Save**.

***

### Step 4: Add DKIM Record

1. Click **Add** to create a new record again.
2. Enter the DKIM records provided by Uppush&#x20;

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

It will look something like this&#x20;

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

3. Set the **TTL** to **1 hour** or leave it as default.
4. Click **Save**.

***

### Step 5: Add DMARC Record

1. Click **Add** to create another new record.
2. Paste the DMARC record provided by Uppush (for example):

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

This DMARC record indicates how email receivers should handle messages that fail SPF or DKIM checks, and where to send reports about these messages.

1. Set the **TTL** to **1 hour** or leave it as default.
2. Click **Save**.

***

#### Step 6: Verify DNS Records in Uppush

1. After adding the SPF, DKIM, and DMARC records in GoDaddy, 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. The verification may take a few minutes, but if everything is set up 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-godaddy-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.
