> For the complete documentation index, see [llms.txt](https://userguide.wlanpi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.wlanpi.com/hardware/wlan-pi-m4/powering-options.md).

# Powering options

## Power over Ethernet (PoE)

The M4 has built-in PoE circuitry. No additional power supply is required. This is the recommended option.

## USB-C port of your laptop

WLAN Pi M4 can also be powered by USB-C port of your laptop using USB-C to USB-C cable.

Some older laptops might not be able to provide enough power via USB. Please double-check.

<figure><img src="/files/cyEbNTGyF01tswX7ANAO" alt=""><figcaption><p>USB-C to USB-C cable</p></figcaption></figure>

## Apple USB-C PD MacBook chargers

While some MacBook USC-C chargers will charge the M4, some won't.

<figure><img src="/files/xhoHm5JZssL8AguKzmAZ" alt=""><figcaption><p>Supported USB-C Apple MacBook 60W charger</p></figcaption></figure>

<figure><img src="/files/EUypLmpfuQPnldyWyM8X" alt=""><figcaption><p>This USB-C Apple won't work</p></figcaption></figure>

## Power Distribution (PD) charger

A standard 5V USB-C PD charger is the best option.

### <mark style="color:red;">Warning</mark>

<mark style="color:red;">Please do NOT use non-PD power supplies with USB-C connector, that are not rated at 5V. Doing so will result in a magic smoke escape. We've tested that, so that you don't have to.</mark>

<figure><img src="/files/hGa0wd3rMv3dYCVg4gek" alt=""><figcaption><p>Incompatible 12V non-USB-PD power supply that fried our M4 unit</p></figcaption></figure>


---

# 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://userguide.wlanpi.com/hardware/wlan-pi-m4/powering-options.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.
