> 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/december-2025.md).

# December 2025

*This December, we're rolling out smarter editing and new controls for BYO missions—so you can move faster and clean up less.*

## What's new?

* #### **Skip participant sign-up**

  When using BYO recruiting, participants can now jump right into desktop [media surveys](https://help.dscout.com/hc/en-us/articles/43273651755156) or [usability tests](https://help.dscout.com/hc/en-us/articles/43273553490708)—no need to create an account or share names, emails, or other personal details. Just click and go.

  ![](/files/d74d3dc7c370c1320b50bcc72ecd654c9cffe55b)
* #### **No browser extension needed**

  For desktop [usability tests](https://help.dscout.com/hc/en-us/articles/42573606167188) using BYO recruiting, participants can now use Chrome’s built-in Picture-in-Picture feature. No downloads, no setup, no hassle.

  ![](/files/4dc35f07a2dd0d98a7875086b2992d7875c09efd)
* #### **Control exactly when your 'BYO' mission is open**

  You can now activate or deactivate [BYO mission](https://help.dscout.com/hc/en-us/articles/16115650278676) links for media surveys and usability tests. Launch when you’re ready; pause when you’re not collecting responses.

  ![](/files/04d002cac4d1d74808a23e02a4b0daf99dd9d561)
* #### **Updates to editing launched missions**

  We’ve made it easier to clean up question prompts in [edited studies](https://help.dscout.com/hc/en-us/articles/36441947929108) without disrupting your data. You can now update prompts without versioning. Whether you're fixing typos, making small tweaks, or adding context, your changes won’t trigger a new version—responses stay grouped together in reporting and exports.

  ![](/files/990393e5422ed95c4150f9a49ac657747109f8b6)


---

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