> 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/intercept-studies/create-an-intercept-study/add-questions-to-an-intercept-study.md).

# Add questions to an intercept study

Your mission relies on the questions you want to ask your participants. Questions guide participants through your unmoderated studies, and you’ll be able to analyze responses to each individual question when participants complete your mission.

Intercept studies will always have **mission questions**, but you can also include up to one **screener question** to help qualify or disqualify potential participants. Refer to the sections below for more information.

{% hint style="info" %}
For a list of available questions in intercept studies, see [Question types in intercept studies](/intercept-studies/what-are-intercept-studies-in-dscout/question-types-in-intercept-studies.md).
{% endhint %}

## Screener questions

Screener questions let you use knockout logic to qualify or disqualify applicants. Each intercept study can include up to one screener question. This question will be presented to participants first to ensure they meet your requirements. Only those who do will be able to complete the rest of your mission.

{% hint style="info" %}
In addition to a screener question, you’ll also want to include targeting attributes to narrow down who sees your study in the first place. For more information, see [Add targeting attributes to an intercept study](/intercept-studies/create-an-intercept-study/add-targeting-attributes-to-an-intercept-study.md).
{% endhint %}

**To add a screener question to your study:**

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

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

{% step %}
Click **+ Add** under **Screener question** in the left sidebar.
{% endstep %}

{% step %}
Select **Multiple choice** to add a new multiple choice question.

![](/files/81e64d7322b07af1914521bdbef7b1461df86e2a)

{% hint style="info" %}
You can also select **Add from question bank** to add a saved question from your question bank. For more information, see [Question banks](/study-basics/question-types/question-banks.md).
{% endhint %}
{% endstep %}

{% step %}
Enter a **Prompt**.
{% endstep %}

{% step %}
Enter your answer **Choices**.

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

{% step %}
Configure your knockout logic using the drop-down lists beside each choice. For more information, see [Knockout questions](/recruit-participants/dscout-scout-panel/knockout-questions.md).

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

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

Now, your screener question is added to your mission. Any Scouts who reach your intercept URL (and also match your selected targeting attributes) will be presented with your screener question at the start of your study. Those who qualify based on your knockout logic will proceed, and those who don’t will not.

## Mission questions

Mission questions are the heart of your study. This is where you’ll collect the bulk of your insights, and these questions will make up most of your analysis when you’ve collected responses. In studies with a screener question, only those who qualify based on your knockout logic will advance to your mission questions.

{% hint style="info" %}
Because intercept studies interrupt participants’ browsing, they’re best kept around 15 minutes in length. Keep that in mind when adding your questions.
{% endhint %}

**To add mission questions to your study:**

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

![](/files/330f0e844f19a4b459ae38edfbdbaaf69593b03d)
{% endstep %}

{% step %}
Click **+ Add** in the center of the builder or under **Questions** in the left sidebar.
{% endstep %}

{% step %}
Select a question type.

![](/files/8e567187486fcf600f736aed71d81807df08db9d)

{% hint style="info" %}
You can also select **Add from question bank** to add a saved question from your question bank. For more information, see [Question banks](/study-basics/question-types/question-banks.md).
{% endhint %}
{% endstep %}

{% step %}
Complete the provided question fields.

{% hint style="info" %}
For more information on individual question settings, search for its question type on the Dscout help center.
{% endhint %}
{% endstep %}

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

Now, your mission question is added to your study. Repeat the steps above to add as many questions as you need.

{% hint style="info" %}
Need help writing your question prompts? Dscout AI can help. For more information, see [Refine your questions](/dscout-ai/built-in-ai-features/refine-your-questions.md).
{% 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/intercept-studies/create-an-intercept-study/add-questions-to-an-intercept-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.
