# STM32 Cube IDE Installation

## Follow These Steps :&#x20;

1. ### Visit the  [STM32 Cube IDE](https://www.st.com/en/development-tools/stm32cubeide.html) page. Click  [Get Software](https://www.st.com/en/development-tools/stm32cubeide.html#get-software) to install

<figure><img src="https://3873791589-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7cujmJ5QHdJaAjH815aZ%2Fuploads%2Fdr8ZvdtKp2cRKj4emNCP%2Fimage.png?alt=media&#x26;token=74c5752e-4709-45c3-8d0a-65ec78f58679" alt=""><figcaption><p>STM32 Installation Page</p></figcaption></figure>

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

   <figure><img src="https://3873791589-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7cujmJ5QHdJaAjH815aZ%2Fuploads%2FYIGgzqXQtQpbwAIaebdY%2Fimage.png?alt=media&#x26;token=8740b89e-30d2-49b9-b871-62331bbde985" alt=""><figcaption><p>Software Download Page</p></figcaption></figure>

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

   <figure><img src="https://3873791589-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7cujmJ5QHdJaAjH815aZ%2Fuploads%2Fklh9CTDAg92Ogq3prc66%2Fimage.png?alt=media&#x26;token=789f5e6f-e4ed-49dd-9ad1-99de32e55df4" 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="https://3873791589-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7cujmJ5QHdJaAjH815aZ%2Fuploads%2FE9mvurHhuj9zNK5F1peI%2Fimage.png?alt=media&#x26;token=2346f541-e0f7-43be-ba2e-c917f730a928" alt=""><figcaption><p>Fill name and email</p></figcaption></figure>

4. ### After the STM32 CUBE IDE software has been successfully downloaded, you need to install the software by clicking the next button until the install button appears.

<figure><img src="https://3873791589-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7cujmJ5QHdJaAjH815aZ%2Fuploads%2FxzfTADxlTh1PxzGzNxuV%2Fimage.png?alt=media&#x26;token=1ba2c5f0-7300-4cae-987b-a6936162c7d0" alt=""><figcaption><p>Install STM32 CUBE IDE</p></figcaption></figure>

5. ### Installation Done


---

# Agent Instructions: 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.antares.id/en/getting-started/stm32-cube-ide-installation.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.
