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

# Pianificazioni

Le pianificazioni consentono di automatizzare azioni in base a orari predefiniti. Questo è particolarmente utile per controllare sistemi come illuminazione, riscaldamento o tapparelle in orari specifici.

## Panoramica delle pianificazioni

* La panoramica delle pianificazioni mostra tutte le pianificazioni create. Ogni riga nella tabella contiene le seguenti colonne:
* **Nome:** Il nome della pianificazione, che descrive l'obiettivo dell'automazione.
* **Ultimo aggiornamento:** L'ora dell'ultima modifica alla pianificazione.
* **Azioni:** Azioni disponibili che è possibile eseguire con una pianificazione (Modifica, Elimina, ecc.).
* Se non sono presenti pianificazioni, verrà visualizzato il messaggio: "Nessun elemento trovato."

## Creare pianificazione

* Per creare una nuova pianificazione, clicchi il pulsante "Crea" in alto a destra della vista.
* Verra indirizzato a un menu in cui è possibile impostare dettagli come il nome della pianificazione, gli orari e i dispositivi da controllare.
* Si assicuri che tutte le opzioni rilevanti siano configurate affinché la pianificazione venga eseguita correttamente.

## Azioni

* Per ogni pianificazione, diverse azioni sono accessibili tramite pulsanti:
* **Modifica:** È possibile modificare le pianificazioni esistenti cliccando l'icona di modifica.
* **Elimina:** Se una pianificazione non è più necessaria, è possibile rimuoverla cliccando l'icona rossa "Elimina".

<figure><img src="/files/BNQF1eId1X8pMqj8teE3" 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/pianificazioni.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.
