> 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/clips-and-playlists-in-interview-studies.md).

# Clips and playlists in interview studies

Once you or your observers have [**created clips**](/interview-studies/view-interview-session-recordings.md) after your session has finished processing, your clips will be available for you on the **Clips & Playlists** tab on the **Sessions** page of your interview study.

## Clips & Playlists: tab overview

![](/files/745599a853b89b03c84a5ce90af8760a0a12fed4)

On the Clips & Playlists tab you'll find the following:

* **Search bar** to search clips by name or transcript keywords
* **Clips** that you, other moderators, and observers have made in the interview study. By default, clips are displayed alphabetically by scout name first, clip name second. You have the option to sort clips by:
  * **All** - all clips that have been made in the interview study; or
  * **My Clips** - all clips that have been made by you personally
  * **Creator** - choose a moderator or observer from the drop-down list to see the clips that individual person made
* **Playlists Panel** that will populate with selected clips and Playlists on the righthand side of the screen

## Clips overview

Clips will have one or more indicators or icons on them for you to reference or interact with:

* **Heart** - favorite a clip
* **Dots** (aka “meatballs” or ellipses) - appears when you hover your mouse over the clip and contains more options on click:
  * **Configure Screenshare** - only available if the clip contains a screen share. This will allow you to configure the screenshare picture-in-picture options prior to adding to a playlist or downloading.
  * **Download** - download the clip
* **Time** - indicates clip length in the format m:ss (minute:second)
* **Blue line** - clips that contain a screen share will have a blue line on the bottom of the thumbnail

![](/files/3ea466da6705193ff694b26b8e60410ed2b4c336)

* **Checkbox** - for selecting multiple clips to add to a playlist / bulk download
* **Clip title** - this is the title you or an observer gave to the clip
* **Scout name**
* **Clip creator name**

## Bulk Exporting Clips

To bulk export clips, you'll start by selecting the clips you're interested in downloading by clicking the checkboxes below each clip.

* Select one or more clips to download to your computer
* Click on any clip to preview it before downloading
* Click on the export icon in the upper right-hand corner to open the Bulk Export sidebar:

![](/files/7d1bd30f88eba0e41a14d2c854d39254e4fff98c)

Once the sidebar is open, you're able to:

* Select all clips
* View past exports
* Remove selected clips
* Download the clips you have selected. The system will need a moment to process the export, but after a few moments you'll see a notification with a **Download** link at the top of your page:

![](/files/5683504ce15430e33c593f7f9e6bb7a0a7960ef9)

## Creating a playlist

To make your playlist, you’ll start by selecting the clips you’re interested in compiling and editing. Note that observers will also have access to creating playlists.

* Select one or more clips to save as a new playlist or add to an existing playlist.
* Click on any clip to preview it before adding to a playlist.

{% hint style="info" %}
**Note:** Any edits made to clips in the playlist editor won't affect the original clip. However, if you make updates to the original clip, those updates will be reflected in the playlist.
{% endhint %}

![](/files/2c34cb3683eda4b245848cb1d1285e717cb4e5cb)

## Editing a playlist

Once you select your videos and save them as a new playlist, you’ll land in the playlist editor where you can view and refine your playlist. Learn more about how to use the playlist editor [**here**](/study-basics/playlist-editor.md)!

## "Unavailable Clip" message

There are two reasons you might see a clip that has the "Unavailable Clip" message instead of a thumbnail from your session:

1. If you just created or reconfigured the clip, it needs some time to process. Clips without a screensharing moment should only take a minute or two; clips that contain screensharing moments may take 30 minutes or more depending on the length of the clip.
2. If it's been longer than 30 minutes and a clip is still unavailable, it may be stuck in processing or it may have failed to generate.

If you have a clip that's been unavailable for longer than an hour, we recommend trying to generate the clip again by following these steps:

* Navigate to the Clips & Playlists tab in your mission
* Locate a clip that says "Unavailable Clip"
* Tap on the clip title; this will take you to the session viewer for the call that contains your clip.
* Scroll down to the clips section below the session player. Locate the clip in question, (**note:** the clip will be highlighted with a purple bar to the left of the thumbnail icon).
* Tap on the three dots on the right side of the clip's row; select "download"
* A banner will appear that says "Your clip is being generated." This is how you'll know you've successfully kicked off your clip to be reprocessed!

{% hint style="info" %}
**Note:** Keep in mind that creating clips in rapid succession may lead to clips failing to generate. We recommend spacing out clip creation or clip reprocessing by a few minutes to give your clips some space to generate.
{% 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/interview-studies/view-interview-session-recordings/clips-and-playlists-in-interview-studies.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.
