# 3rd Party Domains

* **A domain name registrar is a business that handles the reservation of domain names** as well as the assignment of IP addresses for those domain names.<br>

* **Domain names are alphanumeric aliases used to access websites**; for example, Google’s domain name is ‘google.com’ and their IP address is 192.168.1.1.

  * **Domain names make it easier to access websites without having to memorize and enter numeric IP addresses**.

* **If you purchase a domain from a  3rd party and would like to use it with Route 53:**
  * **Create a public hosted zone**.
  * Then, **update the 3rd party registrar NS records**.<br>

* **Private hosted zones:**
  * **Meant to be used for internal network queries**.
  * They are **not publicly accessible**.<br>

* **Public Hosted Zones:**
  * **Meant to be used for people requesting your website through the public internet**.<br>

* **NS records must be updated on the 3rd party registrar**.


---

# 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://karansingh.gitbook.io/aws-saa-c02/route53/3rd-party-domains.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.
