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

# Dashboard

After successfully logging into the nomos system Controller, you are directed to the main dashboard view, which offers a variety of functions and settings.

## Room Management

* **Rooms:** Displays an overview of rooms to which devices are assigned. Devices not assigned to a specific room are placed in the default room. For example, weather information can be integrated, showing *Weather Current*, *Weather Today*, *Weather Tomorrow* and *Weather Day After Tomorrow*.
* **Zones:** Allows the creation and organization of different physical or virtual areas of the project (e.g., ground floor, upper floor).

## Automation & Control

* **Automations:** Define automated processes based on specific events or conditions.
* **Variables:** Variables can be used within the system to store states or values utilized in automations and scenes.
* **Scenes:** Create scenarios that control specific sequences and events, such as executing automations or switching devices (scene button located at the bottom right in the app view).
* **Schedules:** Enables the creation of schedules for various actions and automations within the system.

## Connectivity

* **Skills:** Lists all standardized communication protocols that can be fully integrated into the nomos system Controller.
* **Cloud:** Access cloud-related settings and integrations for remote management (nomos-Cloud/Alexa/Google Home).
* **Remote Access:** Configure settings to enable or disable remote access to the nomos system Controller.

## Communication & Security

* **Notifications:** Allows the creation of individual notifications (email/push/log) triggered by desired scenes, functions, or automations.
* **Cameras:** Integrate and manage camera feeds within the dashboard for monitoring purposes.

## Management

* **Links:** Manage and access external or internal links relevant to your system setup.
* **Log:** View system logs for monitoring activities and troubleshooting.
* **Administration:** Access administrative settings, including user management, network configurations, and system updates.

## Updates

At the top left corner of the dashboard, a notification appears when an update is available, ensuring that the controller is always up to date.

<figure><img src="/files/ax9BjnVMJ55z0wo1y4Gd" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://documentation.nomos-system.com/nomos-system/integrator-en/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.
