> 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/guides/marketing/websites/connect-existing-domains.md).

# Connect Existing Domains

#### 1. Add Your Domain

* Go to the Manage Domains section on your website.
* Add your existing domain (e.g., yourdomain.com) to the website.

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

***

#### 2. Update DNS Records

* Log in to your domain provider’s control panel.
* Create the following DNS records:

```
Type: CNAME
Host/Name: @
Value/Points to: endpoint.rechat.site
TTL: Default (or 3600 seconds)
```

```
Type: CNAME
Host/Name: www
Value/Points to: endpoint.rechat.site
TTL: Default (or 3600 seconds)
```

⚠️ Note: Some providers don’t allow a CNAME on the root (@). In that case, you can use a redirect (forwarding) from yourdomain.com → [www.yourdomain.com](http://www.yourdomain.com), and then only set the www CNAME.

***

#### 3. Wait for Propagation

* Once you’ve saved the records, DNS propagation will begin.
* This process can take anywhere from a few hours to 24 hours.

After propagation is complete, your website will be accessible through your custom domain.

***

#### 4. Provider-Specific Guides

Here are instructions from popular domain providers:

* [GoDaddy](https://www.godaddy.com/help/edit-my-domain-nameservers-664)
* [Namecheap](https://www.namecheap.com/support/knowledgebase/article.aspx/767/10/how-to-change-dns-for-a-domain/)
* [Hostgator](https://www.hostgator.com/help/article/how-do-i-change-my-dns-or-name-servers)


---

# 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/guides/marketing/websites/connect-existing-domains.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.
