> 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-th/feature-exploration/matter-bridge.md).

# Matter Bridge - เชื่อมโยงแอป

CUBE OS มี Matter Bridge ในตัว (BETA) ซึ่งจะแสดงอุปกรณ์ที่รองรับจากโฮสต์ของคุณไปยังแพลตฟอร์มที่รองรับ 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 &#x26; Siri</strong></td><td><a href="/pages/4cf0818507c3e449379e9b56a89aa2838074d224">/pages/4cf0818507c3e449379e9b56a89aa2838074d224</a></td></tr><tr><td><strong>Amazon Alexa</strong></td><td><a href="/pages/16e5200aaeed12140b766d09bdd266e31e63a981">/pages/16e5200aaeed12140b766d09bdd266e31e63a981</a></td></tr><tr><td><strong>Google Assistant</strong></td><td><a href="/pages/f25e289d9ec835c774b126808508d64861589d11">/pages/f25e289d9ec835c774b126808508d64861589d11</a></td></tr><tr><td><strong>SmartThings</strong></td><td><a href="/pages/b71eadecbd8e1e5dd6580e162998e41234eeed2d">/pages/b71eadecbd8e1e5dd6580e162998e41234eeed2d</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-th/feature-exploration/matter-bridge.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.
