> 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/addons/overview-of-integrated-addons.md).

# Overview of Integrated Addons

This view lists all the addons that are already integrated into your system. These addons can be used to extend the functionality of your system, especially when official APIs are not available. They are specific extensions that should be used carefully since they may rely on unofficial interfaces.

**Column Explanations:**

* **Name:** Displays the name of the installed addon currently in use, for example, mqtt\_windowcovering.
* **Version:** Indicates the current version of the addon, in this case, version 1.2.
* **Manufacturer:** Shows the manufacturer of the addon. In this case, the addon was developed by nomos system AG.
* **Model:** Describes the specific model or functionality of the addon, such as MQTT Window Covering Profile.
* **Actions:**
  * **Create Device:** Allows you to create a new device based on the selected addon and integrate it into your system.
  * **Delete (X):** Removes the addon from the list and the system if it is no longer needed.

**Usage:**

* To use an addon in your system, click on "**Create Device**" and follow the instructions to integrate the device based on this addon into your network.
* Be cautious when using addons, especially if they rely on unofficial APIs, as they may not offer the same stability as officially supported integrations.

<figure><img src="/files/DsLZmsFD4NC04ZmIxiLf" alt=""><figcaption></figcaption></figure>


---

# 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/addons/overview-of-integrated-addons.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.
