> 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/apple-home-e-siri.md).

# Apple Home e Siri

## 1. Nova configuração

{% stepper %}
{% step %}

### Ativar Ponte Matter

Por favor, visite o CUBE OS pelo navegador. Clique no logotipo Matter no painel lateral e siga o guia para ativar o recurso.

<figure><img src="/files/9b1b1cb334e3993302887b2e0e6181d7ab15df59" alt=""><figcaption></figcaption></figure>

Em breve, a página deverá exibir um Código QR e uma linha de números como chaves para parear seu dispositivo com outras plataformas.
{% endstep %}

{% step %}

### Escanear no App

Pegue seu iPhone ou iPad e abra a Câmera do sistema, apontando para o Código QR. Quando surgir uma promoção amarela rotulada "Abrir no Casa", toque nela.

<div align="left"><figure><img src="/files/192c80cbf4ce6195308a31edb2ac80af7a4aa603" alt="" width="188"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Finalizar no app Casa da Apple

iOS/iPadOS redirecionará você para o app Casa da Apple para adicionar seus dispositivos. Sinta-se à vontade para renomear cada dispositivo e atribuir cômodos a eles no app.

<div align="left"><figure><img src="/files/da31fe6ed59985a990701e46a7dd434aac69231d" alt="" width="188"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Experimente comandos da Siri

Quando terminar de nomear seus dispositivos, experimente usar a Siri.

<div align="left"><figure><img src="/files/4a2317edd6a68e1d8d2e05550993d4f154a4e9bc" alt="" width="188"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

## 2. Configuração secundária

Se você já vinculou uma plataforma através do Matter, será necessário gerar os códigos de configuração a partir do app dessa plataforma.

### **2.1 Casa da Apple**

{% stepper %}
{% step %}
Abra o app Casa e encontre o bloco do dispositivo que deseja compartilhar.
{% endstep %}

{% step %}
Abra o painel de controle do dispositivo e toque no ícone de engrenagem.
{% endstep %}

{% step %}
Na **configuração do dispositivo** página, **role para baixo** até “**Ponte**” e toque nela.
{% endstep %}

{% step %}
Isso levará você à página de configurações da ponte que conecta seus dispositivos; role até o final e toque em “Ativar modo de pareamento.”

![](https://appcms.coolkit.cn/wp-content/uploads/2024/06/Apple-%E2%80%93-Bridge-2-1.png)&#x20;
{% endstep %}

{% step %}
Copie o código e siga o guia de pareamento na página do CUBE OS.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Observação: Isso trará todos os dispositivos compatíveis anexados à ponte para o seu CUBE OS.
{% endhint %}


---

# 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/apple-home-e-siri.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.
