> 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/export-data-from-glesys-dns.md).

# Export data from Glesys DNS

***

## Export data from Glesys DNS using the control panel

It is possible to export all your DNS data from Glesys DNS. This ensures you don’t have to worry about being locked into Glesys. You can export the data as a zone file at any time. This file can then be used with the *BIND* DNS server.

To export your DNS data, click **Actions** and then **Export** in the domain's overview in the DNS service.

<figure><img src="/files/mIuerh8THTyjxuxhGtSl" alt=""><figcaption></figcaption></figure>

In the next dialog box, the entire zone file is displayed. At the bottom, click **Download as file** to download the entire file as a text file.

<figure><img src="/files/r5tgSsqTo59R0JIuUIAY" alt=""><figcaption></figcaption></figure>

## Export data from Glesys DNS using the API

Use the [domain/export](https://github.com/GleSYS/API-docs/wiki/API-Documentation#domainexport) endpoint to export DNS data as a zone.


---

# 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:

```
GET https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos/export-data-from-glesys-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.
