# 5. Alexa Integration

## Alexa integration

In order to configure the integration with Alexa, you have to go to your Alexa App and open the menu by tapping on the icon at the top left corner, then select the option Skills & Games and then tap the search button at the top right corner, type Smartnest, and then tap search. Or get the skill [from this link](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)

You will see the Smartnest skill ready to be linked to your account, tap Enable to use button and you will be redirected to a login screen. After providing your username and password you will see the confirmation page saying that the skill has been successfully linked

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

After the first link, Alexa will start discovering devices and she will get all the devices you have created in your account. Alexa will show you a confirmation of how many devices she found and then you can configure them, add them to your rooms or routines.

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

The Alexa skill has proactive management of endpoints which means that every time you create or delete an endpoint on Smartnest Alexa app will do the same and will also show you a notification of the new devices


---

# 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/alexa-integration.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.
