> 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/integratore-it/competenze/addons.md).

# Addons

In questa sezione, può aggiungere funzionalita extra al sistema sotto forma di addons. Gli **Addons** Le permettono di espandere le capacita del sistema oltre le integrazioni standard regolari. Tuttavia, questi dovrebbero essere utilizzati solo da integratori o utenti esperti, poiche spesso non si basano su API ufficiali.

<figure><img src="/files/TPTEnEkdXueRDo23vlFK" alt="" width="563"><figcaption></figcaption></figure>

**Panoramica degli Addons:**

* **Dispositivi:** Quest'area elenca tutti i dispositivi che sono stati creati o aggiunti tramite addons.
* **Profili:** Qui può visualizzare i profili di addon che sono stati aggiunti dalla libreria o tramite un caricamento manuale.
* **Libreria online:** Può utilizzare questo pulsante per scaricare e aggiungere addons da una libreria online centrale.
* **Caricamento manuale:** Qui può caricare e installare manualmente addons che ha ricevuto esternamente.
* **Interruttore On/Off:** Nell'angolo in alto a destra dello schermo, ci sono interruttori per attivare o disattivare il sistema di addon. Si assicuri di attivare gli addons solo quando e certo che funzionino correttamente e siano adatti all'installazione.

<figure><img src="/files/d5qgxJ8ewfWaiV8Q9F5C" alt="" width="563"><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/integratore-it/competenze/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.
