> For the complete documentation index, see [llms.txt](https://cube.ewelink.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cube.ewelink.cc/feature-exploration/matter-bridge-link-apps/amazon-alexa.md).

# Amazon Alexa

## 1. Fresh setup

Use the Amazon Alexa app to scan the QR code from CUBE Matter Bridge.

{% hint style="info" %}
Make sure Alexa has permissions for **Camera** and **Local Network**.
{% endhint %}

{% stepper %}
{% step %}

### Enable Matter Bridge in CUBE OS

Open CUBE OS in a browser.

Click the **Matter** icon in the side panel.

Follow the on-screen guide to enable **Matter Bridge**.

<figure><img src="/files/hKp59JF6IOFzypMQPOnR" alt=""><figcaption></figcaption></figure>

You should see:

* A **QR code** (for pairing)
* A **numeric setup code** (useful if scanning fails)
  {% endstep %}

{% step %}

### Scan the QR code in the Alexa app

Open the **Amazon Alexa** app. Go to **Devices**. Tap **+** → **Add Device**.

Select **Matter**, then choose **Scan QR code** and scan the QR code shown in CUBE OS.
{% endstep %}

{% step %}

### Finish setup and wait for devices to sync

Follow the Alexa flow to complete the setup. After pairing, Alexa will sync devices exposed by the CUBE bridge. You can rename devices and assign rooms in Alexa.
{% endstep %}
{% endstepper %}

{% embed url="<https://drive.google.com/file/d/1Ox0imFtgP6W_N3sv7WnkTYhSydX6iht5/view?usp=drive_link>" %}


---

# 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://cube.ewelink.cc/feature-exploration/matter-bridge-link-apps/amazon-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.
