# Verify Your Hostinger Domain

### Step 1: Log In to Your Hostinger Account

1. Go to [Hostinger](https://www.hostinger.com) and log in with your credentials.
2. Once logged in, you'll be redirected to your **Hostinger Dashboard**.

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

***

#### Step 2: Access the Domain Management Section

1. From your **Dashboard**, navigate to **Emails** and select **Domains**.
2. Find the domain you want to configure and click on that domain.

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

***

#### Step 3: Open DNS Management

1. After selecting he domain, you will be directed to the **Domain Management** page.
2. Look for the **DNS Name Servers** section and click on it.

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

Here, you'll see all the available DNS records that you can modify for your domain.

***

### Step 4: Add SPF, DKIM, and DMARC Records

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

   SPF helps verify that the email is sent from an authorized server. To add this record, scroll down to **Manage DNS records**.

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

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

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

* Leave **TTL**  as default.
* Click **Add Record**.

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:

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

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

* Leave **TTL**  as default.
* Click **Add Record**.

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:

* Paste the DMARC record provided by Uppush (for example):

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

* Leave TTL as default.
* Click **Add Record**.

***

### Step 5: 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**.

***

### Step 6: Edit or Delete DNS Entries

* You can **edit** or **delete** the DNS records at any time by going back to the **DNS & Name Servers** section in Hostinger’s **Domain Management** panel.
* Make sure to save any changes and verify that the updated records are correct.


---

# 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-hostinger-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.
