# Control Panel

The Control Panel gives super users visibility into roles and users of the current database, as well as feature flags, system table dashboards, and log files for the current HeavyDB instance.

To open the Control Panel, click the **Account** icon and then click **Control Panel**.

<div align="left"><figure><img src="/files/FqMEesifnySWBQzSXsZB" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="info" %}
The Control Panel is considered beta functionality. Currently, you cannot add, delete, or edit roles or users in the Control Panel. Feature flags cannot be modified through the Control Panel.

To access the Control Panel, users need to have super user privileges, or the role “immerse\_control\_panel” assigned.
{% endhint %}

<figure><img src="/files/ViS9eC5peEPSREs0wWtn" alt=""><figcaption></figcaption></figure>

## Feature Flags

To see which feature flags are currently set in Immerse, click **Feature Flags** under Customization.

<figure><img src="/files/IEsS7RiQUyQU8J5Vegzk" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Currently, feature flags can only be viewed in Immerse; they cannot be set or removed.
{% endhint %}

## System Dashboard and Log Files

Links to the the following System Table dashboards are available on the Control Panel:

* [System Resources](/v8.5.0/immerse/admin-portal.md#system-resources-dashboard)
* [Request Logs and Monitoring](/v8.5.0/immerse/admin-portal.md#request-logs-and-monitoring)
* [User Roles and Permissions](/v8.5.0/immerse/admin-portal.md#user-roles-and-permissions-dashboard)

Links to the following log files are are available on the Control Panel:

* [Access Logs (Web Server)](/v8.5.0/immerse/admin-portal.md#web-server-logs)
* [All Logs (Web Server)](/v8.5.0/immerse/admin-portal.md#web-server-logs)
* [Error Logs (HeavyDB)](/v8.5.0/immerse/admin-portal.md#database-logs)
* [Info Logs (HeavyDB)](/v8.5.0/immerse/admin-portal.md#database-logs)
* [Warning Logs (HeavyDB)](/v8.5.0/immerse/admin-portal.md#database-logs)


---

# 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.heavy.ai/v8.5.0/immerse/control-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.
