# Install the Raspberry Pi OS + WiFi

**Step 1:**\
Download, install, and open the Raspberry Pi Imager

{% embed url="<https://www.raspberrypi.com/software/>" %}

\
**Step 2:**\
Insert the included 64GB MicroSD card into your computer and open the Raspberry Pi Imager. Click "Yes" if prompted to allow the software to make changes to your device.

<figure><img src="/files/5Pri32pgRN72h9yBvwka" alt=""><figcaption></figcaption></figure>

\
**Step 3:**\
Click on "**CHOOSE DEVICE**" and select "**Raspberry Pi 5**"

\
**Step 4:**\
Click on "**CHOOSE OS**" and select "**Raspberry Pi OS (64-bit)**"

\
**Step 5:**\
Click on "**CHOOSE STORAGE**" and select the MicroSD card. This will show up as something like "**Generic STORAGE DEVICE USB Device - 62.5 GB**". Then click "**NEXT**"

\
**Step 6:**\
On the "**Use OS customization?**" window, click "**EDIT SETTINGS**." Under "**GENERAL**".

* Set a hostname to something unique on your network. Like "hackerbot", or, if you have more than one robot, something like "hackerbot2". You can also name your robot here, like, "jim". Don't forget this name!
* Create a username and password. Again, don't forget this information!
* Enter your WiFi's SSID and password
* And set your time zone and keyboard layout

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

Under the "SERVICES" tab enable SSH and "Use password authentication"

<figure><img src="/files/8KPZBxBZiWLS2SfKeMDR" alt=""><figcaption></figcaption></figure>

Finally, check all of the boxes on the "OPTIONS" tab.

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

Click "SAVE"

\
**Step 7:**\
Click "YES"

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

Then, "YES" again confirmed that the SD card would be erased. The writing and verification process takes 5-10 minutes, so feel free to move on to the next step, "Connect your Hackerbot Mobile Base to WiFi", while you wait.

\
**Step 8:**\
When the process is finished, remove the MicroSD card from your computer and insert it into the Raspberry Pi 5 on your hackerbot using the included tweezers.

***


---

# 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://hackerbot-industries.gitbook.io/documentation-hackerbot-industries/getting-started/install-the-raspberry-pi-os-+-wifi.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.
