> 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/manage-renewal-for-a-domain.md).

# Manage renewal for a domain

***

## Manage renewal using the control panel

By default, automatic renewal of domain names is enabled. You can check this by clicking on a domain. This will take you to the domain's overview, where you can see the automatic renewal status.

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

About a month before the renewal, you will receive an email from Glesys notifying you that the domain will be renewed.

If you want to disable automatic renewal, click on **Turn off auto renewal**. Please note that if you disable auto-renewal, the domain will expire when the current term ends. Someone else can then register the domain. Therefore, you should not disable automatic renewal unless you intend to let go of the domain.

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

If you want to renew the domain immediately or for multiple years, click **Renew Domain**.

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

In the drop-down menu, you can select the number of years you want to renew the domain.

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

Once you have selected the number of years, click **Renew**.

<figure><img src="/files/7XWoF8iyKwo110TRbjJG" alt=""><figcaption></figcaption></figure>

## Manage renewal using the API

To activate or deactivate auto-renewal for a domain using the [API](/platform/control-panel/api.md), use the [domain/setautorenew](https://github.com/GleSYS/API-docs/wiki/API-Documentation#domainsetautorenew) endpoint. To renew a domain immediately or for perhaps multiple years, use the [domain/renew](https://github.com/GleSYS/API-docs/wiki/API-Documentation#domainrenew) endpoint.


---

# 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/manage-renewal-for-a-domain.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.
