> 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/dscout-quickstart-guide/using-the-dscout-sandbox.md).

# Using the Dscout sandbox

To become familiar with Dscout, your Account Manager might set you up with a sandbox to test things out. Use this guide to understand how you can use the Dscout sandbox to learn the ropes of the platform.

{% hint style="success" %}
Interested in getting started with Dscout? Reach out to <sales@dscout.com> for more information!
{% endhint %}

### What can I do in the sandbox?

To begin building research after creating your account (or logging in), click "My Sandbox Project," which takes you inside the test environment. From here, you’ll be able to create as many test missions as you like. Not sure what mission type is right for you? Check out our overview of each mission type [here](/getting-started/dscout-quickstart-guide.md)!

{% hint style="info" %}
**Note:** While you can build a screener in a sandbox project, you will not be able to launch to Dscout's Scout Panel or test out the participant experience.
{% endhint %}

In each tool, you can build and customize your project, just like you would with an actual mission.

In **usability tests** and **media surveys**, this means creating a one-sitting mission using prompt types such as card sorting, tasks, and talk-out-loud questions.

![Screenshot 2024-07-29 at 2.54.18 PM.png](/files/38bfdd1b9ef94ec676c2324adcc6ec68b5fed8e9)

In **diary studies**, this means creating your own questions and activities. [Question types](/diary-studies/what-are-diary-studies-in-dscout/question-types-in-diary-studies.md) allow you to ask for responses with photos, videos, text and more, and [activities](/diary-studies/what-are-diary-studies-in-dscout/understanding-missions-activities-and-entries-for-researchers.md) allow you to ask participants different sets of questions.

![Screenshot 2024-07-29 at 2.27.50 PM.png](/files/c4f77f74ae2073ad4475a90307d3e129532f5bfe)

In **interview studies**, you can set up and test a 1:1 video call with a colleague. This is a great opportunity to experiment with our scheduling and stimuli features. More details on what you can do with Dscout live interviews are [here](/interview-studies/what-are-interview-studies-in-dscout.md).

![1.png](/files/ee3e8b6a8918bcca9de596bbab142716e26c6da3)

After creating a mission, you can test the full participant experience by clicking the "Test" option—check out the articles below for more on test mode in each mission type:

* [Test a usability test](/usability-tests/create-a-usability-test/test-a-usability-test-mission.md).
* [Test a media survey](/media-surveys/create-a-media-survey/test-a-media-survey.md).
* [Test a diary study](/diary-studies/what-are-diary-studies-in-dscout/test-mode-in-diary-missions.md).
* [Test an interview study](/interview-studies/create-an-interview-study/test-an-interview-study.md).

### Can I invite others to build with me?

Of course! Not only can you invite people to participate in your project as a “Scout,” (check out the "test mode" guidance in the section above!), but you also can invite them to help you build your research. To do so, click the **+ Add** button on your project home page, then enter the email address or addresses of the colleagues you'd like to invite. (Learn more about adding collaborators [here](/getting-started/collaborate-in-dscout/manage-project-collaborators.md).)

![](/files/9b3474a1f1202ccd1e4c7571609b9309d0e3a8da)

### Next Steps

Interested in getting set up with a Dscout subscription? Reach out to [sales@dscout.com](mainto:sales@dscout.com) or your Account Manager regarding next steps.

The sandbox is designed to be easy to use and test, but if any questions arise, we’re happy to help. Feel free to search our Help Center for an answer, or email <support@dscout.com> and we’ll assist however we can.


---

# 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/dscout-quickstart-guide/using-the-dscout-sandbox.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.
