> 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-to-glesys.md).

# Transfer a domain to Glesys

***

## Transfer a domain to Glesys using the control panel

You can transfer an existing domain to Glesys, making Glesys the registrar for the domain. Depending on the top-level domain, transferring the domain to Glesys will automatically renew the domain name for a period of one year. Any associated cost for this renewal will be displayed during the transfer process.

For some top-level domains (such as .com and .net), the ownership details are updated automatically when the transfer is completed, but note that this is not the case for all TLDs.

To change the ownership details for the domain, [contact our support team](mailto:support@glesys.se) after the transfer has been completed (we’re not able to update these details beforehand). The time it takes to complete a change of ownership depends on the specific TLD, which is why this must be handled manually by our support.

When you perform a transfer and possibly update the contact information, the name servers are never changed automatically after completion. The domain will continue to function exactly as before the move—for example, with the same DNS records and mail servers.

To transfer a domain to Glesys, click **DNS** in the left-hand menu, under the **Domains** category. Then, click **Add domain**.

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

In the next dialog box, select **Transfer Domain**, enter the domain name, and click **Check Domain**.

<div align="left"><figure><img src="/files/6JlsdbW4zOCiPhg0iFQm" alt=""><figcaption></figcaption></figure></div>

In the next dialog box, enter the authorization code for the domain name. Your current registrar provides this code. Sometimes, you can retrieve the code yourself, while in other cases, you may need to request it from the registrar or current reseller.

Once you have entered the authorization code, click **Confirm**.

<div align="left"><figure><img src="/files/qfpkBVseyKaRFTNn4nxj" alt=""><figcaption></figcaption></figure></div>

The domain transfer process has now begun. This process can take anywhere from a few hours to several days. During this time, the status *Pending* will appear next to the domain name in both the overview of the DNS service under the *Registrar* heading and when you click **Manage** in the DNS service.

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

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

Once the transfer is complete, you will receive an email from Glesys confirming this. The status will also update, showing Glesys as the registrar.

If you click **Manage** for the domain name—after the transfer is complete—you can see the expiration date and whether auto-renewal is enabled.

### Use Glesys nameservers

When transferring a domain to Glesys, the nameservers from the previous registrar are retained. This is indicated by the text *Other provider* displayed under the *Nameservers* section.

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

To use Glesys' name servers instead, click **Change Nameservers**.

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

In the next dialog box, click **Use Glesys Nameservers**.

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

Then, save the nameservers by clicking **Change Nameservers**. Please note that it may take up to a full day for the nameserver change to propagate across the entire Internet.

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

## Transfer a domain to Glesys using the API

To transfer a domain using the [API](/platform/control-panel/api.md), first, add the domain to Glesys DNS using the [domain/add](https://github.com/GleSYS/API-docs/wiki/API-Documentation#domainadd) endpoint. Then, transfer the domain to Glesys using the [domain/transfer](https://github.com/GleSYS/API-docs/wiki/API-Documentation#domaintransfer) endpoint. You can also use the [domain/pricelist](https://github.com/GleSYS/API-docs/wiki/API-Documentation#domainpricelist) endpoint to list all the current prices for registrations and transfers.


---

# 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-to-glesys.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.
