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

# Create an interview study

When you’re ready to create a new interview study, you’ll do so from within a Dscout project. If you plan to add participants from a Dscout screener, be sure to create your study in the same project that contains that screener.

{% stepper %}
{% step %}
Click **Create mission** in the top right corner of your project. The Create something new modal is displayed.

![](/files/1ae9a80f95900b1ec3864714fc2416d2bd037a31)
{% endstep %}

{% step %}
Under **Interviews**, click **Create**.

![](/files/968b69721ec4734e77018f69d62985a49678f1f5)
{% endstep %}

{% step %}
Select a **device type**. Then, click **Continue**. For more information, see [Device options in an interview study](/interview-studies/what-are-interview-studies-in-dscout/device-options-in-an-interview-study.md).

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

{% step %}
Enter a **mission title**. Then, click **Create mission**.

![](/files/48a0c3961439114f09f9093e323c275b31d2737f)

{% hint style="info" %}
**Note:** This title will be visible to participants, so choose one that is representative of the mission but doesn’t give away your research objectives. To add a private title, click **Add an internal mission name**.
{% endhint %}
{% endstep %}
{% endstepper %}

Now, your new study opens in the builder. Here, you can customize its settings, create your session schedule, and more. If you need help building, here are a few resources to get you started:

* [Manage language of an interview study](/interview-studies/create-an-interview-study/manage-language-of-an-interview-study.md).
* [Manage time slots in an interview study](/interview-studies/create-an-interview-study/manage-time-slots-in-an-interview-study.md).
* [Add participants to an interview study](/interview-studies/create-an-interview-study/add-participants-to-an-interview-study.md).


---

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