> For the complete documentation index, see [llms.txt](https://docs.playoutbee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.playoutbee.com/installation/raspberry-pi/raspberry-pi-image.md).

# Raspberry Pi Image

1. Download the "playoutbee" disc image file&#x20;
2. &#x20;insert target SD card into PC&#x20;
3. &#x20;launch the raspberry Pi Imager (download it at <https://www.raspberrypi.org/downloads/>) ●&#x20;
4. Select "choose os"
5. Select "use custom"
6. Browse to the playoutbee image file & click open
7. click "sd Card" & select your target SD card
8. Click write
9. Wait until finished writing message&#x20;
10. DONE! (creating the SD card)

{% hint style="danger" %}
The Username for the Image is **bee** and the Password is **bytehive**
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=WOHdIauZqQI>" %}


---

# 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:

```
GET https://docs.playoutbee.com/installation/raspberry-pi/raspberry-pi-image.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.
