---
title: Control a dashboard
description: Control an InfluxDB dashboard in the InfluxDB user interface (UI).
url: https://docs.influxdata.com/influxdb/v2/visualize-data/dashboards/control-dashboard/
estimated_tokens: 706
product: InfluxDB OSS v2
version: v2
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb/v2/visualize-data/dashboards/control-dashboard/
date: '2023-09-12T23:33:31-06:00'
lastmod: '2023-09-12T23:33:31-06:00'
---

This page documents an earlier version of InfluxDB OSS.[InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

#### API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a
copy of the database file doesn’t expose usable tokens. Existing
tokens are hashed on first startup and the original strings can’t
be recovered afterward — **capture any plaintext tokens you still
need before you upgrade**.

For more information, see [Token hashing](/influxdb/v2/admin/tokens/#token-hashing).

## Control at the dashboard level

Use dashboard controls in the upper left to update your dashboard.

### Add a cell

Click  **Add Cell** to open the Data Explorer and configure a new cell for your dashboard.

For details on using the Data Explorer, see [Explore metrics](/influxdb/v2/visualize-data/explore-metrics/).

### Add a note

1. Click  **Add Note** to add a note cell to your dashboard.
2. Enter your note in Markdown in the left pane. A preview appears in the right pane.
3. Enable the **Show note when query returns no data** option to show the note only when the query displays no data.
4. Click **Save**.

### Select timezone

Click the timezone dropdown to select a timezone to use for the dashboard. Select either the local time (default) or UTC.

<img alt="Select timezone" src="/img/influxdb/2-0-controls-timezone.png" width="282">

### Manually refresh dashboard

Click the refresh button () to manually refresh the dashboard’s data.

#### Manually refresh a single dashboard cell

1. Click the  on the dashboard cell you want to refresh.
2. Click  **Refresh**.

### Select time range

1. Select from the time range options in the dropdown menu.

   <img src="/img/influxdb/2-0-controls-time-range.png" alt="Select time range" width="282">
2. Select **Custom Time Range** to enter a custom time range with precision up to nanoseconds.
   The default time range is 5 minutes.

>
>
> The custom time range uses the selected timezone (local time or UTC).
>
>

### Add variables

Click **Variables** to display variables available for your dashboard. For details, see [Use and manage variables](/influxdb/v2/visualize-data/variables/)

### Presentation mode

Click the fullscreen icon () to enter presentation mode. Presentation mode allows you to view [a dashboard] in full screen, hiding the left and top navigation menus so only the cells appear. This mode might be helpful, for example, for stationary screens dedicated to monitoring visualizations.

### Toggle dark mode and light mode

Click the moon or sun icons to toggle your dashboard between **dark mode** and **light mode.**

<img src="/img/influxdb/2-0-controls-dark-light-mode.png" alt="Dark &amp; light mode" width="54">

[dashboards](/influxdb/v2/tags/dashboards/)
