# Picture

**Help URL:** `/forms/picture`

## Purpose

Preview screenshots, captured images, or visual artifacts from a test run.

## Common Tasks

* Inspect a screenshot at a larger size.
* Move between images when a gallery is available.
* Copy an image to the clipboard.
* Download an image for sharing or reporting.

## Key UI Elements

* Image preview: Shows the selected picture.
* Previous and Next: Move through available images when shown.
* Copy: Copies the current image.
* Download: Saves the current image.
* Close: Returns to the previous TestVibe view.

## Notes

* Screenshots are only available when the selected Playwright configuration captures them.
* See [View screenshots](/results/view-screenshots.md) for result-review guidance.


---

# 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/picture.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.
