> 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-stimuli-during-an-interview-session.md).

# Share stimuli during an interview session

If you’ve added stimuli to your interview study, you can share them with participants during your sessions. This includes sharing media, prototype links, or websites.

{% hint style="info" %}
This article covers sharing stimuli during an interview session once it’s already been added to your study. For information on adding stimuli to your study, see [Add stimuli to an interview study](/interview-studies/create-an-interview-study/add-stimuli-to-an-interview-study.md).
{% endhint %}

**To share stimuli during an interview session:**

{% stepper %}
{% step %}
During the session, click **Stim** in the right sidebar. A list of your study’s stimuli is displayed.
{% endstep %}

{% step %}
Click **Share** beside the stim you want to share. The participant is prompted to share their screen.

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

{% step %}
Instruct the participant to grant screen share access as prompted.

{% hint style="info" %}
The participant only needs to grant access the first time you share stimuli. They will not be prompted again for subsequent stimuli.
{% endhint %}
{% endstep %}

{% step %}
(Prototypes and URLs only) Instruct the participant to click **View now** in the banner that appears on their screen. Media stimuli are displayed to the participant automatically.

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

Now, the selected stim is shared with the participant. You’ll continue to hear the participant and see the participant’s video feed while also viewing their screen. The screen recording will be recorded along with the rest of the session and accessible during analysis.

To stop sharing stimuli, either select a new piece of stim to share or click **Stop sharing** in the stim sidebar.

![](/files/bcbae435243908a1bd1dd06857ba073097c5130c)


---

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