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

# Conduct an interview session

***

During a live session, you can join calls, share content, collaborate with teammates, and troubleshoot issues as they come up.

Use the pages below to run interview sessions smoothly from start to finish:

* [Join an interview session](/interview-studies/conduct-an-interview-session/join-an-interview-session.md) — enter a session as a moderator, observer, or guest.
* [Navigate an interview session](/interview-studies/conduct-an-interview-session/navigate-an-interview-session.md) — move through the session workspace during a live call.
* [Share an interview session link](/interview-studies/conduct-an-interview-session/share-an-interview-session-link.md) — send direct session access to collaborators or participants.
* [Chat during an interview session](/interview-studies/conduct-an-interview-session/chat-during-an-interview-session.md) — send messages to participants or collaborators during a call.
* [Share stimuli during an interview session](/interview-studies/conduct-an-interview-session/share-stimuli-during-an-interview-session.md) — present images, links, or other materials live.
* [Take notes during an interview session](/interview-studies/conduct-an-interview-session/take-notes-during-an-interview-session.md) — capture observations without leaving the session.
* [Create markers during an interview session](/interview-studies/conduct-an-interview-session/create-markers-during-an-interview-session.md) — flag important moments for later review.
* [Manage camera audio and microphone during an interview session](/interview-studies/conduct-an-interview-session/manage-camera-audio-and-microphone-during-an-interview-session.md) — adjust your hardware settings during a session.
* [Share a screen during an interview session](/interview-studies/conduct-an-interview-session/share-a-screen-during-an-interview-session.md) — present your screen to participants.
* [Enable closed captions during an interview session](/interview-studies/conduct-an-interview-session/enable-closed-captions-during-an-interview-session.md) — turn on captions for better accessibility.
* [Troubleshooting live interviews](/interview-studies/conduct-an-interview-session/troubleshooting-live-interviews.md) — resolve common session issues quickly.
* [Troubleshooting firewall issues](/interview-studies/conduct-an-interview-session/troubleshooting-firewall-issues.md) — fix connection problems caused by network restrictions.
* [Tips for a successful interview session](/interview-studies/conduct-an-interview-session/tips-for-a-successful-interview-session.md) — prepare for smoother, more effective sessions.
* [Improving your interview session call quality](/interview-studies/conduct-an-interview-session/improving-your-interview-session-call-quality.md) — improve stability, audio, and video quality.


---

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