> 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/manage-an-interview-study/upload-an-external-interview-session.md).

# Upload an external interview session

If you complete interview sessions outside of the Dscout platform, you can still upload them for inclusion in your Dscout interview study. This lets you manage studies all in one place even if sessions themselves might be completed using different tools, including Zoom.

Transcripts are auto-generated for uploaded sessions as they would be for sessions conducted on the Dscout platform. Uploaded sessions can be assigned to participants invited to your study or participants you don’t want to invite to your study directly.

{% hint style="info" %}
Maximum file size is **4GB**. Supported file types include **.mp4**, **.mov**, and **.webm**.
{% endhint %}

## Upload a session for an invited participant

If you’ve invited a participant to your study but decide to conduct the interview session outside of Dscout, you can add the session recording to your study manually and link it to that participant for easy analysis.

**To upload a session for an invited participant:**

{% stepper %}
{% step %}
Navigate to the **Manage** tab of your study.
{% endstep %}

{% step %}
Click **Upload session** in the top right corner of the page. The session upload modal is displayed.

![](/files/cc8fc2f92f220fcfd01c23bf943b91cbfa51c511)
{% endstep %}

{% step %}
Select **Invited participant**. A list of all invited participants is displayed.

{% hint style="info" %}
Only participants who have accepted their invitation to the study are displayed. If you don’t see the participant listed here, ask them to accept their invitation to the study. Or, you can upload their session as an external participant. For more information, see [Upload a session for an external participant](/interview-studies/manage-an-interview-study/upload-an-external-interview-session.md#upload-a-session-for-an-external-participant).
{% endhint %}
{% endstep %}

{% step %}
Select the participant from the **Name** drop-down.

<div align="left"><img src="/files/996e37104c2646e01b604c65086db5955c8dcd7c" alt="" width="375"></div>
{% endstep %}

{% step %}
Click **Next**.
{% endstep %}

{% step %}
Click **Choose file** and select the file you want to upload.

<div align="left"><img src="/files/950e572abba8160aa9b45537c947bb7583ffb5f7" alt="" width="375"></div>

Click **Upload**.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Maximum file size is **4GB**. Supported file types include **.mp4**, **.mov**, and **.webm**.
{% endhint %}

Now, your session is uploaded. Depending on the file’s size, this may take a few minutes to process. When the process is complete, the **Scheduled time** column will show the duration for the uploaded video as well as the time of upload. You can view the uploaded session by clicking **View Session** in the participant’s row or by navigating to the **Sessions** tab of your study.

## Upload a session for an external participant

If you’ve conducted an interview with a participant not invited to your study directly, you can upload their session for easy analysis alongside your other sessions.

{% hint style="info" %}
Uploading a session for an external participant does not invite that participant to Dscout. You will see limited functionality compared to other participants in your study, including the ability to issue incentives through Dscout. You are responsible for compensating these participants directly.
{% endhint %}

**To upload a session for an external participant:**

{% stepper %}
{% step %}
Navigate to the **Manage** tab of your study.
{% endstep %}

{% step %}
Click **Upload session** in the top right corner of the page. The session upload modal is displayed.

![](/files/cc8fc2f92f220fcfd01c23bf943b91cbfa51c511)
{% endstep %}

{% step %}
Select **External participant**.
{% endstep %}

{% step %}
Enter the participant’s **First name** and **Last name**.

<div align="left"><img src="/files/7ae08cd5e8cdcd791d03d7d7244a702bae97cd5d" alt="" width="375"></div>
{% endstep %}

{% step %}
Click **Next**.
{% endstep %}

{% step %}
Click **Choose file** and select the file you want to upload.

<div align="left"><img src="/files/76b16c2279ebc9ff49b44d8c6965724b367aa2b1" alt="" width="375"></div>

Click **Upload**.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Maximum file size is **4GB**. Supported file types include **.mp4**, **.mov**, and **.webm**.
{% endhint %}

Now, your session is uploaded. Depending on the file’s size, this may take a few minutes to process. When the process is complete, the **Scheduled time** column will show the duration for the uploaded video as well as the time of upload. You can view the uploaded session by clicking **View Session** in the participant’s row or by navigating to the **Sessions** tab of your study.

## Reassign speakers in an uploaded session

When uploading a session, Dscout automatically detects the moderator and participant and creates the session transcript accordingly. By default, the first person to speak in the uploaded session is labeled the moderator. However, you can update this manually if that is not correct.

**To reassign speakers in an uploaded session:**

{% stepper %}
{% step %}
Navigate to the **Manage** tab of your study.
{% endstep %}

{% step %}
Locate the participant whose session you want to update.
{% endstep %}

{% step %}
Click **View session**. The participant’s recording and transcript are displayed.

![](/files/211391eb97ee894422122fd9d6264f628a8b1d0f)
{% endstep %}

{% step %}
Click the **Interview info** icon in the top right corner of the transcript.
{% endstep %}

{% step %}
Select **Reassign speakers**. A modal is displayed.

![](/files/d91e596da5d2b9fa2464d2424feaa89fd3ce8f1b)
{% endstep %}

{% step %}
Select the person who speaks first in the uploaded session (either the participant or the moderator).

![](/files/9b890c02fcda4954779b4beeec97b7c85ab5c20d)
{% endstep %}

{% step %}
Click **Confirm**.
{% endstep %}
{% endstepper %}

Now, the transcript is refreshed with the speakers reassigned based on your selection.


---

# 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/manage-an-interview-study/upload-an-external-interview-session.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.
