# Add an "A" record

{% hint style="info" %}
An "A" record is simply how you point a domain name to an IP address. When you register a VPS it will be given an IP address that looks like four sets of numbers, separated by full stops.
{% endhint %}

After verifying my email address, I have logged in to my [namecheap.com](https://namecheap.com) account and gone to Domain List and clicked Advanced DNS where you will find the correct screen to add an "A" record.

![](/files/-MYw7tghzsa-gSuOXrRD)

![](/files/-MYw7wyMJUxCOd-DsN5-)

![](/files/-MYw7zSsSjOvAJkKCy58)

I decided i wanted my node address to be "tutorialnode.cotinodes.online" so i wrote tutorial node in the host, and then i took the IP address from the VPS registration email (1) and added it in the Value field like shown on the screenshot below. You use YOUR VPS ip address of course. Select 5 min or even 1 min on the TTL which means how fast the DNS will update, then click the green tick.

![](/files/-MZ2iYv1huCB3WmOiVCT)

Now wait however long you gave the TTL value above i.e. 5 minutes, make a drink, come back and continue!


---

# 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://cotidocs.geordier.co.uk/purchases/add-an-a-record.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.
