> For the complete documentation index, see [llms.txt](https://buildersupport.gitbook.io/help-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://buildersupport.gitbook.io/help-docs/platform/website-builder/connect-your-domain-url.md).

# Connect Your Domain URL

To link your custom domain:

* **Go to Website/Funnel Settings** – Navigate to the **Domains** section.
* **Enter Your Domain Name** – Type in the website URL you want to connect.
* **Click "Connect Domain"** – Finalize the setup to establish the connection.

This ensures your website or funnel runs seamlessly with your custom domain!

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

After entering your domain name and clicking **Connect Domain**, you'll see a screen displaying **two DNS records**.

* These records must be **added to your domain settings** in your domain provider.
* Access your domain provider’s DNS management section and **input the provided records**.
* Once added, allow some time for **propagation** before the connection is fully established.

This step ensures your domain is properly linked to your website or funnel!

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

{% hint style="info" %}
Contact the customer support of your service provider where you registered your domain to assist you with this if you are unsure of what to do.
{% endhint %}

Every domain provider should allow you to add these records to your domain. If you can't find them, you can contact your domain provider and ask how to add them. They will connect your domain to your website.

{% hint style="warning" %}
***NOTE:** Make sure that there aren't any duplicating records, as they will result in a not properly connected domain. You should have only one A record with @ as Host/Name and only one CNAME record with www as Host/Name.*
{% endhint %}

After adding the required DNS records to your domain provider, it may take **a few hours** for propagation and verification to complete.

* During this period, the records block will be **Red**, indicating that the domain is still processing.
* Once propagation is successful, the block will **turn Green**, confirming that **"This domain is currently Active!"**

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

To configure your domain for our native email and automation services, click the link below for more details.

{% content-ref url="/pages/h7cVyOFz4Ezd23WqI4o2" %}
[Email Domain Connection](/help-docs/platform/messaging-and-workflows/email-domain-connection.md)
{% endcontent-ref %}


---

# 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://buildersupport.gitbook.io/help-docs/platform/website-builder/connect-your-domain-url.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.
