> For the complete documentation index, see [llms.txt](https://docs.tip4serv.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tip4serv.com/store-management/custom-domain/check-dns.md).

# Check DNS

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

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

If the redirection is still not working after an hour, you should verify that your DNS configuration is correct.&#x20;

### Follow these steps

1. Go to [Networks Tools](https://mxtoolbox.com/SuperTool.aspx?action=cname%3a\&run=toolpage) website, this tool will help you check your domain's DNS configuration.
2. Provide the URL of your store, for example: `shop.example.com` or `www.example.com`&#x20;
3. Click on the "CNAME Lookup" button

### Check the result

1. **Domain Name** must be your shop URL, example: `shop.example.com` or `www.example.com`
2. Canonical Name must be exactly: **webstore.tip4serv.com**

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

This is what you need to get for your redirect to work properly.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tip4serv.com/store-management/custom-domain/check-dns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
