# Verify Sending Domain

#### Why Domain Verification Matters

When you verify your domain, you prove to recipient email providers (such as Gmail, Outlook, and Yahoo) that Taqnyat is authorized to send emails on your behalf. This helps:

* Improve inbox placement
* Reduce spam classification
* Protect your domain from spoofing
* Build long-term sender reputation

***

#### What You Need to Configure

To verify your domain, you must add specific DNS records provided by Taqnyat to your domain hosting provider. These typically include:

* **SPF (Sender Policy Framework)** – Authorizes Taqnyat servers to send emails for your domain.
* **DKIM (DomainKeys Identified Mail)** – Digitally signs your emails to verify authenticity.
* **DMARC (Domain-based Message Authentication, Reporting & Conformance)** – Protects your domain and provides policy control over failed authentication.

***

#### How the Process Works

1. Request domain verification from Taqnyat support or through your account manager.
2. Receive the required DNS records.
3. Add the records to your domain’s DNS settings.
4. Wait for DNS propagation (may take up to 24 hours).
5. Confirm verification status with Taqnyat.


---

# 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://docs.taqnyat.sa/verify-sending-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.
