# How do I set up my domain and link my shop?

Your Oddle Shop comes with a default URL in the format `yourbrand.oddle.me`. If you'd prefer to use your own domain (e.g. `order.yourbrand.com`), you can set that up through domain masking — this keeps your branding consistent without affecting how your shop works.

***

## Set up a custom domain

### Step 1: Purchase a domain name

If you don't already have a domain, purchase one from a registrar. Popular options include:

* [GoDaddy](https://www.godaddy.com/)
* [Namecheap](https://www.namecheap.com/)
* [Domain.com](https://www.domain.com/)
* [Name.com](https://www.name.com/)
* [Network Solutions](https://www.networksolutions.com/)

Most registrars also offer DNS hosting, which you'll need in the next step.

### Step 2: Configure your DNS

1. Log in to your DNS hosting provider.
2. Go to your DNS Management page.
3. Add a new **CNAME** record pointing to `sni.oddleapp.com`.

![](https://3147096571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs7qe37uZ9aRAgPXTGmyG%2Fuploads%2Fgit-blob-996f8b23cc0d58b54be0da4268a2f58761cbe744%2FScreenshot-2023-06-26-at-11.05.24-AM.png?alt=media)

{% hint style="info" %}
To redirect visitors from `yourbrand.com` to `www.yourbrand.com`, ask your DNS provider to set up a 301 redirect.
{% endhint %}

### Step 3: Add your custom domain in Merchant Admin

1. Sign in to [Merchant Admin](https://app.oddle.me/panel).
2. Go to **Channels > Online Shop > Settings**.
3. Open **Domain Settings**.
4. Enter your custom domain in the **Website URL** field.
5. Click **Save**.

![](https://3147096571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs7qe37uZ9aRAgPXTGmyG%2Fuploads%2Fgit-blob-436468f7447096b446214fcfa0c999bef4cd9fea%2FScreenshot-2023-06-26-at-11.09.46-AM.png?alt=media)

Make sure the domain you enter here matches exactly what you configured with your DNS provider.

{% hint style="info" %}
After saving, it can take up to 48 hours for the domain change to fully propagate. Once it does, Oddle will automatically secure your shop with an SSL certificate.
{% endhint %}

***

## Link your shop to your website

The simplest way to connect your Oddle Shop to your existing website is to add an "Order Now" link to your navigation bar. Ask your web developer to link the button to your Oddle Shop URL, or use the embed button code available in Merchant Admin.

![](https://3147096571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs7qe37uZ9aRAgPXTGmyG%2Fuploads%2Fgit-blob-61a737455f54e86c78a19255f9000fbcbb547431%2Faddd.jpg?alt=media)


---

# 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://www.oddle.me/docs/help-center/oddle-shop/how-do-i-set-up-my-domain-and-link-my-shop.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.
