> 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/2024/january-2024.md).

# January 2024

This month, our unmoderated fast tool, Express, had several exciting features added.

## What's new?

### FIELD

#### Express

* **Duplicate Express missions**\
  Ready to create another mission? [Choose "copy from a previous mission](https://help.dscout.com/hc/en-us/articles/360040417412-Setting-up-an-Express-mission#h_01H8PXZP918GPB4T4MXS4Q0QZ8)" from your project home page and adjust your settings for the new project. Easily switch the recruitment method, mobile vs. desktop, scout location, etc., and start your mission.

  ![](/files/9288dd10a5ba019687948e7f54d95abbf09e37af)
* **Add stimuli to auto-recruit screening**\
  Confirm if a scout has a specific model of a product before including them in a mission. [Add stimuli](https://help.dscout.com/hc/en-us/articles/360043552592-Question-Stimuli) to screener questions in an auto-recruit media survey or usability mission. This will give you an additional layer of specificity on who you're recruiting and help you find the right people quickly.

  ![](/files/14ede97db414a51c180b25a5e8b11c86f53f4a29)
* **Start piping in Express**\
  Make your follow-up questions in media surveys or usability tests more specific by tailoring them to participants' previous responses. To craft your next set of questions, you can now use piping (aka recall logic) to recall responses from earlier closed-ended questions (within the same activity). [Learn more about piping and how to set it up.](https://help.dscout.com/hc/en-us/articles/9921853786644-Piping-Recall-Logic)

  ![](/files/7d1795578c5c4d1fd11aaef3ce64c5189106756d)


---

# 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/2024/january-2024.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.
