> For the complete documentation index, see [llms.txt](https://wiki.fluoraplant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.fluoraplant.com/readme.md).

# Welcome

This wiki exists to introduce you to your new light and all it's features, provide you instructions on setup, guidance with troubleshooting, links to replacement parts, and access to legal documents like our [terms and service](https://wiki.fluoraplant.com/terms-of-service/) and [privacy policy](https://wiki.fluoraplant.com/privacy-policy/).\
\
&#x20;Please also try the AI Assistant using the <img src="/files/44Fjh4vBv1w6KDmgAErJ" alt="" data-size="line"> button anytime you may need additional help!

### Quick Navigation

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-bolt-lightning">:bolt-lightning:</i></td><td><strong>Quickstart</strong></td><td>Set up a new product!</td><td></td><td></td><td><a href="/pages/7FvWQMF0kTK7HGhlQfmo">/pages/7FvWQMF0kTK7HGhlQfmo</a></td></tr><tr><td><i class="fa-hammer">:hammer:</i></td><td><strong>Have an issue?</strong></td><td>Troubleshoot an existing product</td><td></td><td></td><td><a href="/spaces/cXzTZhJmLW1wVB78IQ18">/spaces/cXzTZhJmLW1wVB78IQ18</a></td></tr><tr><td><i class="fa-toolbox">:toolbox:</i></td><td><strong>Need a replacement part?</strong></td><td>Find the part you need and get it ordered</td><td></td><td></td><td><a href="/spaces/k0HAltrHldUzDITQCz4R">/spaces/k0HAltrHldUzDITQCz4R</a></td></tr></tbody></table>


---

# 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://wiki.fluoraplant.com/readme.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.
