> 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/add-additional-sessions-for-a-participant.md).

# Add additional sessions for a participant

In some cases, you might want to conduct an additional interview session with a given participant as part of the same study. Maybe you ran into technical difficulties the first time around or simply didn’t cover everything you meant to. Regardless of the reason, you can add an additional session from the **Manage** tab of your study.

**To add additional interview sessions for a participant:**

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

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

{% step %}
Select the participant using the checkbox beside their name. The action toolbar is displayed.
{% endstep %}

{% step %}
Click **+ Add new session** in the action toolbar at the top of the participant list. The add new session modal is displayed.

![](/files/05576212f5688f82793f7aee7d09e919effc0c0c)
{% endstep %}

{% step %}
Enter a message to send to the participant, or confirm the default message displayed.

![](/files/43d8f64b93d56992c9bb7a34bfd493200b05be1c)
{% endstep %}

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

Now, the participant will receive an email requesting they schedule another interview session. If you have a time in mind, click **Schedule now** and select the date and time. The participant will receive an additional email containing their session details.

The total session count for each participant is displayed at the far right of their row on the **Manage** tab. You can view all sessions completed by a single participant here or on the **Sessions** tab of your study. For more information, see [View interview session recordings](/interview-studies/view-interview-session-recordings.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/manage-an-interview-study/add-additional-sessions-for-a-participant.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.
