# DNS and NTP

Mago Essential requires access to DNS services to resolve domain names for functions such as software updates, authentication, and cloud-based services (e.g., magolink.com, admin.mago.io). Accurate time synchronization is also critical for certificate validation and secure communication. Ensure the device can access a reliable NTP server (e.g., time.windows.com or a local NTP source) to maintain correct system time.


---

# 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://kb.mago.io/requirements/network/dns-and-ntp.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.
