> For the complete documentation index, see [llms.txt](https://documentacion.smartnest.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentacion.smartnest.cz/integracion-con-alexa.md).

# 5 Integración con Alexa

Para configurar la integración con Alexa, debes ir a tu aplicación de Alexa y abrir el menú tocando el icono en la esquina superior izquierda, luego seleccionar la opción "Skills y juegos" y luego tocar el botón de búsqueda en la esquina superior derecha , escribir Smartnest y luego tocar buscar. O obtén la skill de este enlace [este enlace](https://skills-store.amazon.com/deeplink/dp/B07VH46TDC?deviceType=app\&share\&refSuffix=ss_copy)

![alexa skill 1](https://www.smartnest.cz/img/Documentation/alexaskill1.png) ![alexa skill 1](https://www.smartnest.cz/img/Documentation/alexaskill2.png)

Verás la skill de Smartnest lista para ser vinculada a tu cuenta, toca el botón Habilitar para usar y serás redirigido/a a una pantalla de inicio de sesión. Después de proporcionar tu nombre de usuario y contraseña, verás la página de confirmación que dice que la skill se ha vinculado correctamente

![alexa skill 1](https://www.smartnest.cz/img/Documentation/alexaskill3.png) ![alexa skill 1](https://www.smartnest.cz/img/Documentation/alexaskill4.png)

Después del primer enlace, Alexa comenzará a descubrir dispositivos y obtendrá todos los dispositivos que se hayan creado en tu cuenta. Alexa mostrará una confirmación de cuántos dispositivos encontró y luego podrás configurarlos y agregarlos a sus habitaciones o rutinas.

![alexa skill 1](https://www.smartnest.cz/img/Documentation/alexaskill5.png) ![alexa skill 1](https://www.smartnest.cz/img/Documentation/alexaskill6.png)

La skill de Alexa tiene una gestión proactiva de los dispositivos, lo que significa que cada vez que crees o elimines un dispositivo en la aplicación de Smartnest Alexa hará lo mismo y también te mostrará una notificación de los nuevos dispositivos.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://documentacion.smartnest.cz/integracion-con-alexa.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
