# SmartLight

As a computer science student, I didn't realize I had to spend hundreds of dollars on a system like Philips Hue. So I decided to develop my own smart lighting system. After several hundred hours of work, a lot of joy but also frustration "SmartLight V3" was created.

## What can SmartLight do?

* You can use cheap RGB LED strips as well as more complex NeoPixel strips.
* The basic module (ESP8266-01) costs less than 5€.
* modern Web-App that you can add to your Homescreen.
* support for IFTTT & Google Home (via IFTTT)

{% content-ref url="about/how-does-it-work" %}
[how-does-it-work](https://docs.smartlight.hackedit.de/about/how-does-it-work)
{% endcontent-ref %}


---

# 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://docs.smartlight.hackedit.de/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.
