> 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/interview-studies/view-interview-session-recordings.md).

# View interview session recordings

Interview sessions are recorded and available for analysis from the **Sessions** tab of your study. Here, you’ll find sessions conducted directly within Dscout and any sessions you’ve uploaded manually.

{% hint style="info" %}
Quickly locate sessions using the search bar, which lets you search across session notes, marker labels, and more all in one go. Or, click **Filter** to apply filters like **Moderator**, **Demographics**, and more.
{% endhint %}

**To view an interview session recording,** click the participant’s name to open the recording view. For more information, see [Navigate an interview session](/interview-studies/conduct-an-interview-session/navigate-an-interview-session.md).

![](/files/5816d365544b7d282831a4d13d0ddb74d011e0c5)

Below each session, you’ll also find a list of all screenshares that occurred during the session and any clips that have been made from the session. Click any of these to go to them directly in the recording view. Or, click the **Export** icon to quickly download them to your device. For more information, see [Export data from an interview study](/interview-studies/view-interview-session-recordings/export-data-from-an-interview-study.md).

![](/files/dd1fedb74c948504ac39bbfd05021188f87a095d)

## Navigate session recordings

Recordings will vary in length, but you can use Dscout’s built-in video player to navigate them in whatever way works best for you. Refer to the image and table below to understand your playback options:

![](/files/010212a8d72fb2466244dd291c6ec2fe61c31b97)

| Option                        | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Create clip** (1)           | <p>Displays the clip creation modal on the timeline. Enter a clip name, start time, and end time for your clip, then click <strong>Create</strong>. Clips are displayed beneath the video player.<br><br>For more information, see <a href="/spaces/IKfn7RcT4CW9XaIbqAdd/pages/f6b48d3933697eb1b1d3862a4ea394af48542a57">Clips and playlists in interview studies</a>.</p>                                                                                                                                                                                                                                                                                                                                                                            |
| **Mark time** (2)             | Displays the marker creation modal on the timeline. Enter (or verify) the marker time and a marker label (optional), then click **Done**. Markers are displayed within the session transcript.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| **Timeline** (3)              | <p>Shows your current position in the video. Click anywhere on the timeline to jump to that point in the recording.<br><br>Vertical green lines above the timeline represent session markers. Blue highlights along the timeline itself represent screenshares during the session. Purple bars below the timeline represent clips from the session. To enable/disable these views, use the <strong>Settings</strong> button (7) as described later in this table.</p>                                                                                                                                                                                                                                                                                 |
| **Play/Pause** (4)            | Starts or stops the recording at its current playback position.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **Skip backward/forward** (5) | Skips backward or forward ten seconds in the recording.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **Playback speed** (6)        | <p>Slows down or speeds up video playback. Click to cycle through the following options:<br></p><ul><li>1x</li><li>1.5x</li><li>2x</li><li>2.5x</li><li>3x</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| **Settings** (7)              | <p>Displays the following options:<br></p><ul><li><strong>Clips:</strong> Displays/hides clip indicators on the timeline.</li><li><strong>Screenshares:</strong> Displays/hides screenshare indicators on the timeline.</li><li><strong>Markers:</strong> Displays/hides marker indicators on the timeline.</li><li><strong>Subtitles:</strong> Displays/hides subtitles of both the participant and moderator(s) in the recording view.</li></ul>                                                                                                                                                                                                                                                                                                    |
| **Transcript** (8)            | <p>The full transcript of the recording, offering the following functionality:<br></p><ul><li>Select markers or AI notable moments from the displayed drop-downs to quickly navigate to those points in the transcript and recording.</li><li>Enable/disable <strong>Autoscroll</strong>, which maintains your place in the transcript relative to your place in the video recording.</li><li>View <strong>Interview info</strong>, including number of tags, markers, and speakers, as well as the percentage of the session during which each speaker spoke.</li><li>Highlight text to quickly apply tags, copy quotes, and create clips. Tagged text is highlighted with the tag’s assigned color. Clipped text is underlined in purple.</li></ul> |

{% hint style="info" %}
To declutter the transcript view, you can disable highlights associated with markers and clips by clicking the **Transcript settings** button to the top right of the transcript.
{% endhint %}

## View AI notable moments

Dscout AI can help you identify key points in interview sessions by highlighting notable moments. These include crucial decisions and comments made by your participants during their session, which offer a great starting point for analysis.

To view AI notable moments, open the **Notable moments** drop-down at the top of the transcript. Then, select any notable moment to go directly to that point in the recording and transcript:

![](/files/fc01d9da1678b0945cf72f516af4dee8a7d261ed)

{% hint style="info" %}
If you don’t see the **Notable moments** drop-down, ensure AI notable moments are enabled from the **AI settings** menu.
{% endhint %}

For more information, see [AI notable moments](/dscout-ai/built-in-ai-features/ai-notable-moments.md).


---

# 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/interview-studies/view-interview-session-recordings.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.
