> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/private-panels/screeners/video-submissions-in-screeners.md).

# Video submissions in screeners

Private Panels provides a way for your respondents to record videos with their desktop, laptop, or mobile webcams.

{% hint style="info" %}
This is an add-on feature. Please contact your Account Director to enable it.
{% endhint %}

## Requiring video submissions in a screener

This is what the admin-side Video Recording question looks like.

![](/files/27b726fb88f61510030259a634e6351e822857c4)

Click the drop-down field and select from the options to change the maximum duration of the video that your respondents can submit.

![](/files/61bbcb454e9d3b28aed832da280e1fab783f163b)

## Submitting a video

This is what the respondent-side Video Recording question looks like. Respondents will be asked to allow their webcam to record.

![](/files/5c62d847fe2cc5d0fba1a39209a410a1e06f4f2b)

A timer is present during recording to let the respondent know how much time they have left. The recording will automatically stop when the time has elapsed.

![](/files/530fe43f55553fe0e3d48e0ebf5af1a82d101f19)

## Accessing and downloading video submissions

To collect the video responses, navigate to **Study Overview**, and look for the **View video** link in the table. Clicking it will open the video in a new tab where you can download it by clicking the **Click to Download Video (.mp4)** hyperlink.

![](/files/87b647406e1f8214d2022d694d14c2e77a013b43)

For bulk download of submitted files, such as documents and videos, follow our [Export survey responses](/private-panels/studies/export-survey-responses.md) guide.

{% hint style="info" %}
Private Panels was previously managed outside of Dscout, so you may see a different logo and URL in some places. If you have any questions, contact <support@dscout.com>.
{% endhint %}


---

# 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://help.dscout.com/private-panels/screeners/video-submissions-in-screeners.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.
