# DNS Records Setup

> To allow ScaleFlows to send and receive emails on your behalf (like <support@yourcompany.com>), you need to verify that you own the domain.

***

#### Video Guide:

{% embed url="<https://player.mux.com/VZmCxk2Jqdwo2DMOEQHwp97eAFZ6NTRPsnt7O34Hvzk>" %}

{% hint style="info" %}
How it works: You will simply copy a few lines of text provided in your ScaleFlows dashboard and paste \
them into the settings of your domain provider (such as GoDaddy, Namecheap, or Cloudflare).
{% endhint %}

#### Text Guide:

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

You need to add three specific records to your domain provider (such as GoDaddy, Cloudflare, or Namecheap). This setup authorizes ScaleFlows to securely send and route emails on your behalf. While the exact dashboard looks different for every provider, the general steps are always the same.

**Step 1**: Log in to your domain registrar (where you purchased your domain name)

**Step 2:** Locate your DNS settings&#x20;

**Step 3:** Add the new records

In your ScaleFlows dashboard, **use the copy buttons** to accurately transfer the details for each required record into your domain's DNS settings:

* **DKIM Record:** Create a new TXT record. Paste the provided *Host / Name* and *Value*.
* **Return-Path Record:** Create a new CNAME record. Paste the provided *Host / Name* and the *Points To* value.
* D**MARC Record (Recommended):** Create another TXT record. Paste the provided *Host / Name* and *Value*.

**Step 4:** Save the new records in your domain provider's dashboard.

**Step 5:** Return to ScaleFlows, click the "I've added the records — verify" button to finalize your inbox connection.

{% hint style="warning" %}
Note: DNS changes usually update within a few minutes, but depending on your provider, it can occasionally take up to 48 hours to fully connect.&#x20;
{% endhint %}

For more information on how to setup your DNS records, please check the following guide:\
[CloudFlare DNS Setup Guide](https://developers.cloudflare.com/dns/manage-dns-records/how-to/create-dns-records/)

[GoDaddy DNS Setup Guide](https://www.godaddy.com/resources/mindset/configuring-dns-for-email-a-quick-beginners-guide)

[Namecheap DNS Setup Guide](https://www.namecheap.com/support/knowledgebase/article.aspx/322/2237/how-can-i-set-up-mx-records-required-for-mail-service/)

{% hint style="success" %}
Once this is setup, ScaleFlows can now send emails on your behalf.
{% 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.scaleflows.net/documentation/documentation-v1.1/resources/dns-records-setup.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.
