> 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/automazioni.md).

# Automazioni

La funzione di **automazione** nel nomos system Controller consente di automatizzare azioni o processi ricorrenti.

## Cosa sono le automazioni?

Le automazioni sono regole o sequenze di azioni che vengono eseguite automaticamente quando vengono soddisfatte determinate condizioni. Queste regole possono essere impostate per singole stanze, categorie di dispositivi o piattaforme specifiche.

## Panoramica delle automazioni

Questa vista mostra una panoramica di tutte le automazioni create nel **nomos system Controller**. Ogni automazione include le seguenti informazioni:

1. **Nome:** Il nome dell'automazione creata (ad es. *"Guten Morgen"*).
2. **Abilitata:** Un segno di spunta indica se l'automazione è abilitata.
3. **Ultimo aggiornamento:** Indica quando l'automazione è stata modificata l'ultima volta.
4. **Azioni:**
   * **Modifica (Icona matita):** Apre l'automazione per la modifica.
   * **Duplica (Icona doppio documento):** Crea una copia dell'automazione.
   * **Elimina (Icona cestino):** Elimina l'automazione.
   * **Blocca (Icona lucchetto):** Blocca l'automazione per impedire ulteriori modifiche.

Inoltre, è possibile creare una nuova automazione utilizzando il pulsante "**Nuova Automazione**" nell'angolo in alto a destra.

È anche possibile filtrare le automazioni esistenti per **stanza**, **piattaforma** o **categoria di dispositivo**.

<figure><img src="/files/KXYE9cbkwY9do6FV0H4u" 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/integratore-it/automazioni.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.
