> For the complete documentation index, see [llms.txt](https://help.rechat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rechat.com/appendix/brokerage-set-up/email-delivery/dns-self-service-setup.md).

# DNS Self-Service Setup

### Steps for Self-Service DNS Setup

1. **Email Verification Banner**: Members without a verified email address will see the following banner on their dashboard: **"Please verify your email address to proceed with domain setup."**

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

2. **Automatic Domain Check**: Once the member verifies their email address, Rechat will automatically check if the domain setup is complete. If the setup is complete, no further action is required. If the setup is incomplete, Rechat will display a notification on the member's "Today" page indicating the need to complete the domain setup.

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

3. **Accessing DNS Instructions**: Member's will receive a detailed set of DNS instructions tailored to their domain provider. This can be accessed by clicking on the notification. Detailed instructions for major domain providers are readily available.

<figure><img src="/files/qMjWsrlxXojbBb5TMQJk" alt="" width="355"><figcaption></figcaption></figure>

4. **Applying DNS Changes**: Members need to follow the provided DNS instructions to apply the necessary changes to their domain settings. Once the changes are applied, members should click on the "Check Again" button to verify the setup.

<figure><img src="/files/1eeuwArOvflxn5cIfEjA" alt="" width="308"><figcaption></figcaption></figure>

4. **Status Update**: If any of the DNS settings are correctly applied, the "Unauthenticated" badge will change to "Authenticated" status. When all instructions are correctly applied, the domain will be activated, and the dialog will disappear permanently.

<figure><img src="/files/PXNzFEQ4wejlk1Ntcnel" alt="" width="152"><figcaption></figcaption></figure>

{% hint style="info" %}
Users can apply these settings automatically. If additional help is needed, support can log into the user's account to review and apply the instructions.
{% endhint %}

{% hint style="success" %}
By following these steps, users can ensure their domain is correctly configured, leading to seamless website and email functionality.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.rechat.com/appendix/brokerage-set-up/email-delivery/dns-self-service-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
