# What are DNS servers?"

DNS (Domain Name System) servers act as a guide that translates [domain names](https://github.com/sitioshispanos/gitbook-helpdesk-en/blob/master/guias/domains/what-is-a-domain-name-record.md) of websites into IP addresses, allowing you to access them more easily.

Instead of having to remember and type in complex IP addresses, which are just numbers, we simply enter the domain name into the browser. DNS servers function as a directory that associates domain names with their corresponding IP addresses.

When we enter a domain name into the browser, the DNS server looks up the IP address associated with that name and returns it to the browser, enabling it to connect and load the desired website.

In summary, DNS servers make it possible for us to use easy-to-remember domain names instead of complex IP addresses to access websites on the Internet.


---

# 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://help.sitioshispanos.com/menu-principal/guias/dns/que-son-los-servidores-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.
