> 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-nl/skills/addons/overzicht-van-geintegreerde-addons.md).

# Overzicht van geïntegreerde Addons

In deze weergave worden alle al geïntegreerde addons in uw systeem weergegeven. Deze addons kunnen worden gebruikt om de functionaliteiten van uw systeem uit te breiden, vooral wanneer officiële API's niet beschikbaar zijn. Het zijn specifieke uitbreidingen die voorzichtig moeten worden gebruikt, omdat ze mogelijk zijn gebaseerd op niet-officieel vrijgegeven interfaces.

**Uitleg van de kolommen:**

* **Naam:** Toon de naam van de geïnstalleerde addon die momenteel wordt gebruikt, in dit voorbeeld *mqtt\_windowcovering*.
* **Versie:** Geeft de huidige versie van de addon aan, in dit geval versie 1.2.
* **Fabrikant:** Hier wordt de fabrikant van de addon weergegeven. In dit geval is de addon ontwikkeld door *nomos system AG*.
* **Model:** Beschrijft het specifieke model of de functionaliteit van de addon, bijvoorbeeld *MQTT Window Covering Profile*.
* **Acties:**
  * **Apparaat aanmaken:** Hiermee kunt u een nieuw apparaat maken op basis van de geselecteerde addon en deze in uw systeem integreren.
  * **Verwijderen (X):** Verwijdert de addon uit de lijst en het systeem, als deze niet meer nodig is.

**Gebruik:**

* Om een addon in uw systeem te gebruiken, klikt u op “Apparaat aanmaken” en volgt u de instructies om het apparaat op basis van deze addon in uw netwerk te integreren.
* Wees voorzichtig met het gebruik van addons, vooral als ze zijn gebaseerd op niet-officiële API's, omdat deze mogelijk niet dezelfde stabiliteit bieden als officieel ondersteunde integraties.

<figure><img src="https://content.gitbook.com/content/dzM9ycGHah4K8KgPUWm3/blobs/6uhEgNcXQSkJOJ6c7FE5/Addons%20Verwendung.jpg" 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-nl/skills/addons/overzicht-van-geintegreerde-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.
