> 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/create-an-interview-study/add-stimuli-to-an-interview-study.md).

# Add stimuli to an interview study

Many interview sessions revolve around stimuli to guide the conversation between moderator and participant. Maybe you’re looking to get live feedback on a set of marketing concepts. Or maybe you want to see how users interact with a prototype or website and ask in-the-moment questions about their choices. In Dscout, you can add stimuli to your study for easy access during your sessions.

{% hint style="info" %}
This article covers adding stimuli to an interview study. For information on sharing stimuli during a session, see [Share stimuli during an interview session](/interview-studies/conduct-an-interview-session/share-stimuli-during-an-interview-session.md).
{% endhint %}

**To add stimuli to an interview study:**

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

{% step %}
Select **Stimuli**. Then, click **Add stimuli**.

![](/files/62f6cc4ca96e2864e95add6b610ee50c91a76ac0)
{% endstep %}

{% step %}
Select the type of stimuli you want to add. For more information, see [Stimuli types](#h_01KKD8TKE9VF6Y48Q656GWZABR).
{% endstep %}

{% step %}
Depending on your selection, select media files to upload or enter the desired URL.
{% endstep %}

{% step %}
Click **Done**.
{% endstep %}
{% endstepper %}

Now, your stimuli are uploaded to your study. Depending on the stimuli type, this may take a moment to complete. For information on accessing stimuli during an interview session, see [Share stimuli during an interview session](/interview-studies/conduct-an-interview-session/share-stimuli-during-an-interview-session.md).

{% hint style="info" %}
Give your stimuli a name for easy selection during your sessions by replacing **Untitled stim** with a unique identifier:
{% endhint %}

![](/files/1e580cb9f9fb660b0cb99e6d0855f963a634f677)

## Stimuli types

Dscout supports the following types of stimuli in interview studies:

* **Media:** Photos or videos to be referenced during your sessions. These may be marketing assets, promotional concepts, or similar. For more information, see [Media](#h_01KKD8TKECYZH1XPV04AS6V2FJ).
* **Prototype URL:** Application prototypes to be referenced during your sessions. These may be links to Figma designs or other prototype files. For more information, see [Prototype URL](#h_01KKD8TKEFKM8HVE0KVHRYBDMK).
* **URL:** Websites to be referenced during your sessions. These may be your own websites or others. For more information, see [URL](#h_01KKD8TKEMBQEM4WYQPT4K682Q).

For more information on each type of stimuli, refer to the sections below.

### Media

Sharing media files lets you present participants with photos and videos during an interview session. The following file formats can be uploaded as media stimuli to an interview study:

* .jpg
* .png
* .mp4
* .mov (Desktop studies only)

{% hint style="info" %}
Media files cannot be saved by participants, nor can participants return to the files after their session has ended.
{% endhint %}

You can give media files participant-facing titles and group them together if you want to display more than one file to a participant at once. To group stimuli, upload one media file then click **Add media** beneath it to add additional files to the same group:

![](/files/0331121fd3e78747aea6bafaf417002ff10a3c01)

To reorder media files within a group, click the icon to the left of the file and drag it to the desired position. You can also move media files between groups using the arrow icon to the right of a file:

![](/files/690c233ff4d1dceb9fbb81d8493bf5a2dbb5b2da)

### Prototype URL

Sharing prototypes during an interview session can be a great way to see how your users interact with an application while also being able to ask in-the-moment questions to gather insights and feedback. Refer to the table below for guidance depending on your study type:

{% tabs %}
{% tab title="Desktop studies" %}
When using a prototype in a desktop interview study:

* Prototypes may be optimized for either desktop or mobile viewing.
* Prototypes may be complex with many screens.

{% hint style="info" %}
Prototypes open in a new tab in the participant’s browser. Therefore, they will be able to navigate back to the prototype after their session has ended if they wish.
{% endhint %}
{% endtab %}

{% tab title="Mobile studies" %}
When using a prototype in a mobile interview study:

* Ensure your prototype is optimized for mobile viewing.
* Keep your prototype simple and lightweight when possible.

{% hint style="info" %}
Participants will not retain access to the prototype once their session has ended.
{% endhint %}
{% endtab %}
{% endtabs %}

Regardless of study type, we recommend using publicly accessible prototype share links when possible. If you need to share a password-protected link, you’ll also need to share the credentials with participants during your sessions. You can do this verbally in desktop or mobile sessions, or you may use the chat in desktop sessions.

### URL

If you want to reference a website during your sessions, you can add a URL as stimuli. When accessed, this URL will open in a new tab in the participant’s web browser. For easiest access, ensure the URL does not require participants to enter a login or to use a VPN.

{% hint style="info" %}
In desktop interview sessions, URLs will remain in participants’ browsing history after the session has ended. If you don’t want participants to be able to access a URL after their session, consider using a mobile interview study.
{% 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/create-an-interview-study/add-stimuli-to-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.
