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

# Instalasi Arduino IDE

## Langkah Instalasi

### 1. Kunjungi laman [arduino.cc](https://www.arduino.cc/) . Klik [software](https://www.arduino.cc/en/software/) untuk melakukan instalasi

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

### 2. Pilih paket instalasi sesuai dengan Sistem Operasi yang digunakan

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

### 3. Klik  "JUST DOWNLOAD" untuk melakukan proses download

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

### 4. Cek instalasi pada laman download device Anda

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

### 5. Pilih "I Agree" untuk melanjutkan proses instalasi.&#x20;

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

### 6. Pilih "Next" untuk melanjutkan proses instalasi.&#x20;

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

### 7. Pilih "Install" untuk melanjutkan proses instalasi.

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

{% hint style="info" %}
Anda dapat mengubah "Destination Folder" sesuai dengan lokasi instalasi yang diinginkan.&#x20;
{% endhint %}

### 8. Tunggu hingga proses instalasi selesai.&#x20;

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

### 9.  Pilih "Install" untuk melanjutkan proses instalasi.

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

### 10. Instalasi selesai&#x20;

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


---

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