# 2. Examples

1. [Blink Tutorial](https://github.com/aososam/Smartnest/tree/master/Tutorials/Blink): Learn how to connect your device to smartnest
2. [Doorbell Tutorial](https://github.com/aososam/Smartnest/tree/master/Tutorials/Doorbell): Connect your doorbell to Alexa&#x20;
3. [Smart Watering Tutorial](https://github.com/aososam/Smartnest/tree/master/Tutorials/Plant-Watering): Build your own smart watering system
4. [Multiple Relay module](https://github.com/aososam/Smartnest/tree/master/Tutorials/Relay-Module): control many devices with one mcu
5. [Smart Button Tutorial](https://github.com/aososam/Smartnest/tree/master/Tutorials/Smart-Button): Trigger any routine with a smart button
6. [Raspberry Blink Tutorial](https://github.com/aososam/Smartnest/tree/master/Tutorials/Raspberry-Blink): Connect your Raspberry to Smartnest


---

# 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://www.docu.smartnest.cz/examples.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.
