> For the complete documentation index, see [llms.txt](https://docs.volt.ai/volt/8EnMblOhYy6VQJFNi0Vz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.volt.ai/volt/8EnMblOhYy6VQJFNi0Vz/release-notes/on-demand-tracking.md).

# On-Demand Tracking

1. [On-Demand Tracking](#on-demand-tracking)
2. [New Incident Experience](#new-incident-experience)

## On-Demand Tracking

*We’re excited to introduce on-demand tracking, allowing you to find and track any subject of interest in real-time across any camera view.*

To use this feature, open the camera where the subject was last seen, navigate to a point where they are clearly visible, and click the 'VOLT Intelligence' button on the bottom-right corner. Once the bounding boxes appear, right-click the subject to initiate tracking. Once started, a new tracking incident will appear on your monitoring page.

Please note this feature tracks subjects in real-time and does not yet support historical tracking.

{% @arcade/embed flowId="jm4bKAJiFU6wKtqYtfCO" url="<https://app.arcade.software/share/jm4bKAJiFU6wKtqYtfCO>" %}

## New Incident Experience

*Our new incident experience simplifies incident navigation, helping you quickly access video evidence and map data.*

You can now easily view video evidence by clicking on a snapshot to open it, and then clicking again to play the video starting from that exact moment. Snapshots you’re currently viewing will be highlighted in blue, as will the corresponding camera location on the map for better context.

{% @arcade/embed flowId="czwhBYb7fvqXJVJQP46P" url="<https://app.arcade.software/share/czwhBYb7fvqXJVJQP46P>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.volt.ai/volt/8EnMblOhYy6VQJFNi0Vz/release-notes/on-demand-tracking.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
