> For the complete documentation index, see [llms.txt](https://docs.antares.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antares.id/en/subscription-and-payment/platform/procedure-for-renewing-a-platform-subscription.md).

# Procedure for Renewing a Platform Subscription

There are several ways to view the status of your purchased package, namely:

1. Click on the "Overview" page on the Antares website

In the **"Subscription Management"** section, you can find out the status of your previously purchased plan. Click "See more subscription" for further information.

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

Or click on the "Subscription" page on the sidebar of the Antares page.

On the **"Subscription"** page, you can directly purchase the package you need by clicking **"Buy Subscription"**. If you want to see the status of the packages you have previously purchased, you can view the information by clicking **"See All Subscriptions"**.

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

2. Click "See All Subscription"

You will arrive at the **"Subscription Management"** page. On the **"Subscription Management"** page you can see the status of each package you have purchased previously.

<figure><img src="/files/4JonUrWwTiLmOg2bePIL" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/0oxKmVqERbsWSE93Sic0" alt=""><figcaption></figcaption></figure>

**There are 6 (six) status of the Antares package, namely:**

| PACKAGES STATUS | DESCRIPTION                                                                                                                   |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Active          | Packages that are currently active and can still be used                                                                      |
| Grace Period    | Packages that have entered the grace period, but are still in use until the expiration date.                                  |
| Hibernate       | Packages that has passed the grace period and is temporarily freezed.                                                         |
| Suspended       | Pacthat has passed the **"hibernate"** period                                                                                 |
| Inactive        | Packages that have passed the **"suspended"** period. **"Free Trial"** packages will automatically enter the inactive period. |
| Cancelled       | Status of your cancelled plan before payment                                                                                  |

3. Select the plan you would like to renew

You can renew packages that are in **Grace Period**, **Hibernate**, and **Suspended** status.

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

4. On the plan you want to renew, click "Active"

Once you click **"Active"**, the package you want to renew will be automatically added to the basket on the top right.

5. Once the parcel is in the basket, click **"Continue Order"**.

If there is an applicable promo, you can add the promo to get a price cut in the **"Apply Promo"** section. Next, click **"Continue Order"**.

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

{% hint style="danger" %}
You can only extend packages that are in **Grace Period**, **Hibernate**, and **Suspended** status. If your package is in Inactive status, then you must do the package purchase process from the initial stage.
{% endhint %}

**You can see the Payment Procedure for the package you purchased or renewed on the following page:**

{% content-ref url="/pages/0QfUPOnBC1nznjl2gkQA" %}
[How to Purchase a Platform Subscription](/en/subscription-and-payment/platform/how-to-purchase-a-platform-subscription.md)
{% endcontent-ref %}


---

# 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.antares.id/en/subscription-and-payment/platform/procedure-for-renewing-a-platform-subscription.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.
