# How to add a record to the DNS Zone in HestiaCP?

If you already have a **DNS Zone** created and need to add a new record, follow these steps:

1. First, go to the **DNS** area.
2. In the domain you want to modify, you will find two ways to add a new record:\
   The icon **a** will allow you to add a new record directly.\
   The icon **b** will allow you to view the **DNS Zone** and create a new record from there.

<figure><img src="/files/8EDfXXQn7SmK5yuemEWg" alt=""><figcaption></figcaption></figure>

If you enter from the **a** icon, you will see the following screen, where you can create the new record:

1. In **Record**, write the subdomain you need or you can leave the **@,** which is synonymous with the main domain of the **DNS Zone**.
2. In **Type**, choose the type of record you need (A, MX, TXT, etc).
3. In **IP or value**, you will need to write the IP address or domain where this record will point to.
4. In **Priority**, if the record type allows it, you can define the value. It is usually used in MX records.
5. In **TTL**, you can define the time it will take for the record to check for possible changes in the **DNS Zone**.
6. Once you have configured the record, save the changes with the **Save** button.

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

If you enter from the **b** icon, you will see the DNS Zone of the domain. From the **Add record** button, you can add the new record.

<figure><img src="/files/PTKeXX8yO1WyEs435j7V" 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.sitioshispanos.com/menu-principal/guias/web-hosting-revendedor/administracion-con-hestiacp/zona-dns/como-agregar-un-registro-a-la-zona-dns-en-hestiacp.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.
