# 2 Ejemplos

1. [Blink Tutorial](https://github.com/aososam/Smartnest/tree/master/Tutorials/Blink): Aprende cómo conectar su dispositivo a Smartnest.
2. [Doorbell Tutorial](https://github.com/aososam/Smartnest/tree/master/Tutorials/Doorbell): Conecta tu timbre a Alexa.
3. [Smart Watering Tutorial](https://github.com/aososam/Smartnest/tree/master/Tutorials/Plant-Watering): Construye tu propio sistema de riego inteligente.
4. [Smart Fan tutorial](https://github.com/aososam/Smartnest/tree/master/Tutorials/Tower-Fan): Convierte cualquier ventilador de torre en un ventilador inteligente.
5. [Multiple Relay module](https://github.com/aososam/Smartnest/tree/master/Tutorials/Relay-Module): Controla varios dispositivos con un solo mcu.
6. [Smart Button Tutorial](https://github.com/aososam/Smartnest/tree/master/Tutorials/Smart-Button): Inicia cualquier rutina con un botón inteligente.
7. [Raspberry Blink Tutorial](https://github.com/aososam/Smartnest/tree/master/Tutorials/Raspberry-Blink): Conecta tu Raspberry a 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://documentacion.smartnest.cz/ejemplos.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.
