> 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/cube-os-es/exploracion-de-funciones/matter-bridge-vincular-aplicaciones.md).

# Matter Bridge - Vincular aplicaciones

CUBE OS tiene un Bridge Matter integrado (BETA), que expondrá los dispositivos compatibles de tu host a plataformas habilitadas para Matter como Apple Home, Google Home, SmartThings y Alexa. Así podrás gestionar los dispositivos de tu hogar mediante los asistentes de voz preferidos que proporcionan estas plataformas.

Matter te permite añadir tu CUBE OS como un dispositivo puente a múltiples plataformas. Los pasos variarán entre una configuración nueva y una configuración secundaria.

Aquí hay una guía para Apple Home; otras plataformas suelen tener los mismos procedimientos. Pronto añadiremos guías paso a paso para todas las plataformas principales.

<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 y Siri</strong></td><td><a href="/pages/257bb7160119a135eccf99c79f37fce65203ea00">/pages/257bb7160119a135eccf99c79f37fce65203ea00</a></td></tr><tr><td><strong>Amazon Alexa</strong></td><td><a href="/pages/9c76749e0ecd6f228eea885a8cb636f731e97f82">/pages/9c76749e0ecd6f228eea885a8cb636f731e97f82</a></td></tr><tr><td><strong>Asistente de Google</strong></td><td><a href="/pages/99e4dc2e2f9741408075f2f42b2a61dbba1f63fc">/pages/99e4dc2e2f9741408075f2f42b2a61dbba1f63fc</a></td></tr><tr><td><strong>SmartThings</strong></td><td><a href="/pages/3222395ac745e5e77c90aef9b3f359e9bb14d168">/pages/3222395ac745e5e77c90aef9b3f359e9bb14d168</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/cube-os-es/exploracion-de-funciones/matter-bridge-vincular-aplicaciones.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.
