# CNAME

CNAME stands for Canonical Name record. It is a type of DNS record used to associate one domain name with another domain name.

In other words, a CNAME record allows a domain name to act as an alias for another domain name. When a user enters the alias domain name in their web browser, the DNS system looks up the corresponding canonical domain name associated with the CNAME record, and then resolves the IP address for that canonical domain name.


---

# 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.console.zenlayer.com/glossary/c/cname.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.
