> 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/google-home.md).

# Google Home

## 1. 全新设置

使用 Google Home 应用扫描来自 CUBE Matter Bridge 的二维码。

{% hint style="info" %}
确保 Google Home 已获得以下权限 **相机** 和 **本地网络**.
{% endhint %}

{% stepper %}
{% step %}

### 在 CUBE OS 中启用 Matter Bridge

在浏览器中打开 CUBE OS。点击 **Matter** 侧边面板中的图标。按照屏幕上的指南启用 **Matter Bridge**.

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

您应看到：

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

{% step %}

### 在 Google Home 应用中扫描二维码

打开 **Google Home** 应用。点击 **+** → **设置设备**.

选择 **支持 Matter 的设备**。扫描在 CUBE OS Matter Bridge 页面上显示的二维码。
{% endstep %}

{% step %}

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

按照 Google Home 的流程完成配对。配对完成后，Google Home 会同步由 CUBE 桥暴露的设备。您可以在 Google Home 中重命名设备并分配房间。
{% endstep %}
{% endstepper %}

{% embed url="<https://drive.google.com/file/d/1yooV0Yy3vsMT8Ni6fAcrBAgDSEUUsaLV/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/google-home.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.
