# Video Events

The Video Events page is the triage list for dashcam-generated risk events. Use it to work through events by severity, decide whether each one is a false positive or needs coaching, and feed the high-impact clips into the coaching workflow.

<figure><img src="/files/1VOoYIMoiyDFzSlG432i" alt=""><figcaption></figcaption></figure>

> **Permissions:** Access to Video Events follows the standard tracking permissions. Users who can open the [Tracking](/documentation/fleet-operations/tracking.md) page can also open Video Events.

## What you can do

* Review every dashcam event raised across the fleet in a single list.
* Filter by date range, VRN, event type, severity, coaching status, and false-positive state.
* Switch between a thumbnail grid (**Media** view) and a column table (**List** view).
* Play the captured video, telemetry, and map for any event.
* Mark events as **Acknowledged**, **Flagged for Coaching**, or **False Positive**.
* Push flagged events into a coaching session.

## Opening the Video Events page

To open the Video Events page, click **Tracking** in the sidebar and select **Video Events**, or navigate directly to `/tracking/video-events`.

The header shows the page title, the total count of events for the current filters, and the filter and view controls.

## Filters

The filter bar at the top of the page provides:

| Filter          | Description                                                                                                                                                                                   |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Date from / to  | Limits results to a specific date range. The default range is the last 7 days.                                                                                                                |
| Search VRN      | Free-text filter on the registration.                                                                                                                                                         |
| Event type      | Limits results to a single type (for example, harsh acceleration, distraction). The list is built from the events on screen, so it adapts to the date range.                                  |
| Severity        | **High**, **Medium**, **Low**, or all. Severity is mapped from the underlying event - Critical and Fatal show as **High Risk**, Warning shows as **Medium Risk**, Info shows as **Low Risk**. |
| Coaching status | **Coached**, **Not Coached**, or all.                                                                                                                                                         |
| False Positives | A checkbox - when off, events you have already marked as false positives are hidden. Enable it to bring them back into view.                                                                  |

## View modes

Use the **Media** / **List** toggle in the header to switch views:

* **Media view** - a responsive grid of thumbnail cards. Each card shows the event type, severity overlay, vehicle, location, time, peak speed, and a SecureFusion verification badge. The thumbnail size selector (S / M / L) controls how many columns appear.
* **List view** - a dense table with columns for **Preview**, **Vehicle**, **Event Type**, **Location**, **Date / Time**, **Severity**, **Max Speed**, **Channels**, **Notes**, **Coaching**, and **SecureFusion**. Click any header to sort.

The **Animate** toggle controls whether moving thumbnails (WebP / GIF) play automatically; turn it off if scrolling feels sluggish.

## Triaging an event

To review and triage an event:

1. Set the date range and any filters that match the work you are doing.
2. Click the card or row for the event you want to review. The review panel slides open with the video player, telemetry charts, and a mini-map.
3. Watch the clip and use the telemetry overlay to confirm whether the event is genuine.
4. Choose an outcome:
   * **Acknowledged** - the event is genuine but no coaching is required.
   * **Flagged for Coaching** - the event should feed the driver's next [Coaching session](/documentation/coaching/coaching/sessions.md).
   * **False Positive** - the trigger fired in error. The event is hidden from the list unless you re-enable the **False Positives** toggle.
5. (Optional) Add review notes; these appear in the **Notes** column in list view.

After you submit a review, the list reloads so the next event in the queue is at the top.

## How video events feed the rest of FleetFusion

* Events flagged for coaching appear on the relevant driver's record and can be added to a [Coaching session](/documentation/coaching/coaching/sessions.md).
* Severity, peak G-force, and speed are recorded against the driver and vehicle for trending.
* The SecureFusion column shows whether the clip has been cryptographically verified - useful when an event might be used for an insurance claim or disciplinary case.

> **Tip:** Set the date range to "yesterday" each morning and work through the High Risk events first. Switching to **List view** with severity sorted descending makes it quick to clear the queue.

## Related articles

* [Tracking](/documentation/fleet-operations/tracking.md)
* [Media library](/documentation/fleet-operations/tracking/media.md)
* [Coaching sessions](/documentation/coaching/coaching/sessions.md)
* [Tracking modes](/documentation/fleet-operations/tracking/tracking-modes.md)


---

# 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.fleetfusion.ai/documentation/fleet-operations/tracking/video-events.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.
