# Video

**Help URL:** `/forms/video`

## Purpose

Play video artifacts captured during a Playwright test run.

## Common Tasks

* Watch the browser session around a failed test.
* Move between videos when a gallery is available.
* Download a video for sharing or offline review.
* Close the player and return to results.

## Key UI Elements

* Video player: Plays the selected artifact.
* Previous and Next: Move through available videos when shown.
* Download: Saves the current video.
* Close: Returns to the previous view.

## Notes

* Videos are only available when the run configuration captures them.
* See [Watch videos](/results/watch-videos.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.testvibe.com/reference/forms/video.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.
