> 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/transfer-a-domain-from-glesys-to-another-registrar.md).

# Transfer a domain from Glesys to another registrar

***

## Transfer a domain to another registrar using the control panel

To transfer a domain to another registrar, you need to generate an authorization code. This code is then provided to the new registrar. Once the code is entered with the new registrar, the domain transfer process begins.

You generate an authorization code by clicking on a domain to open its overview. Then, click on **Actions** and then **Generate auth-code**.

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

The code is now displayed in a new dialog box. This is the code you need to provide to the registrar to whom you want to transfer the domain.

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

## Transfer a domain to another registrar using the API

Use the [domain/generateauthcode](https://github.com/GleSYS/API-docs/wiki/API-Documentation#domaingenerateauthcode) to generate an authorization code that you can use with the new registrar to transfer the domain out of 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:

```
GET https://docs.glesys.com/products/connectivity/domains-and-dns/how-tos/transfer-a-domain-from-glesys-to-another-registrar.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.
