> 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/code-and-library-examples/raspberry-pi/gui-graphical-user-interface/raspberry-gui-general-prerequisites.md).

# Raspberry GUI General Prerequisites

In this documentation, you will set up the Raspberry Pi board as a mini computer that requires a monitor as a display. In other words, you will interact directly with the Raspberry Pi using the GUI (Graphical User Interface).

Before you start, make sure you have fulfilled the following conditions.

1. Hardware **Board Raspberry Pi**, this board is a mini computer that has an operating system (OS) to receive data from various sensors and send the data to the Antares IoT Platform.
2. **SD Card**. Make sure that the SD Card that will be installed on the Raspberry Pi has an operating system (OS) installed by following the tutorial below.

{% content-ref url="/pages/JOZvzKlzK6vUPeKV3mWc" %}
[Operating System (OS) on SD Card Installation](/en/getting-started/software-installation/operating-system-os-on-sd-card-installation.md)
{% endcontent-ref %}

3. **Monitor**, used to display the GUI of the Raspberry Pi
4. **Micro HDMI to HDMI cable**, used to connect the monitor with the Raspberry Pi board
5. **Keyboard**, used to type the syntax on the terminal
6. **Mouse**, used to move the cursor
7. **Antares account**, this account is used to access the Antares website, get an access key to send data to this platform. If you don't have an Antares account, you can [register here ](https://console.antares.id/register)by following the [Antares Account Registration tutorial](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/en/code-and-library-examples/raspberry-pi/gui-graphical-user-interface/raspberry-gui-general-prerequisites.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.
