# How to link a domain?

### Three simple steps

{% stepper %}
{% step %}

### Enter your domain in Typelink

Open Settings `/` Own domain and enter your domain name
{% endstep %}

{% step %}

### Add A-record at 137.66.60.33&#x20;

Try In order to connect your domain, you'll need to have a DNS A record that points at 137.66.60.33
{% endstep %}

{% step %}

### **Remove any other A, AAAA, or CNAME records**

It is very important to delete any existing A, AAAA, or CNAME records, as they may interfere with the proper functioning of your domain.
{% endstep %}
{% endstepper %}

In Typelink, you can connect your own domain to your site. To link your domain, go to Settings and open the "Own Domain" section.

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

Enter your domain and copy the IP address. You will need to add this IP address as an A record with your domain registrar.

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

{% hint style="info" %}
If you have completed all the steps in the instructions, you will see the message "**Successfully**!" next to your domain.
{% endhint %}

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


---

# 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.type.link/type.link/link-a-domain/link-a-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.
