> 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/contoh-kode-dan-library/raspberry-pi/gui-graphical-user-interface/prasyarat-umum-raspberry-gui.md).

# Prasyarat Umum Raspberry GUI

Pada dokumentasi ini, Anda akan mengatur board Raspberry Pi sebagaimana layaknya mini komputer yang membutuhkan monitor sebagai display-nya. Dengan kata lain, Anda akan berinteraksi secara langsung dengan Raspberry Pi menggunakan GUI (Graphical User Interface).

Sebelum memulai, pastikan Anda telah  memenuhi syarat sebagai berikut.

1. Hardware **Board Raspberry Pi**, board ini merupakan mini komputer yang memiliki operating system (OS) untuk menerima data dari berbagai sensor dan mengirim data tersebut ke Antares IoT Platform.
2. **SD Card**. Pastikan bahwa SD Card yang akan dipasang pada Raspberry Pi telah ter-install operating system (OS) dengan mengikuti tutorial di bawah.

{% content-ref url="/pages/JOZvzKlzK6vUPeKV3mWc" %}
[Instalasi Operating System (OS) pada SD Card](/pendahuluan/instalasi-software/instalasi-operating-system-os-pada-sd-card.md)
{% endcontent-ref %}

3. **Power supply**, digunakan untuk menyalakan Raspberry PI dengan power source minimal 3.0 Ampere
4. **Monitor**, digunakan untuk menampilkan GUI dari Raspberry Pi
5. **Kabel Micro HDMI to HDMI**, digunakan untuk menghubungkan monitor dengan board Raspberry Pi
6. **Keyboard**, digunakan untuk mengetikkan syntax pada terminal
7. **Mouse**, digunakan untuk menggerakkan cursor
8. **Akun Antares**, akun ini digunakan untuk mengakses website antares, mendapatkan access key untuk mengirim data ke platform ini. Jika belum memiliki akun Antares dapat [registrasi disini](https://console.antares.id/register) dengan mengikuti tutorial [Registrasi Akun Antares](https://docs.antares.id/pendahuluan/registrasi-akun).


---

# 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/contoh-kode-dan-library/raspberry-pi/gui-graphical-user-interface/prasyarat-umum-raspberry-gui.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.
