> 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/usability-tests/manage-a-usability-test/launch-a-usability-test.md).

# Launch a usability test

When you’re ready to open your mission to participants, you’ll launch it from the builder.

{% hint style="info" %}
**Note:** In some cases, you’ll be required to have your mission reviewed by a Dscout Research Advisor before you can launch it. For more information, see the Pre-launch review section at the end of this article.
{% endhint %}

{% stepper %}
{% step %}
Open your mission in the builder.
{% endstep %}

{% step %}
Click **Launch** in the top right corner. A mission summary modal is displayed.

<img src="/files/756bb613b7a6d0ff71ab2c7b9d4c7c9d746bd6d1" alt="" width="624">

{% hint style="info" %}
**Note:** If the **Launch** button is purple, you have unmet requirements. You must resolve the displayed requirements in order to launch your mission.
{% endhint %}
{% endstep %}

{% step %}
(If prompted) Choose whether you want to submit your mission for review or skip review and launch it. For more information, see the Pre-launch review section at the end of this article.
{% endstep %}

{% step %}
Confirm the displayed summary of your mission. If anything looks off, click **Cancel** and make the necessary adjustments to your mission.

<img src="/files/943a2dc0169c6577b62a4b8dfb82adf8e1f3ec23" alt="" width="624">
{% endstep %}

{% step %}
Click **Launch mission**.
{% endstep %}
{% endstepper %}

Now, your mission is launched—congrats! You’re one step closer to getting valuable insights. For information on what happens next, see the section below.

## What happens when I launch my mission?

Launching your mission results in slightly different behavior depending on your recruitment method:

* **Auto-recruiting participants:** Launching your mission opens it to applicants in either Dscout’s Scout Panel or Partner Panels, depending on your initial selection.
* **Adding participants from screeners:** Launching your mission sends an email invitation to all participants added to your mission.
* **Inviting participants from Private Panels:** Launching your mission sends an email invitation to all participants added to your mission.
* **Inviting participants via share link:** Launching your mission activates your mission’s share link, making the mission accessible to anyone who has the share link. You’ll find your mission’s share link on the **Overview** tab of the builder.

## Pre-launch review

Some missions require a review by a Dscout Research Advisor before launch, especially for new users, lengthy missions, or missions that seem to involve PII (personally identifiable information). This helps us protect participants and also ensure easy analysis for you when your mission ends.

If a review is required, you’ll be notified after clicking the **Launch** button on your mission. Reviews typically take 1–2 business days, and the Research Advisor will leave their comments directly in your mission. Once you’ve resolved these comments, you can proceed to launching your mission.

When auto-recruiting participants, you can submit your mission for review even if one isn’t required. This lets you get a second set of eyes on your mission prior to launch.

{% stepper %}
{% step %}
In the builder, click **Launch** in the top right corner. A review modal is displayed.

<img src="/files/5d0458bb752e6cb60a0ffb0597459aded164d209" alt="" width="624">
{% endstep %}

{% step %}
Select **Submit for review**, then click **Continue**.

<img src="/files/2761f59353f34541a53d508bf4666d7cf998ac26" alt="" width="624">
{% endstep %}

{% step %}
Enter your **intended launch date**. This must be at least one business day from the date you’re submitting. And keep in mind that your selection here will not guarantee a faster review.
{% endstep %}

{% step %}
Enter a sentence or two into the provided text box. Let our Research Advisors know about your project goals or anything you want specific feedback on.

<img src="/files/142edecea42609602e718baa29258b4621d814de" alt="" width="624">
{% endstep %}

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

Now, a Research Advisor will review your mission in 1–2 business days and leave any comments directly on your mission. Once you’ve resolved these comments, you can proceed to launching your mission.


---

# 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/usability-tests/manage-a-usability-test/launch-a-usability-test.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.
