> For the complete documentation index, see [llms.txt](https://cube.ewelink.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cube.ewelink.cc/english-it/esplorazione-delle-funzionalita/dashboard-di-trasmissione.md).

# Dashboard di trasmissione

Cast ti consente di creare dashboard dei tuoi dispositivi e scene, attivare e disattivare la sicurezza intelligente e ricevere le tue notifiche di sicurezza. Nella pagina delle impostazioni, trascina e rilascia semplicemente le icone per ordinare i tuoi dispositivi e scene. Imposta un codice PIN di accesso per la dashboard per evitare cambiamenti imprevisti.

## **Crea la tua dashboard CAST**

{% stepper %}
{% step %}
Visita CUBE OS tramite browser. Clicca sul menu CAST sul lato sinistro.

<figure><img src="/files/7d91664730c3d5c9c02cc84de3808dcd505ef357" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Clicca il pulsante '+' per creare una nuova dashboard.
{% endstep %}

{% step %}
Inserisci un nome per la dashboard, seleziona i tuoi dispositivi, le scene manuali e i grafici.

<figure><img src="/files/f464bb4ad3a65206431d5840c8ba479649899fdd" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Nella scheda impostazioni, seleziona i widget di cui hai bisogno.

* Per il Testo personalizzato, inserisci il tuo testo nella casella di testo.
* Layout pad CAST estesi per un'esperienza di dashboard più flessibile.
* Seleziona un colore di sfondo per la dashboard.
* Imposta un codice PIN per la dashboard se necessario. (Se impostato, quando entri o esci dalla dashboard devi inserire il codice PIN.)

<figure><img src="/files/aa2a93eafaa5ef07d5a134c67a52f2b2dfe3fd2e" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Nell'area di anteprima, trascina e rilascia le tessere per organizzarle. E clicca l'icona di ridimensionamento per passare tra diverse dimensioni.

<figure><img src="/files/16acd86086e557f6273301753eb50ed6ef5f7abb" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Clicca il pulsante Salva e la dashboard verrà creata.
{% endstep %}

{% step %}
Puoi visitare l'IP di CUBE/cast per usare la dashboard su qualsiasi browser web (su PC o telefono/tablet).

<figure><img src="/files/0d5b37c47a28f91a50acf90b824b74b762e2a40e" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://cube.ewelink.cc/english-it/esplorazione-delle-funzionalita/dashboard-di-trasmissione.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.
