# Configuration

- [LED Strip Configuration](https://cp2004.gitbook.io/ws281x-led-status/configuration/led-strip-configuration.md): Detailed descriptions of the LED Strip Configuration dialog.
- [Printing Effects](https://cp2004.gitbook.io/ws281x-led-status/configuration/printing-effects.md): The core of the plugin, the most used feature to find the status of your printer.
- [Progress Effects](https://cp2004.gitbook.io/ws281x-led-status/configuration/progress-effects.md): Progress can be tracked as well, to display more detailed status
- [Features](https://cp2004.gitbook.io/ws281x-led-status/configuration/features.md): The configuration for the features tab under the plugin's settings
- [Custom Triggers](https://cp2004.gitbook.io/ws281x-led-status/configuration/custom-triggers.md): Customise how the plugin reacts to events, gcode commands, or your own host @ commands


---

# 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/configuration.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.
