> 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/product-updates/2025/may-2025.md).

# May 2025

*This month’s updates help you work faster and stay organized—duplicate missions across devices, manage your question bank, customize scale questions, and more.*

*Small tweaks, big impact—built to simplify setup and make reuse a breeze.*

## What's new?

#### FIELD

* **Edit missions after launch/close**

  Need to tweak questions, adjust targeting, or add more participants mid-study? You can now edit screeners and Express missions even after they launch or when they are closed, allowing for quick iterations without starting over–great for trial phases or exploratory rounds.

  ![](/files/47cb17c132a0abf9901f83330728a81f48af70b7)
* **Customizable scale question range**

  You can now set custom start and end labels on scale questions and customize the scale to match your study goals more flexibly.

  ![](/files/7b191f517777cbcc2b04fa47c1bba8e91b71eab9)
* **Stop showing task URLs after completion**

  Choose when to remove access to links or prototypes after a task wraps. Just toggle “Close task URL” on per task question—and you’re set.

  ![](/files/fd8df57cd9cd08f8e5d749f9c4d85f0b9823c5e2)
* **Duplicate missions with flexible device settings**

  Now when you duplicate an Express mission, you can switch the device type between mobile and desktop for quicker setup.

  ![](/files/88c2149daafe2aaa91fbaca9721721427924b221)
* **Updated top navigation in Express + Recruit**

  You’ll notice new tab names and a fresh header in Express (and in Recruit). The changes are designed to help you find what you need, faster.

  ![](/files/8e842798ff926b659a403946c30004a896dbfc67)

#### MANAGE

* **Question bank management**

  Access all your saved questions from a new Question Bank tab within your Account Management settings—outside the builder—with added filters to keep things organized. You can add or delete questions, change the prompt or choices within your question bank without needing to go into a specific project.

  *Available to Plus plans and above.*

  ![](/files/c248e841c4618a21d728a1f9436ab471057663cb)


---

# 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/product-updates/2025/may-2025.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.
