> 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/conduct-an-interview-session/join-an-interview-session.md).

# Join an interview session

There are three possible roles you might have when joining an interview session: moderator, observer, or guest. The process for joining looks a little different for each, so refer to the sections below for more information.

{% hint style="info" %}
**Note:** This article covers joining an interview session from the researcher perspective. For information on how your participants will join a session, see [First time participant flow in a desktop interview study](/interview-studies/manage-an-interview-study/first-time-participant-flow-in-a-desktop-interview-study.md) or [First time participant flow in a mobile interview study](/interview-studies/manage-an-interview-study/first-time-participant-flow-in-a-mobile-interview-study.md).
{% endhint %}

## Join a session as a moderator

Moderators run the interview sessions. They’re the people asking participants questions, keeping the conversation going, and getting to the root of what you’re trying to discover.

**To join a session as a moderator:**

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

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

{% step %}
Click **Start session** in the participant’s row. The device setup page is displayed.

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

{% step %}
Complete the displayed hardware checks.
{% endstep %}

{% step %}
Resolve any permission issues as prompted.
{% endstep %}

{% step %}
Click **Join session** at the top of the page.

![](/files/29569990b660267a1bf218862d03bff5c6ad0f27)
{% endstep %}

{% step %}
Click **Start call** to be connected to the participant and start the recording.

![](/files/5acb0f93c9ced0c176a8ff0ba6564a1755f18216)

{% hint style="info" %}
**Note:** The **Start call** button will be disabled until the participant joins the call from their end.
{% endhint %}
{% endstep %}
{% endstepper %}

Now, your session is in progress! You can leave the session at any time by clicking **End session** in the top right corner. When the moderator ends the session, the recording stops.

{% hint style="success" %}
**Tip:** For a walkthrough of navigating a session while it’s in progress, see [Navigate an interview session](/interview-studies/conduct-an-interview-session/navigate-an-interview-session.md).
{% endhint %}

## Join a session as an observer

Observers are colleagues of a session’s moderator who do not need to speak with the participant directly. These are people who want to listen in without the participant knowing they’re there.

**To join a session as an observer:**

{% hint style="success" %}
**Tip:** If a session’s moderator has sent you the session link, you can use that to access the session directly. Then, complete the following steps beginning with step 4.
{% endhint %}

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

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

{% step %}
Click **Observe session** in the participant’s row. The device setup page is displayed.

![](/files/5b3befbaf198f718fb10d2c5d5afde52614a5e69)
{% endstep %}

{% step %}
Complete the displayed hardware checks.
{% endstep %}

{% step %}
Resolve any permission issues as prompted.
{% endstep %}

{% step %}
Click **Join session** at the top of the page.

![](/files/bea9ca47273edc7f000d9cecc05e1526a61c70f9)
{% endstep %}
{% endstepper %}

Now, you’ve joined the session as an observer. When the moderator begins the call on their end, you’ll be able to watch and listen in without the participant knowing you’re there. You can leave the session at any time by clicking **Exit session** in the top right corner.

{% hint style="success" %}
**Tip:** For a walkthrough of navigating a session while it’s in progress, see [Navigate an interview session](/interview-studies/conduct-an-interview-session/navigate-an-interview-session.md).
{% endhint %}

## Join a session as a guest

Guests are people outside of the moderator’s Dscout account who may have an interest in the research being conducted, like an external stakeholder. They do not have access to Dscout themselves but can listen in on a session with limited functionality.

{% hint style="info" %}
**Note:** Guests can hear and see the moderator(s) and participants of a session, but they will not have access to the chat.
{% endhint %}

**To join a session as a guest:**

{% stepper %}
{% step %}
Open the link sent to you by the session’s moderator.
{% endstep %}

{% step %}
Enter the **Password** sent to you by the session’s moderator.
{% endstep %}

{% step %}
Click **Continue**.

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

{% step %}
Enter your **First name** and **Last name**.

![](/files/24af3b28124309dba1025317565787a9527ba319)

{% hint style="info" %}
**Note:** Joining a session as a guest will not create a Dscout account.
{% endhint %}
{% endstep %}

{% step %}
Click **Next**. The device setup page is displayed.
{% endstep %}

{% step %}
Complete the displayed hardware checks.
{% endstep %}

{% step %}
Resolve any permission issues as prompted.
{% endstep %}

{% step %}
Click **Join session** at the top of the page.

![](/files/29892696c6d4487a29c869e694b603a13d3a2a61)
{% endstep %}
{% endstepper %}

Now, you’ve joined the session as a guest. When the moderator begins the call on their end, you’ll be able to watch and listen in without the participant knowing you’re there. You can leave the session at any time by clicking **Exit session** in the top right corner.


---

# 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/conduct-an-interview-session/join-an-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.
