# How to Add a CNAME Record in cPanel

### Steps to Add a CNAME Record:

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

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

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

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

* Click on **CNAME Record**, and a popup box will open.
* Enter the required details:

  * **Name**: Enter the name you wish to add (e.g., `www`). cPanel will automatically append your domain name, resulting in something like `www.example.com`.
  * **CNAME**: Enter the domain name you want to point to.

  <figure><img src="/files/Tndbvay8nyYXtYi0MWTA" alt=""><figcaption></figcaption></figure>
* Click on **Add a CNAME Record**.

{% hint style="success" %}
If the record is added successfully, you will see a success message.
{% endhint %}

{% hint style="warning" %}
Note: It may take anywhere from 12 to 24 hours for the changes to take effect worldwide.
{% 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-cname-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.
