# Captures

Captures are the videos or screenshots that you have created either from the [dashboard](https://app.usecapture.io/dashboard/v) of with [Capture chrome extension](https://chrome.google.com/webstore/detail/capture-screen-recording/jpcandanmpaeclcpfhadgflmlbhdehjg).

They are stored under the respective tabs 'Videos' and 'Screenshots'

<figure><img src="/files/mkdt9KNCDb6SRj4IRnn5" alt=""><figcaption><p>Capture's tabs</p></figcaption></figure>

You can always search for a specific video or screenshot capture. Just type the name of the capture in the search box.

<figure><img src="/files/DjRTKiKoJhEOt2BlO0SJ" alt=""><figcaption><p>Search</p></figcaption></figure>

To ease a search, we recomend you always give capture a unique name. In case, you don't provide a name, it will always have a general title 'Video' or 'Screenshot'


---

# 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.usecapture.io/help-articles/dashboard/captures.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.
