> 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.md).

# Matter 网桥 - 连接应用

CUBE OS 内置了 Matter 桥接功能（测试版），它会将主机上受支持的设备暴露给支持 Matter 的平台，如 Apple Home、Google Home、SmartThings 和 Alexa。这样你就可以通过这些平台提供的语音助理来管理家庭设备。

Matter 允许你将 CUBE OS 添加为多个平台的桥接设备。具体步骤在全新设置和作为次级设备的设置之间会有所不同。

以下是针对 Apple Home 的指南；其他平台通常具有相同的操作流程。我们将很快为所有主流平台添加逐步指南。

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Apple Home 与 Siri</strong></td><td><a href="/pages/c6473893319f766a1337d48277df54554438faec">/pages/c6473893319f766a1337d48277df54554438faec</a></td></tr><tr><td><strong>亚马逊 Alexa</strong></td><td><a href="/pages/82f815986b76a282a06c88ba230fb1a2a737d5c6">/pages/82f815986b76a282a06c88ba230fb1a2a737d5c6</a></td></tr><tr><td><strong>Google 助理</strong></td><td><a href="/pages/69b53cd3ca822a92f8d04c41deca99b8c5f1e7b6">/pages/69b53cd3ca822a92f8d04c41deca99b8c5f1e7b6</a></td></tr><tr><td><strong>SmartThings</strong></td><td><a href="/pages/bf887f15f4ade1f763611161083133c1bd0fbf43">/pages/bf887f15f4ade1f763611161083133c1bd0fbf43</a></td></tr></tbody></table>


---

# 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.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.
