> For the complete documentation index, see [llms.txt](https://docs.learnersblock.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.learnersblock.org/how-to-build-one/quickstart/picking-a-power-supply.md).

# Picking a power supply

Many of the low powered hardware found online come without power supplies. This can often be an advantage, as many users will already have suitable power supplies and can benefit from cheaper hardware.&#x20;

Most hardware will use either a Micro-USB cable or a USB-C cable and prices can start from $1-$2 USD.&#x20;

This cable can then be plugged in to USB ports on laptops, battery packs, Wi-Fi routers and many other power sources to power your Learner’s Block. If however, you want to run the hardware on the mains power supply, you will also need a plug that allows you to plug your USB cable into the relevant wall socket.&#x20;

{% hint style="danger" %}
While there is an array of different options for powering your hardware, be warned, ensuring sufficient power gets to the hardware as outlined by the hardware manufacturer is important to its effective.&#x20;
{% endhint %}

|                                                                                            | Micro-USB | USB-C |
| ------------------------------------------------------------------------------------------ | --------- | ----- |
| [Raspberry Pi Zero 2](https://www.raspberrypi.com/products/raspberry-pi-zero-2-w/)         | ✓         |       |
| [Raspberry Pi 4 Model B 2GB](https://www.raspberrypi.org/products/raspberry-pi-4-model-b/) |           | ✓     |


---

# 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.learnersblock.org/how-to-build-one/quickstart/picking-a-power-supply.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.
