> 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/getting-started/workspaces-and-projects/create-a-project-mission-or-screener.md).

# Create a project mission or screener

Whether you’re creating a new mission, a screener to help recruit for that mission, or a project to keep it all organized, here’s a quick guide to get you started.

## Create a project

Think of projects as folders to keep your research organized. You might need multiple missions or studies to get the insights you’re looking for, and you can keep them all together in a single project.

To create a project, click **New Project** in the top-right corner of the Dscout homepage.

![](/files/0552c134152832de4c0c2d32c8335e2b3ebfeb5c)

Now, you’re taken to the blank project’s page where you can edit the project’s details, build missions and screeners, and invite collaborators.

{% hint style="success" %}
**Tip:** Give your project a descriptive title and quick description so any collaborators you invite have context around the project’s purpose. Don’t worry—your research participants won’t see either of these.
{% endhint %}

## Create a mission

Missions are the heart of conducting research in Dscout. They’re how you build, manage, and field moderated and unmoderated studies. Once you’ve created a project, you can start creating missions.

**To create a mission:**

{% stepper %}
{% step %}
Navigate to the project where you want your mission to live.
{% endstep %}

{% step %}
Click the **Create mission** button in the top-right corner of the page. The **Create something new** modal is displayed.

![](/files/8e16eff07748112255ba953459f0d51f3db2059d)
{% endstep %}

{% step %}
Select a mission type from the following options:

* **Usability test:** Great for quickly validating and iterating with heat maps, task prompts, and more.
* **Media survey:** Great for capturing deep survey data with photos, videos, and more.
* **Diary study:** Great for exploring habits and behaviors over time through multiple activities.
* **Interviews:** Great for having moderated sessions with participants with automated transcripts, notes, and more.

![](/files/2abbfd5132c0367cae1f56f092a025a3545f753c)
{% endstep %}

{% step %}
Follow the prompts to set up your selected mission.
{% endstep %}
{% endstepper %}

For more mission type-specific help, check out the following articles:

* [Create a usability test](/usability-tests/create-a-usability-test.md).
* [Create a media survey](/media-surveys/create-a-media-survey.md).
* [Create an intercept study](/intercept-studies/create-an-intercept-study.md).
* [Create a diary study](/diary-studies/what-are-diary-studies-in-dscout/set-up-a-diary-study.md).
* [Create an interview study](/interview-studies/create-an-interview-study.md).

## Create a screener

Screeners are how you recruit participants to join your missions. You can create a public screener to recruit directly from Dscout’s pool of participants (known as Scouts) or a private screener which you can then share with whoever you want using a dedicated share link.

{% stepper %}
{% step %}
Navigate to the project where you want your screener to live.
{% endstep %}

{% step %}
Click the **Screeners** tab at the top of your project.

![](/files/783233598ab051db7a7173f7be3e56237964dfa7)
{% endstep %}

{% step %}
Click the **Create screener** button in the top-right corner of the page.

![](/files/3af0d62ed2446251120b2ad47b42dcc807f9fbc6)
{% endstep %}

{% step %}
Follow the prompts to set up your screener.
{% endstep %}
{% endstepper %}

For more information on creating a screener, see [Set up a screener](/recruit-participants/what-are-dscout-screeners/set-up-a-screener.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/getting-started/workspaces-and-projects/create-a-project-mission-or-screener.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.
