# Home of the docs

This documentation should tell you all you need to know about how to use the plugin. There's a lot of information here, please be sure to read some of it before opening issues in case the solution is here.

{% hint style="success" %}
**Want to contribute? Go for it!**\
There should be an 'Edit on GitHub' button to the top right of each page. [View the documentation on the repository](https://github.com/cp2004/OctoPrint-WS281x_LED_Status/tree/master/docs).
{% endhint %}

{% hint style="success" %}
**Enjoying the plugin?** **Please consider supporting it's development!**\
You can sponsor it [through GitHub here](https://github.com/sponsors/cp2004)\
❤ Thank you for your support! It means a lot.
{% endhint %}

{% hint style="info" %}
**Feedback? Questions? Need more info?**\
Please give feedback! You can rate the pages using the smiley faces in the bottom of each page. Feel free to get in contact anywhere to let me know of issues with any of these docs, or contribute.
{% endhint %}


---

# 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/devel/readme.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.
