> 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/feature-exploration/cast-dashboard.md).

# Cast Dashboard

Cast allows you to create dashboards of your devices and scenes, arm and disarm smart security, and receive your security notifications. On the settings page, simply drag and drop the icons to sort your devices and scenes. Set an access PIN code for the dashboard to prevent unexpected switching.

## **Create your CAST dashboard**

{% stepper %}
{% step %}
Please visit CUBE OS via browser. Click on the CAST menu on the left side.

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

{% step %}
Click the '+' button to create a new dashboard.
{% endstep %}

{% step %}
Enter a name for the dashboard, select your devices, manual scenes, and charts.

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

{% step %}
On the settings tab, select the widgets you need.

* For the Custom text, please enter your text in the text box.
* Extended CAST  pad layouts for a more flexible dashboard experience.
* Select a background color for the dashboard.
* Set a PIN code for the dashboard if necessary. (If set, when you enter or exit the dashboard, you need to enter the PIN code.)

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

{% step %}
In the preview area, drag and drop the tiles to arrange them. And click the resize icon to change between different sizes.

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

{% step %}
Click the Save button, and the dashboard is created.
{% endstep %}

{% step %}
You can visit CUBE's IP/cast to use the dashboard on any web browser (on PC or phone/pad).

<figure><img src="/files/1uHtST51UB6Eoh2IjYB7" 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/feature-exploration/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.
