> 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.md).

# Manage an interview study

***

Once your interview study is built, you can launch it, manage sessions, coordinate researchers, and support participants.

Use the pages below to manage your interview study from start to finish:

* [Launch an interview study](/interview-studies/manage-an-interview-study/launch-an-interview-study.md) — open your study to participants.
* [Assign or change moderators for an interview session](/interview-studies/manage-an-interview-study/assign-or-change-moderators-for-an-interview-session.md) — update who leads each session.
* [Message participants in an interview study](/interview-studies/manage-an-interview-study/message-participants-in-an-interview-study.md) — contact participants before or after sessions.
* [Reschedule an interview session](/interview-studies/manage-an-interview-study/reschedule-an-interview-session.md) — move a session to a new time.
* [Add additional sessions for a participant](/interview-studies/manage-an-interview-study/add-additional-sessions-for-a-participant.md) — schedule follow-up sessions when needed.
* [Invite observers and guests to an interview session](/interview-studies/manage-an-interview-study/invite-observers-and-guests-to-an-interview-session.md) — bring teammates or guests into a live session.
* [Close a participant in an interview study](/interview-studies/manage-an-interview-study/close-a-participant-in-an-interview-study.md) — remove a participant from the study.
* [Request payments in an interview study](/interview-studies/manage-an-interview-study/request-payments-in-an-interview-study.md) — issue incentives through Dscout.
* [Upload an external interview session](/interview-studies/manage-an-interview-study/upload-an-external-interview-session.md) — add a session recorded outside Dscout.
* [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) — understand the desktop participant experience.
* [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) — understand the mobile participant experience.


---

# 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.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.
