# Settings

The Dashboard Settings page allows you to update general information such as name, tags, and display behavior. You can also enable public sharing or manage access if supported by your plan.

### How to Access Dashboard Settings

{% stepper %}
{% step %}
**Go to the Dashboard View**

From the Monitoring page, open the dashboard you want to configure.
{% endstep %}

{% step %}
**Select the Settings Tab**

In the top navigation, click **Settings**.
{% endstep %}
{% endstepper %}

### General

{% hint style="warning" %}
Some settings (for example, Delete Dashboard) may be disabled depending on your role or plan. If you require access to these features, please check your permissions or contact your administrator.
{% endhint %}

#### Share with anyone

Make the dashboard publicly available using a shareable link.

{% hint style="info" %}
Enabling this option creates a read-only public link for external access.
{% endhint %}

#### Edit tags

Add tags to organize and filter dashboards. You can assign up to three tags.

{% hint style="warning" %}
If the tag limit is reached, you must remove an existing tag before adding a new one.
{% endhint %}

#### Dashboard ID

Used when interacting with the Qubitro API (read-only).

#### Dashboard name

Rename the dashboard.\
\&#xNAN;*Maximum 32 characters.*

#### Created at

Displays the exact date and time when the dashboard was created.

{% hint style="info" %}
The **Created at** timestamp is shown in the time zone selected in your account settings.
{% endhint %}

#### Delete dashboard

Permanently remove the dashboard and all associated widgets.

{% hint style="danger" %}
Deleting a dashboard is irreversible and will permanently remove all widgets and configuration. This action cannot be undone.
{% endhint %}

***

### Configuration

#### Horizontal scroll & Wide-View display

Enable this option to allow horizontal scrolling and widescreen layout support.

#### Refresh period

Choose how often the dashboard refreshes data automatically.\
This controls the live update interval for widgets.

***

### Access Management

Manage who can view or edit the dashboard, and assign permissions for internal or external users.


---

# 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.qubitro.com/platform/monitoring/dashboards/settings.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.
