> For the complete documentation index, see [llms.txt](https://wiki.inels.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.inels.com/inels-cloud/creating-own-dashboard.md).

# Creating own Dashboard

Creating a dashboard in the iNELS cloud account offers several advantages for users. Firstly, it provides a centralized and accessible platform to monitor and control various aspects of the iNELS system, including lighting, heating, security, and energy management. By customizing the dashboard with relevant widgets and controls, users can tailor the interface to their specific needs and preferences, enhancing usability and efficiency.

In the dashboard, users can integrate RF devices or scenes seamlessly into their setup. Additionally, the dashboard offers the flexibility to incorporate BUS devices, providing users with comprehensive control over their entire system.

**Steps**

Click **Create Dashboard** in the right top corner.

![](https://t10544682.p.clickup-attachments.com/t10544682/4702d026-00c6-4cce-a6d1-b04a621004b4/image.png)

You can create a custom **Dashboard name** and **Dashboard icon** for the dashboard.

![](https://t10544682.p.clickup-attachments.com/t10544682/d11f23f5-4814-419c-a656-c0f49aae11d9/image.png)

Next, in the **Device management** section under the dashboards, users can **add the devices** from all the connected gateways.

![](https://t10544682.p.clickup-attachments.com/t10544682/4ee6fb9f-310b-441d-a1c5-9962e51ebcf8/image.png)

![](https://t10544682.p.clickup-attachments.com/t10544682/bf7c2e9d-29ed-466d-8872-40838385c704/image.png)

![](https://t10544682.p.clickup-attachments.com/t10544682/387c9b8b-ecf6-4222-a602-d01fdd2071fe/image.png)

* Users can access the graphical representation of event through the dashboard of each room within the INELS Cloud platform.
* Upon entering the dashboard, users can select the specific room they want to view events for.
* The events are presented graphically, allowing users to visualize data trends, patterns, and anomalies over time specified time. Graphs include metrics, such as device usage, temperature variations, etc.

![](https://t10544682.p.clickup-attachments.com/t10544682/d91f9c0e-ec14-49fd-9fcc-03db1dacbfc3/image_2024_03_28T09_07_28_904Z.png)


---

# 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://wiki.inels.com/inels-cloud/creating-own-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.
