# DNS

<details>

<summary>What is DNS?</summary>

DNS stands for Domain Name System. It is an essential component of the internet, functioning like a phonebook for the internet. The DNS translates domain names that are easy for humans to remember, like [www.example.com](http://www.example.com), into the numerical IP addresses needed for locating and identifying computer services and devices with the underlying network protocols. When you type a website address in your browser, the DNS servers take that domain name and translate it to its corresponding IP address so your browser can load the website. This system is crucial for the smooth functioning of the internet, allowing users to access websites using familiar domain names rather than complex numerical IP addresses.

</details>

<details>

<summary>How can I browse Web3 Domains?</summary>

If you operate DNS resolvers, NOTO allows you to export data about Web3 domains in a standard zonefile format that can easily import into your own nameservers. You can also use our test DNS servers to run individual queries to test how the system behaves and what responses to expect.

</details>


---

# 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.noto.network/noto-api-docs/faqs/dns.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.
