> 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/connectivity/how-to-use-connectivity-packages.md).

# How to Use Connectivity Packages

## Package Usage Steps

1. Log in to your Antares account and open the Antares console page
2. Click the **"Applications"** section and click **"Create an Application"**

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

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

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

3. Next, add Device to Application

On the **"Application"** page, you can directly click "Create Device" to add the device to the application.

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

After you click **"Create Device"**, in the **"Select your package"** section you can immediately select the package you want to use. In this documentation, the package used is Antares Free Trial.

<figure><img src="/files/3WHJruMcwVmkP0W1osJM" alt=""><figcaption></figcaption></figure>

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

4. Click on **"Create Devices"**

If you have successfully added a device, the device that has been successfully created will be displayed on the **Application** dashboard page.

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

5. Click on the Device you have created and select **"Set LoRa"**

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

6. After clicking **"Set LoRa"**, select Lora Class - LoRa Activation Mode - OTAA Parameters

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

After selecting Lora Class - LoRa Activation Mode - OTAA Parameters, select the subscription package in **"Select LoRa Subscription"**.

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

In the example image above, the package used is LoRa Connectivity Free Trial

7. Click **"Set Lora"**

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

You have successfully used LoRa Subscription.

{% hint style="info" %}
The procedure for creating an Application and adding a Device can be seen in full on the following page:

[Create App](/en/getting-started/create-app.md) \
[Add Devices to the Application](/en/getting-started/add-devices-to-the-application.md)
{% endhint %}


---

# 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/connectivity/how-to-use-connectivity-packages.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.
