# Introduction

You can connect your custom domain to Funnelish as a **main domain** or as a **subdomain**.

But what's the difference between the two? Imagine your domain like a shopping mall with a main entrance:

* The main entrance is the **main domain** (e.g., `example.com`)
* Inside the mall you can find different stores (e.g. a pet store, a clothing store, a beauty store etc). These stores would be like the **subdomains** (e.g., `petstore.example.com`). Each store will its own purpose, but they’re all part of the same mall.

Just like the mall’s main entrance can’t lead to two separate malls at the same time, a main domain can’t point to two completely different IP's at the same time. So if you want to have the main domain for example point to your Shopify Store, you can create a subdomain for Funnelish.

| Differences                              | Main Domain                            | Subdomain                                             |
| ---------------------------------------- | -------------------------------------- | ----------------------------------------------------- |
| **Structure example**                    | example.com                            | petstore.example.com                                  |
| **How does it show in my DNS settings?** | A RECORD                               | CNAME RECORD                                          |
| **Points to an IP or url path?**         | Points to an IP Address (23.227.38.65) | <p>Points to a Url Path <br>(shops.myshopify.com)</p> |
| **What shows under "Name"**              | @                                      | The prefix of the subdomain for example "petstore"    |

When you're ready to connect your custom domain to Funnelish, click on your domain provider below to see the step by step guide.

<table data-view="cards"><thead><tr><th></th><th></th><th></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></td><td></td><td></td><td><a href="/files/gijWuLx73LGF1fZUT70e">/files/gijWuLx73LGF1fZUT70e</a></td><td><a href="/pages/UA8CU81RJHnw4DF529kv">/pages/UA8CU81RJHnw4DF529kv</a></td></tr><tr><td></td><td></td><td></td><td><a href="/files/ukKw95Ck1rDY08HytIdK">/files/ukKw95Ck1rDY08HytIdK</a></td><td><a href="/pages/PMEUqh6FYIdzukzWTWwV">/pages/PMEUqh6FYIdzukzWTWwV</a></td></tr><tr><td></td><td></td><td></td><td><a href="/files/zBhN8DWfpuU5zGvzkZtD">/files/zBhN8DWfpuU5zGvzkZtD</a></td><td><a href="/pages/Q3vaqa6ahxqQZTeRC4mC">/pages/Q3vaqa6ahxqQZTeRC4mC</a></td></tr><tr><td></td><td></td><td></td><td><a href="/files/8OE6TYorSkpdt2rpD6lz">/files/8OE6TYorSkpdt2rpD6lz</a></td><td><a href="/pages/3mYs4Bnaz66H48OnRI9c">/pages/3mYs4Bnaz66H48OnRI9c</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/introduction.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.
