# Step 1: Adding a Record to the DNS Panel

1. Sign into your domain’s DNS dashboard.
2. Find the option to manage your domain’s DNS or CNAME records.
3. Add a new CNAME record with the following parameters:

| Domain           | Record Type | Value                  |
| ---------------- | ----------- | ---------------------- |
| click.domena.com | CNAME       | tracking.emaillabs.com |

{% hint style="info" %}
We recommend that a separate subdomain be delegated for Individual Link tracking that will not be used to send emails. You can replace “click” with any other word, like “link”.
{% endhint %}

4. Make sure that the changes are saved before going to [step 2](/en/analytics-panel/functionalities/whitelabel-individual-link-tracking/step-2-configuration-in-the-emaillabs-panel.md).

{% hint style="info" %}
Important: sometimes, you must wait up to 24 hours for the changes in the DNS records to propagate appropriately.
{% endhint %}

**⬅️ Detailed instructions for Step 2 can be found in the drop-down menu on the left.**


---

# 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.emaillabs.io/en/analytics-panel/functionalities/whitelabel-individual-link-tracking/step-1-adding-a-record-to-the-dns-panel.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.
