# Use the Detect Dashboards How-To Guide

**Requirement**: Immuta permission `AUDIT` , `Audit Activity`, or data owner

The [Detect dashboards](/2024.3/detect-your-activity/detection/detect-concept.md) are visualizations of the data being queried in your data environment, how sensitive it is, and who the active users are. Use the guides below to adjust a dashboard to show the information you're most interested in.

## Applying filters

You can filter dashboards in several ways and use multiple filters at once. To filter a dashboard,

1. Click **Filters**.
2. Select the **filter** you want, and select the **type**.
3. Repeat this process as necessary for any filters you want to apply to the dashboard.

To remove the filters, click the **delete (X)** icon.

*Note: For a more responsive experience, Immuta limits the number of auto-suggested filter values to 100 of the most active values. The total item count for each filter type still reflects the number of events in the dashboard time range.*

## Setting a time range

By default the time range for all dashboards is 24 hours. To select a different time range,

1. Click the **date range**.

   ![](/files/kyJ91pXqIbo4q491gQ9M)
2. Select the **time range** you want from the options, choose to **enter a custom date range**, or choose to **enter a custom time range** in hours.

*Note this will revert back to the default when you log out.*

## Filter graph using sensitivity types

By default all sensitivity types and indeterminate will appear on the graph if you have [set up classification](/2024.3/detect-your-activity/getting-started/overview/with-sdd.md).

1. To take off specific sensitivity types, select the **name of the sensitivity type** from the chart legend that you do not want on the graph. The icon color will change to dark gray to signal it is not represented on the graph.
2. To add specific sensitivity types, select the **name of the sensitivity type** you want on the graph. The icon color will change from dark gray to the color it is represented by on the graph (blue or light gray).

*Note this will only affect the dashboard you are viewing and will revert back to the default when you navigate away from the page.*

## Manually sync new events

Audit events from [Snowflake](/2024.3/detect-your-activity/audit/reference-guides/query-audit-logs/snowflake.md) and [Databricks Unity Catalog](/2024.3/detect-your-activity/audit/reference-guides/query-audit-logs/databricks-uc.md) are ingested on a configurable schedule; however, users can manually pull in audit events from these integrations at any time by completing the following steps.

1. Navigate to the **Audit** page.
2. Click **Load Audit Events**.

The ingestion job may take time to finish, but will complete in the background. Once it is complete, the new audit events will populate on the events 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://documentation.immuta.com/2024.3/detect-your-activity/detection/use-dashboards.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.
