> For the complete documentation index, see [llms.txt](https://docs.openstamanager.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openstamanager.com/2.4.32/modules/dashboard/creazione.md).

# Creazione

Utilizzando il calendario presente nella **Dashboard** è possibile aggiungere un intervento trascinando il mouse, come nell'esempio che segue:

{% file src="/files/6UKMUCRXwOpGFr08ElIv" %}
Creazione attività
{% endfile %}

Creando un intervento come precedentemente indicato si hanno a disposizione una serie di campi da compilare, quali:

* Cliente
* Sede
* Per conto di
* Zona(definita automaticamente in base al *cliente* selezionato,per maggiori informazioni, visitare la documentazione del modulo [**Zone**](/2.4.32/modules/anagrafiche/zone.md))
* Preventivo
* Contratto
* Impianto
* Componenti
* Data e ora richiesta
* Tipo attività
* Stato
* Richiesta
* Inizio attività
* Fine attività
* Tecnici

![Screenshot creazione intervento](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LZJeLg23eVDvrCv74U7-887967055%2Fuploads%2FxCe3FxbvXTRIjzM7I3Hu%2Ffile.png?alt=media)

## Creazione impianto al volo

Nella schermata di creazione di un nuovo intervento è permessa la creazione al volo di un *impianto* relativa al nuovo record. Questa funzionalità viene permessa dal pulsante dedicato a destra del selettore del campo Impianto.

![Screenshot creazione impianto al volo](/files/-LZKpzgCy89kY41p_T4t)

La gestione della creazione viene quindi delegata al modulo **MyImpianti**, permettendo l’inserimento delle informazioni standard documentate nella sezione relativa attraverso un *modal* sovrapposto al resto del contenuto.

![Screenshot creazione impianto al volo](/files/-LZKq3FfLh3It1UuPg6l)

Una volta completata la creazione in questione, l’*impianto* creato verrà automaticamente selezionato.

![Impianto aggiunto](/files/-LZKqB-27WAMvHp4yeIp)


---

# 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://docs.openstamanager.com/2.4.32/modules/dashboard/creazione.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.
