> 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/arduino-ide-installation.md).

# Arduino IDE Installation

## Installation Step

### 1. Visit [arduino.cc](https://www.arduino.cc/) and click [software](https://www.arduino.cc/en/software/) for installation.

<figure><img src="/files/9sVviJAWrLYMhFzfi4Zx" alt=""><figcaption></figcaption></figure>

### 2. Choose installation bundle math with Operation System that used.

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

### 3. Click  "JUST DOWNLOAD" to do the process download.

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

### 4. Save the Installation Bundle into your storage.

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

### 5. Choose "I Agree" for the next step of process installation.&#x20;

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

### 6. Choose "Next" for the next step of process installation..&#x20;

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

### 7. Choose "Install" for the next step of process installation.

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

{% hint style="info" %}
You can change the "Destination Folder" according to the desired installation location.&#x20;
{% endhint %}

### 8. Wait until installation process done.&#x20;

<figure><img src="/files/6DAObux3rVFPf5NfdqA5" alt=""><figcaption></figcaption></figure>

### 9.  Choose "Install" for the next step of process installation.

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

### 10. Installation done

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

**Congratulation, Installation is finish!**


---

# 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/arduino-ide-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.
