> 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/assign-or-change-moderators-for-an-interview-session.md).

# Assign or change moderators for an interview session

Each interview session has a moderator to ask the participant questions. However, one interview study may have many moderators depending on their individual availability. Moderators are often assigned when time slots are created, but they can also be assigned (or reassigned) after your study is launched.

{% hint style="info" %}
**Note:** Interview sessions are typically limited to one moderator per session. However, if you’re on the Dscout **Plus**, **Select**, or **Enterprise** plan, you can select up to two moderators for each desktop session. Regardless of plan, mobile sessions can only have one moderator.
{% endhint %}

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

{% step %}
Select **Calendar**. The study’s schedule is displayed.

![](/files/69102a1b2a33f67caf3a38aff253ac46216aed97)
{% endstep %}

{% step %}
Click the session you want to update. The session’s details are displayed.

![](/files/03d03bb95a86ca56d7c4b17c7bf7832d8d50c397)
{% endstep %}

{% step %}
Select a moderator from the **Moderator(s)** drop-down.

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

Now, the session’s moderator is updated. Repeat the steps above to update additional sessions.

{% hint style="info" %}
**Tip:** For more information on managing time slots, see [Manage time slots in an interview study](/interview-studies/create-an-interview-study/manage-time-slots-in-an-interview-study.md).
{% 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/manage-an-interview-study/assign-or-change-moderators-for-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.
