> 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/share-a-screen-during-an-interview-session.md).

# Share a screen during an interview session

{% hint style="info" %}
**Tip:** Participants are automatically prompted to share their screen when you share stimuli during a session. For more information, see [Share stimuli during an interview session](/interview-studies/conduct-an-interview-session/share-stimuli-during-an-interview-session.md).
{% endhint %}

Sharing your screen during an interview session can be a great way to get feedback from a participant on a concept or prototype. It can also be helpful to have a participant share their screen with you so you can see exactly what they’re seeing.

{% hint style="warning" %}
**Note:** Session **moderators** and **participants** can share their screens during **desktop** interview sessions. Only **participants** can share their screens during **mobile** interview sessions. (Session observers and guests will be able to **see** screens as they are shared during a session regardless of device type.)
{% endhint %}

{% stepper %}
{% step %}
During your session, click the **Share screen** icon in the bottom right corner. Your browser’s share permissions window is displayed.

![](/files/6af1a294f5117e6aef2014c34ccd19dc9402fb1d)
{% endstep %}

{% step %}
Follow your browser’s prompts to select a window or screen to share.

{% hint style="info" %}
**Note:** If you need to share your system’s audio as well as your screen, be sure to select that when prompted by your browser. When using a Chrome browser, this option appears in the same modal where you’ll select which screen to share.
{% endhint %}
{% endstep %}
{% endstepper %}

Now, your selected window or screen is shared with the participant. The screen share will be captured in the session recording so you can review it later during analysis. To stop sharing your screen, click the **Share screen** icon again or click **Stop sharing** at the top of the shared window:

![](/files/22ebee1f9cdb71823296450ae30c0f7c6b8b5fd8)


---

# 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/share-a-screen-during-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.
