> 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/getting-started/expansion-pack-i-cube-lrwan-installation.md).

# Expansion Pack I-CUBE-LRWAN Installation

## Follow These Steps : &#x20;

### 1. Visit the [I-CUBE-LRWAN](https://www.st.com/en/embedded-software/i-cube-lrwan.html) page. Click  [Get Software](https://www.st.com/en/embedded-software/i-cube-lrwan.html#get-software)  to install&#x20;

<figure><img src="/files/PIjDS9iydHa9Jy3NopFX" alt=""><figcaption><p>Software Download Page</p></figcaption></figure>

### 2. Select the installation package according to the Operating System being used, select Get Latest.

<figure><img src="/files/JLu7uwxXno4XyQzeezIq" alt=""><figcaption><p>Get Software</p></figcaption></figure>

### 3. After clicking Get Latest, the License Agreement will appear. You only need to click Accept.

<figure><img src="/files/fGvMgKMSNmfHAqC8lHu1" alt=""><figcaption><p>Accept License Agreement</p></figcaption></figure>

You need to fill in some data such as name and email to be able to download the software because the download link will be sent to the email. For those of you who already have an account, you can directly login using your account and can immediately download the software.

<figure><img src="/files/0hrNyHiMjTRye2AYob5r" alt=""><figcaption><p>Fill name dan email</p></figcaption></figure>

### 4. After downloading the expansion pack, you can extract the downloaded file to the directory you want.

<figure><img src="/files/xykFLP7gGxVUfD5OZbyD" alt=""><figcaption><p>Extract Expansion File</p></figcaption></figure>

### 5. Package Installation Completed.


---

# 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/getting-started/expansion-pack-i-cube-lrwan-installation.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.
