# Guides

- [Setup Guide](https://cp2004.gitbook.io/ws281x-led-status/guides/setup-guide-1.md): How to setup WS281x LED Status on your Raspberry Pi running OctoPrint.
- [Supported Hardware](https://cp2004.gitbook.io/ws281x-led-status/guides/setup-guide-1/supported-hardware.md): This page lists the hardware that is officially supported to use this plugin
- [Wiring your LEDs](https://cp2004.gitbook.io/ws281x-led-status/guides/setup-guide-1/wiring-your-leds.md): Wiring LEDs to your Raspberry Pi is the most important step!
- [SPI Setup](https://cp2004.gitbook.io/ws281x-led-status/guides/setup-guide-1/spi-setup.md): How to setup and configure the Raspberry Pi's SPI interface for use with WS281x LEDs.
- [Initial Configuration](https://cp2004.gitbook.io/ws281x-led-status/guides/setup-guide-1/initial-configuration.md): There are common defaults set in the plugin, here is an explanation of those you should change to match your setup.
- [Setup in Docker](https://cp2004.gitbook.io/ws281x-led-status/guides/setup-in-docker.md): Using OctoPrint in a docker container? You need to do some slightly different config.
- [OctoLapse Timelapse Flash](https://cp2004.gitbook.io/ws281x-led-status/guides/octolapse-flash.md): Describes how to use the torch effect to simulate a flash for OctoLapse.
- [Get Help Guide](https://cp2004.gitbook.io/ws281x-led-status/guides/get-help-guide.md): Need help using the plugin? Read this page first.


---

# 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://cp2004.gitbook.io/ws281x-led-status/guides.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.
