> 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/ssh-secure-shell/common-raspberry-ssh-prerequisites.md).

# Common Raspberry SSH Prerequisites

In this documentation, you will set up the **Raspberry Pi board in a Headless** manner. In other words, you will control the Raspberry Pi remotely using SSH (Secure Shell).

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. **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).
4. PuTTY application, this application is used to connect your computer to the Raspberry Pi via SSH. You can download the PuTTY application via the [following link](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html). Install the PuTTY application after you download it.


---

# 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/ssh-secure-shell/common-raspberry-ssh-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.
