# Raspberry Pi

**Raspberry Pi** is a mini computer that has digital input and output ports like on a microcontroller board. The advantages of Rasberry Pi compared to other microcontroller boards include having a port / connection for displays in the form of a TV or monitor, as well as a USB connection for a keyboard and mouse as. Raspberry Pi was made in England by the Raspberry Pi Foundation.

There are two ways to control the Raspberry Pi. First, you can control the Raspberry Pi directly using a display monitor or GUI (Graphical User Interface). Second, you can control the Raspberry Pi remotely by setting the Raspberry Pi as headless. If you set the Raspberry Pi as headless, then you need to connect your computer to the Raspberry Pi via SSH (Secure Shell).

You can choose any of the documentation below according to your needs.

{% content-ref url="/pages/KClb0BKhGkUI7xfowdlF" %}
[GUI (Graphical User Interface)](/en/code-and-library-examples/raspberry-pi/gui-graphical-user-interface.md)
{% endcontent-ref %}

{% content-ref url="/pages/cO4zt6YEWRzd6YwwCCiy" %}
[SSH (Secure Shell)](/en/code-and-library-examples/raspberry-pi/ssh-secure-shell.md)
{% endcontent-ref %}


---

# 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/code-and-library-examples/raspberry-pi.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.
