# Administration panel

The roombelt administration panel is available after signing in to the system at <https://app.roombelt.com>.

<figure><img src="/files/2bzz1ZifKNa61ba5h9Ib" alt=""><figcaption><p>Roombelt administration panel with highlighted list of devices</p></figcaption></figure>

You can find the following elements on the administration panel:

* List of devices connected to the system (highlighted with a red solid line on the screenshot above),
* The "New device" button is used to connect new devices to the system,
* "Audit log" button that opens the [Audit log](/reference/audit-log.md).
* The "Bulk edit" button is available when at least one device is selected with a checkbox. See [Bulk editing devices](/reference/bulk-editing-devices.md) for details.

### Account menu

<figure><img src="/files/WKMaXXJaTcjQUqt4HGx8" alt=""><figcaption><p>The account menu open in the Roombelt administration panel</p></figcaption></figure>

The account menu is available upon clicking on the user avatar in the upper right corner of the page and has the following options:

* "Subscription settings" - manage your Roombelt subscription. See [Managing subscription](/reference/account-settings/managing-subscription.md) for details.
* "Organization" - share Roombelt account with other users from your organization. See [Organization](/reference/account-settings/organization.md).
* "Notifications" - email notifications about offline devices. See [Email notifications](/reference/account-settings/email-notifications.md).
* "Energy saving" - configure the schedule when your device's screen should be blacked out (only if "Enable energy saving" is enabled for the device). See [Energy saving](/reference/account-settings/energy-saving.md) for details.
* "Help" opens product documentation.
* "Log out" ends the user session and redirects to the product login page.


---

# Agent Instructions: 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:

```
GET https://docs.roombelt.com/reference/administration-panel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
