# How to Add "A Record" in cPanel

### Steps to Add an A Record:

* Log in to your cPanel account.
* In the **Domains** section, click on **Zone Editor**.

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

* Under **Domains**, locate the options listed under **Actions**.

<figure><img src="/files/2Zajz44jaHArvfPw2eD3" alt=""><figcaption></figcaption></figure>

* Click on **A Record**. A pop-up box will appear. Enter the following details:

  * **Name**: Specify the name you wish to add (e.g., enter `blog`, which will create `blog.example.com`).
  * **Address**: Input the IP address of your server.

  <figure><img src="/files/FGkNfWJribCHIYMjBLzc" alt=""><figcaption></figcaption></figure>
* Click on **Add an A Record**.

{% hint style="success" %}
You have successfully added an A Record!
{% endhint %}

{% hint style="warning" %}
DNS propagation can take up to 24 hours to fully take effect worldwide. Changes may take anywhere from 12 to 24 hours to propagate globally.
{% 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://docs.clouduxe.com/cpanel-control-panel/how-to-add-a-record-in-cpanel.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.
