> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos.md).

# How-tos

- [Use Glesys DNS with an existing domain](https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos/use-glesys-dns-with-an-existing-domain.md): Using Glesys DNS with an existing domain allows you to use the DNS service without the need to transfer the domain to Glesys.
- [Transfer a domain to Glesys](https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos/transfer-a-domain-to-glesys.md): Transferring a domain to Glesys from another registrar will make Glesys the new registrar for the domain name.
- [Buy a domain name](https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos/buy-a-domain-name.md): It's possible to buy/register domain names through Glesys.
- [Delete a domain](https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos/delete-a-domain.md): Deleting a domain will remove it from Glesys DNS. Note that it's not possible to delete a domain that is active or has Glesys email accounts connected to it.
- [Manage renewal for a domain](https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos/manage-renewal-for-a-domain.md): You can activate or deactivate automatic renewal for your domains. It's also possible to renew a domain for many years in advance.
- [Manage DNS records](https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos/manage-dns-records.md): Glesys DNS can handle many types of DNS records.
- [Export data from Glesys DNS](https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos/export-data-from-glesys-dns.md): You can always export your DNS data from Glesys, so you don't have to worry about vendor lock-in.
- [Troubleshoot and test DNS lookups](https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos/troubleshoot-and-test-dns-lookups.md): You can use tools such as nslookup to troubleshoot and test the DNS.
- [Use custom DNS servers for a domain where Glesys is the registrar](https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos/use-custom-dns-servers-for-a-domain-where-glesys-is-the-registrar.md): If you registered a domain with Glesys, you can still use other DNS servers if you like.
- [Create glue records](https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos/create-glue-records.md): Glue records are needed if you like to run your own DNS servers using the same domain name for the DNS servers as for the domain name.
- [Transfer a domain from Glesys to another registrar](https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos/transfer-a-domain-from-glesys-to-another-registrar.md): Transferring a domain from Glesys to another registrar requires you to first generate an authorization code. This code is then used at the new registrar.
- [Import DNS data from a zone file](https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos/import-dns-data-from-a-zone-file.md): By using our PHP script, you can import a zone file into Glesys DNS.
- [Dynamic DNS in pfSense](https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos/dynamic-dns-in-pfsense.md): pfSense has support for dynamic DNS with Glesys.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
