> 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/english-zh/gong-neng-tan-suo/matter-wang-qiao-lian-jie-ying-yong/amazon-alexa.md).

# Amazon Alexa

## 1. 全新设置

使用 Amazon Alexa 应用扫描 CUBE Matter Bridge 上的二维码。

{% hint style="info" %}
确保 Alexa 拥有以下权限 **相机** 和 **本地网络**.
{% endhint %}

{% stepper %}
{% step %}

### 在 CUBE OS 中启用 Matter Bridge

在浏览器中打开 CUBE OS。

点击 **Matter** 侧边面板中的 图标。

按照屏幕上的指南启用 **Matter Bridge**.

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

您应看到：

* 一个 **二维码** （用于配对）
* 一个 **数字设置代码** （如果扫描失败则有用）
  {% endstep %}

{% step %}

### 在 Alexa 应用中扫描二维码

打开 **Amazon Alexa** 应用。前往 **设备**。轻按 **+** → **添加设备**.

选择 **Matter**，然后选择 **扫描二维码** 并扫描 CUBE OS 中显示的二维码。
{% endstep %}

{% step %}

### 完成设置并等待设备同步

按照 Alexa 的流程完成设置。配对后，Alexa 会同步由 CUBE 桥接暴露的设备。您可以在 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/english-zh/gong-neng-tan-suo/matter-wang-qiao-lian-jie-ying-yong/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.
