# Configuring a Custom Domain

Configuring your DNS records might sound technical, but it's a crucial step to ensure your customers can find your website at the correct address. \
\
This guide will walk you through the process of setting up your custom domain with a few commonly used domain providers.

### Steps to Configure

* **Log in to Atlas**
  * Go to the Atlas Dashboard and log in with your admin credentials.
* **Open Meraki Editor**
  * From the left menu, select **Meraki → Editor**.
* **Add a Custom Domain**
  * Navigate to the **Domain** section.
  * Click **Add Custom Domain**.
  * Enter your desired domain name (e.g., `order.yourbrand.com`).
* **Get DNS Records**

  * After entering the domain, Atlas will generate the required **DNS records**.

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

  * Each record will include:
    * **Name**
    * **Type** (CNAME, A, etc.)
    * **Value**
* **Update Your DNS Provider**
  * Log in to your DNS provider’s portal (e.g., GoDaddy, NameCheap).
  * Add the DNS records exactly as shown in Atlas.
  * Save and apply the changes.
* **Verify Setup**
  * Return to Atlas → Domain section.
  * Once DNS records propagate (can take up to 24–48 hours), your domain will be verified and connected.

***

{% hint style="warning" %}

* Ensure you only add the records provided in Atlas.
* DNS propagation time varies depending on your provider.
  {% endhint %}

Please refer to your DNS provider's help portals for detailed steps on configuring the above records.\
\
[GoDaddy](https://www.godaddy.com/en-in/help/manage-dns-records-680)\
\
[NameCheap](https://www.godaddy.com/en-in/help/manage-dns-records-680)\
\
[Hostinger](https://support.hostinger.com/en/articles/4738777-how-to-manage-cname-records)<br>


---

# 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://help.urbanpiper.com/direct-ordering/configuring-a-custom-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.
