# Smartnest

## Smartnest

- [Home](https://www.docu.smartnest.cz/master.md)
- [1. Getting started](https://www.docu.smartnest.cz/getting-started.md)
- [2. Examples](https://www.docu.smartnest.cz/examples.md): Here you can see some examples of projects and tutorials using Smartnest
- [3. Using the App](https://www.docu.smartnest.cz/using-web-app.md)
- [How to use the web App](https://www.docu.smartnest.cz/using-web-app/3.-using-the-web-app.md)
- [Download the mobile app](https://www.docu.smartnest.cz/using-web-app/download-the-mobile-app.md)
- [Setting up the web App on your mobile device](https://www.docu.smartnest.cz/using-web-app/4.-web-app-on-your-mobile-device.md)
- [4. MQTT Guide](https://www.docu.smartnest.cz/mqtt-guide.md): Here you will find the basic concepts of MQTT and the specification of how the messages are send to and from your device.
- [5. Alexa Integration](https://www.docu.smartnest.cz/alexa-integration.md)
- [6. Siri Integration](https://www.docu.smartnest.cz/siri-integration.md)
- [7. Google Home Integration](https://www.docu.smartnest.cz/google-home-integration.md)
- [8. Smartthings Integration](https://www.docu.smartnest.cz/smartthings-integration.md): Now you can use your Samsung device and the Voice assistant Bixby to control your devices.
- [#. IFTTT Integration](https://www.docu.smartnest.cz/ifttt-integration.md)
- [9. Tasmota Integration](https://www.docu.smartnest.cz/tasmota-integration.md): You can also use Smartnest to control your devices using Tasmota Firmware, in order to do that you need to apply the following configuration in the MQTT Seccion of Tasmota configuration.
- [10. Espurna Integration](https://www.docu.smartnest.cz/espurna-integration.md): You can also use Smartnest to control your devices using Espurna Firmware, in order to do that you need to apply the following configuration in the MQTT Seccion of Espurna configuration.
- [11. Homebridge Integration](https://www.docu.smartnest.cz/homebridge-integration.md)
- [12. Home Assistant Integration](https://www.docu.smartnest.cz/home-assistant-integration.md)
- [13. Supported Devices](https://www.docu.smartnest.cz/supported-device-types.md): Here you can find all the supported devices and the example code for connecting them to Smartnest.
- [14. Routines](https://www.docu.smartnest.cz/routines.md)
- [15. Notifications](https://www.docu.smartnest.cz/notifications.md)
- [16. Business API](https://www.docu.smartnest.cz/business-api.md): Interact with Smartnest cloud using your Business API key.
- [Donations, Thank you!](https://www.docu.smartnest.cz/donations.md)
- [DOCUMENTACIÓN EN ESPAÑOL](https://www.docu.smartnest.cz/documentacion-en-espanol.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://www.docu.smartnest.cz/master.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.
