# Authorizing a domain hosted at Cloudflare

1. Log in to your Cloudflare dashboard. Then, select the appropriate account and domain.

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

2. From the left-hand menu, select the **DNS** tab, and then click on **Records**.
3. Select the **+Add record** button.

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

4. Configure the new CNAME record:

* In the **Type** field, select **CNAME**.
* In the **Name** field, enter your-selector.\_domainkey.

{% hint style="warning" %}
Note: Do not include your domain name in this field.
{% endhint %}

* In the **Target** field, enter the appropriate value that was generated in your MessageFlow panel.
* Ensure that **Proxy status** is set to **DNS only.**
* Set **TTL** to **Auto** or **1 minute**.

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

5. Click **Save** to update the changes.

### Verifying Authorization:

Allow time for the DNS system to confirm the changes. This process may take anywhere from a few minutes to 24 hours, depending on the DNS record propagation time.

Verify that the DKIM configuration has been successfully completed by clicking the **Verify** button in your MessageFlow panel. If the entry's status changes to **Verified**, it means the authorization was successful.

{% hint style="info" %}
If you have questions or concerns, we recommend that you contact your hosting provider's support department directly so that you receive precise and most up-to-date instructions for your account.
{% endhint %}


---

# 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.messageflow.com/email/sender-security/senders-authorization/how-to-authorize-senders-in-messageflow/authorizing-domains-with-web-hosts/authorizing-a-domain-hosted-at-cloudflare.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.
