> 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/german/funktionen-erkunden/cast-dashboard.md).

# Cast-Dashboard

Cast ermöglicht Ihnen, Dashboards Ihrer Geräte und Szenen zu erstellen, intelligente Sicherheit zu aktivieren und zu deaktivieren und Ihre Sicherheitsbenachrichtigungen zu erhalten. Auf der Einstellungsseite ziehen Sie einfach die Symbole per Drag & Drop, um Ihre Geräte und Szenen zu sortieren. Legen Sie einen Zugriff-PIN-Code für das Dashboard fest, um unerwartetes Umschalten zu verhindern.

## **Erstellen Sie Ihr CAST-Dashboard**

{% stepper %}
{% step %}
Bitte rufen Sie CUBE OS über den Browser auf. Klicken Sie im linken Bereich auf das CAST-Menü.

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

{% step %}
Klicken Sie auf die '+'-Schaltfläche, um ein neues Dashboard zu erstellen.
{% endstep %}

{% step %}
Geben Sie einen Namen für das Dashboard ein und wählen Sie Ihre Geräte, manuellen Szenen und Diagramme aus.

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

{% step %}
Wählen Sie auf der Einstellungs-Registerkarte die Widgets aus, die Sie benötigen.

* Für den Benutzerdefinierten Text geben Sie bitte Ihren Text in das Textfeld ein.
* Erweiterte CAST-Pad-Layouts für ein flexibleres Dashboard-Erlebnis.
* Wählen Sie eine Hintergrundfarbe für das Dashboard.
* Legen Sie bei Bedarf einen PIN-Code für das Dashboard fest. (Wenn festgelegt, müssen Sie beim Betreten oder Verlassen des Dashboards den PIN-Code eingeben.)

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

{% step %}
Ziehen Sie im Vorschau-Bereich die Kacheln per Drag & Drop, um sie anzuordnen. Klicken Sie auf das Größenänderungs-Symbol, um zwischen verschiedenen Größen zu wechseln.

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

{% step %}
Klicken Sie auf die Schaltfläche "Speichern" und das Dashboard wird erstellt.
{% endstep %}

{% step %}
Sie können CUBEs IP/cast aufrufen, um das Dashboard in jedem Webbrowser (auf PC oder Telefon/Pad) zu verwenden.

<figure><img src="/files/6fa193ed138cfa297990bde74f610086c6de5d1c" 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/german/funktionen-erkunden/cast-dashboard.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.
