> 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-pt/exploracao-de-funcionalidades/matter-bridge-ligar-aplicacoes.md).

# Matter Bridge - Ligar aplicações

O CUBE OS possui uma Bridge Matter incorporada (BETA), que exporá dispositivos compatíveis do seu host para plataformas habilitadas para Matter, como Apple Home, Google Home, SmartThings e Alexa. Assim, você pode gerenciar seus dispositivos domésticos pelos assistentes de voz preferidos fornecidos por essas plataformas.

O Matter permite adicionar seu CUBE OS como um dispositivo bridge em várias plataformas. As etapas variam entre uma configuração nova e uma configuração secundária.

Aqui está um guia para o Apple Home; outras plataformas geralmente têm os mesmos procedimentos. Em breve adicionaremos guias passo a passo para todas as plataformas principais.

<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 e Siri</strong></td><td><a href="/pages/20c6da3e0b192590fe3198902587155cc046a172">/pages/20c6da3e0b192590fe3198902587155cc046a172</a></td></tr><tr><td><strong>Amazon Alexa</strong></td><td><a href="/pages/c92158e13ca252a13ea3ca9ca0fa4d078bef652d">/pages/c92158e13ca252a13ea3ca9ca0fa4d078bef652d</a></td></tr><tr><td><strong>Google Assistant</strong></td><td><a href="/pages/f6fb5c6471e0c08a8e3ee800813f0ee9db4ae12a">/pages/f6fb5c6471e0c08a8e3ee800813f0ee9db4ae12a</a></td></tr><tr><td><strong>SmartThings</strong></td><td><a href="/pages/402d9b6d218ed564ea400d01aca5bdb1a54ca360">/pages/402d9b6d218ed564ea400d01aca5bdb1a54ca360</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-pt/exploracao-de-funcionalidades/matter-bridge-ligar-aplicacoes.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.
