> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integrator-en/skills/matter.md).

# Matter

### Integration with Matter

The Matter integration allows you to connect the **nomos system Controller** with an ecosystem of your choice, such as **Amazon Alexa, Apple, Google Home, Samsung SmartThings, LG ThinkQ, Home Assistant**, and more. This is easily done by scanning a QR code with a compatible device.

#### Setup Steps:

1. **Enable Matter:**
   * Ensure the switch is turned **ON** to activate the Matter function.
2. **Start Pairing:**
   * Open the desired manufacturer app.
   * Scan the displayed **QR Code** on the screen to pair the **nomos system Controller**.
3. **Alternative: Use Pin-Code:**
   * If the QR code cannot be scanned, enter the displayed **Pin-Code** in your app to manually establish the connection.
4. **Additional Pairing:**
   * To connect the nomos system Controller with an **additional ecosystem**, use the "**Activate Pairing Mode**" button and repeat step 2 or 3.
5. **Reset Pairing:**
   * To completely reset the Matter configuration, click the red **Reset** button if you want to reconfigure the connections.

#### Devices

{% hint style="info" %}
This feature is still in the testing/beta phase.
{% endhint %}

It is also possible to **pair Matter-compatible devices** with the nomos system Controller.

**Setup Steps:**

1. **Launch App:**
   * Open the manufacturer app or an app from your preferred ecosystem, such as the Apple Home app.
2. **Start Pairing:**
   * Select the desired Matter device.
   * Open the settings and start the **Pairing Mode**, and note the **Code**.
3. **Manage Devices:**
   * Choose "**Manage Devices**" on the nomos system Controller.
4. **Add Device:**
   * The device in pairing mode should appear in the list.
   * Click **Add** and enter the previously noted **Code**.
   * Pairing may take some time. Once completed, the device can be renamed and assigned to a room.
   * Repeat steps 2-4 for each additional Matter device you wish to add.

**Reset:**

* To completely reset the Matter device configuration, click the red **Reset** button. **Warning**: You will then need to re-pair all devices!


---

# 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://documentation.nomos-system.com/nomos-system/integrator-en/skills/matter.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.
