# Connect your domain

RooFunnelish allows you to connect your funnels to your custom domains. Once your funnel is complete and have tested it with your Funnelish subdomain, you can connect your custom domain through the following options:

* Root Domain (**sampledomain.com**)
* Subdomain (**shop**.sampledomain.com) **or** (\*\*[www.\*\*\&#x73;ampledomain.com](http://www.**\&#x73;ampledomain.com))

If your main domain is currently pointing to an existing page, then you will have to use a subdomain.

If you bought your domain exclusively for your funnels, you can choose any of the two options.

## **Root domain**

Use this method to connect your root domain using an IP address.&#x20;

1. Go to your domain host and create (or edit) an **A record**.&#x20;
2. Add the **@** symbol to the **Name field** &#x20;
3. Copy and paste this IP address “**151.101.2.184**” to the **Points to / Value** field.

<figure><img src="/files/ykhRZWLBTLxW0aMjrK0Z" alt=""><figcaption><p>Root Domain DNS Setup</p></figcaption></figure>

## **Subdomain**

Use this method to connect your subdomain using a CNAME record.&#x20;

1. Go to your domain host and create (or edit) a **CNAME record**.&#x20;
2. Add your subdomain prefix to the **Name** **field.**
3. Copy and paste “**domains.funnelish.com**” to the **Points to / Value** field.

<figure><img src="/files/JXsUu9lA4mlbDOX9vkjD" alt=""><figcaption><p>Subdomain Dns Setup</p></figcaption></figure>

{% hint style="warning" %}
Make sure you don't have an **A, AAAA or CNAME** record with the same **Name** or the connection will fail.
{% endhint %}

{% tabs %}
{% tab title="Correct" %}

<table><thead><tr><th width="191" align="center">Type</th><th width="175.66666666666666" align="center">Name</th><th align="center">Point to</th></tr></thead><tbody><tr><td align="center">A</td><td align="center"><mark style="background-color:green;">@</mark></td><td align="center"><strong>funnelish</strong></td></tr><tr><td align="center">A</td><td align="center"><mark style="background-color:green;">bmo</mark></td><td align="center"><strong>other</strong></td></tr></tbody></table>
{% endtab %}

{% tab title="Incorrect" %}

|      Type     |                     Name                     |  Point to |
| :-----------: | :------------------------------------------: | :-------: |
|       A       | <mark style="background-color:red;">@</mark> | funnelish |
|       A       | <mark style="background-color:red;">@</mark> |   other   |
|  {% endtab %} |                                              |           |
| {% endtabs %} |                                              |           |

{% hint style="info" %}
It usually takes few minutes for your changes to propagate, but sometimes it might take up to 24 hours.
{% endhint %}

## Funnelish subdomain

During your trial with Funnelish, you will have a free subdomain so you can test and view your funnels just like if it was on a live page.&#x20;

If you need to make any changes in your testing subdomain:

1. Go to the settings icon in the top right corner of your page and click on **Account settings**.
2. Look for the **Funnelish Subdomain** section and click on it.&#x20;
3. In the pop-up window, enter a subdomain name and click **Save changes**.&#x20;

{% hint style="warning" %}
Changing the subdomain name will affect all funnels currently under that subdomain.&#x20;
{% endhint %}

## SSL (HTTPS)

At Funnelish, we automatically generate an SSL certificate for any newly connected domain, sometimes this can take up to five minutes. This feature is included for free with your account. &#x20;

{% hint style="info" %}
If you are still seeing an insecure connection error once you have connected your new domain make sure to add this **CAA** record to your DNS settings:

Record type: **CAA**

Record name: **@**&#x20;

Record value: **certainly.com**
{% endhint %}

## More information

For more specific instructions on popular domain hosts:

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>GoDaddy</strong></td><td><a href="/files/TsGqYezhDt7zzL5TzHIg">/files/TsGqYezhDt7zzL5TzHIg</a></td><td><a href="/pages/UA8CU81RJHnw4DF529kv">/pages/UA8CU81RJHnw4DF529kv</a></td></tr><tr><td align="center"><strong>Namecheap</strong></td><td><a href="/files/twBIHw5Nfw8uyCYurZ9W">/files/twBIHw5Nfw8uyCYurZ9W</a></td><td><a href="/pages/PMEUqh6FYIdzukzWTWwV">/pages/PMEUqh6FYIdzukzWTWwV</a></td></tr><tr><td align="center"><strong>Shopify</strong></td><td><a href="/files/44BwLpocb8eTxUoMbDZF">/files/44BwLpocb8eTxUoMbDZF</a></td><td><a href="/pages/Q3vaqa6ahxqQZTeRC4mC">/pages/Q3vaqa6ahxqQZTeRC4mC</a></td></tr><tr><td align="center"><strong>Cloudflare</strong></td><td><a href="/files/Iw0l1TDFkTVlTlrRqgst">/files/Iw0l1TDFkTVlTlrRqgst</a></td><td><a href="https://developers.cloudflare.com/dns/manage-dns-records/how-to/create-dns-records">https://developers.cloudflare.com/dns/manage-dns-records/how-to/create-dns-records</a></td></tr></tbody></table>


---

# 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.funnelish.com/start/connect-your-domain.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.
