> 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/how-to-purchase-a-platform-subscription.md).

# How to Purchase a Platform Subscription

{% hint style="info" %}
Before selecting a subscription plan, make sure you have verified your **phone number** on the **Account** page of the Antares console.
{% endhint %}

## Purchasing Steps:

1. Log in to your Antares account and open the Antares console page
2. Click on the Subscriptions section and click **"Buy Subscription"**

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

3. Click on the **"Platform"** option and select the duration of time you want to subscribe to the plan

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

4. Click "Buy Subscription"

Fill in the number of devices you wish to purchase, and give a name or label to the subscription plan you have chosen. After that, click **"add to cart"** to put the package you want to purchase into your basket.

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

You are required to fill in the number of devices that you will purchase, and include a **"subscription name"** to make it easier for you to use the package.

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

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

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

To proceed with the payment, you can directly click **"Directly Buy Subcsription"**

5. After putting the parcel in the basket, select the parcel to be paid for.

You can view the packages you are about to pay for via the basket at the top right of the Antares console page.

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

6. Click **"Continue Order"**

You have the opportunity to get a discount. You can see the applicable promo in the **"Apply Promo"** section before proceeding with the payment.

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

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

7. Click **"Choose Payment Methods"** to select a payment method

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

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

**Payment Procedures can be seen 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/how-to-purchase-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.
