# SmartLight

## SmartLight

- [SmartLight](https://docs.smartlight.hackedit.de/readme.md): Welcome at the home of SmartLight
- [How does it work?](https://docs.smartlight.hackedit.de/about/how-does-it-work.md)
- [Links](https://docs.smartlight.hackedit.de/about/links.md)
- [Build the Hardware](https://docs.smartlight.hackedit.de/setup/build-the-hardware.md): Let's build your SmartLight
- [Get required components](https://docs.smartlight.hackedit.de/setup/build-the-hardware/get-required-components.md)
- [Assemble the PCB(s)](https://docs.smartlight.hackedit.de/setup/build-the-hardware/assemble-the-pcb-s.md)
- [Install Firmware](https://docs.smartlight.hackedit.de/setup/build-the-hardware/install-firmware.md): Firmware Setup - https://github.com/adrianjost/SmartLight-Firmware
- [Connect your devices](https://docs.smartlight.hackedit.de/setup/connect-to-your-device.md)
- [Setup the Server (optional)](https://docs.smartlight.hackedit.de/setup/setup-the-server-optional.md): How to host your own version of the SmartLight Front- & Back-end
- [API](https://docs.smartlight.hackedit.de/integrations/api.md)
- [Examples](https://docs.smartlight.hackedit.de/integrations/api/examples.md)
- [IFTTT & Google Assistant](https://docs.smartlight.hackedit.de/integrations/api/examples/ifttt-google-assistant.md): This page shows, how you can use the natural language API in combination with Google Assistant to control SmartLight with your voice.
- [Google Home](https://docs.smartlight.hackedit.de/integrations/google-home.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
