# Linking your domain

To get started, head into the **Dev Space** tab within your dashboard, and select **Domains**. You'll need to activate the Custom Domains addon if you haven't already.

<div align="left"><figure><img src="/files/e3caujARWmwYC7l7nuVo" alt=""><figcaption></figcaption></figure></div>

Once you have entered your domain or subdomain, you will need to enter the displayed records within your domain's DNS settings. This tells the internet to point your domain to our content delivery network. Sometimes, you may be required to verify you own the domain name by adding additional records.

<div align="left"><figure><img src="/files/w7XpTvMlNSQRhhykMcQS" alt=""><figcaption></figcaption></figure></div>

Let's say we wanted to link **onboard.personr.co**, your DNS record should look something like the below.

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

When adding your DNS records, make sure to use the IP address we've provided via the platform.&#x20;

{% hint style="info" %}
If you use CloudFlare or similar for DNS or domain management, make sure to turn off traffic proxying.
{% endhint %}

Once you've entered the required records in your domain's DNS settings, select **Check Records**. Depending on your provider, propagation may take a few hours. Similarly, it may take a few hours for our system to generate an SSL certificate - though this usually only takes a few minutes.

That's it. Once linked, you can use your newly-linked domain to...

* Access the dashboard;
* Provide branded verification links to clients; and
* Create static verification [Pages](/api-documentation/pages/overview.md) with your domain.

{% hint style="info" %}
If you generate verification links via API, you can replace **enterprise.personr.co** with your linked domain.
{% endhint %}


---

# 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://manual.personr.co/api-documentation/domain-names/linking-your-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.
