# Configuring DNS

{% hint style="info" %}
Please follow the steps to set a custom domain in this order:

1. [Choosing a custom domain](/store-setup/custom-domain/choosing-a-subdomain.md)
2. [Initiating the custom domain setup](/store-setup/custom-domain/initiate-customdomain.md)
3. [Configuring DNS](/store-setup/custom-domain/configuring-dns.md)
4. [Check DNS](/store-setup/custom-domain/check-dns.md)
   {% endhint %}

You must create a DNS record to point your domain to your Tip4serv store. Here is an example if you use Cloudflare but the configuration is almost the same for all domain registrars.

1. Go to your domain registrar and log in
2. Click on the **DNS menu** then on Records
3. Click the **Add record** button
4. Select the **CNAME** type
5. In **NAME**, enter **shop** or **www** or the subdomain you want (**shop**.mydomain.com)
6. In **TARGET**, enter EXACTLY this (do not replace webstore): **webstore.tip4serv.com**
7. Disable proxy and leave TTL as it is
8. Click SAVE
9. Wait a few minutes (can take up to 48 hours) then try to access your shop with your domain

<figure><img src="/files/azSE705ZL1bzEHWYvLBX" alt=""><figcaption><p>Example from Cloudflare.com</p></figcaption></figure>

Click on the **DNS CHECK** button on [Custom domain](https://tip4serv.com/dashboard/domain) page to check if your DNS record is correct.

**Congratulations you are done !**


---

# 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.tip4serv.com/store-setup/custom-domain/configuring-dns.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.
