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

# March 2024

dscout has added several new features to enhance flexibility in your unmoderated studies.

## What's new?

### RECRUIT

* **More targeting attributes in screeners**\
  Use any of the [60 targeting attributes](https://help.dscout.com/hc/en-us/articles/360038667711) when creating a screener, making it easier and more manual to find the right scouts for your project! New categories include devices, Apps and Accounts, subscriptions, shopping, pets, and more. The enhanced category search will also help you find attributes that might be right for your moderated or unmoderated study.

![](/files/cd5698c2a7bba486cd036151b0a72452d39317da)

### FIELD

#### Express

* **Add to groups in bulk**\
  Easily [add participants to new or existing groups in bulk](https://help.dscout.com/hc/en-us/articles/16257844788884), in media surveys and usability tests. All you need to do is mark the checkbox next to each participant and choose the group you'd like to add them to for a faster mission setup.

![](/files/70d768266ec549e64a48cb0bb3ac0ef6a2111630)

* **Duplicate questions**\
  You can choose to duplicate a question as next or to the end of the study. Save time creating your study and streamlining your operations.
* **Add hyperlinks in prompts**\
  You can now create hyperlinks with just a few clicks. When you paste a hyperlink in your prompt, a markdown will be inserted automatically. Alternatively, you can highlight the text in the prompt that you want to hyperlink and then paste the link to create an embed hyperlink.

#### Diary

* **Increased media limits**\
  We know you love more media and now, you can have it! We've increased [the media limit for Diary missions](https://help.dscout.com/hc/en-us/articles/5500638418068) from 1 to 3 videos per activity. You'll be able to gather even more insights from your mission and have great parity between the amount of media you can receive from scouts in Express and now, Diary.

![](/files/6cb1b89090254dc9afdf3724effd118aea1a9f22)

* **Add hyperlinks in prompts**\
  Create hyperlinks in your Diary prompts. When you paste a hyperlink in your prompt, a markdown will be inserted automatically. Alternatively, you can highlight the text in the prompt that you want to hyperlink and then paste the link to create an embed hyperlink.

### Account Management

* **Preview scout agreements**\
  You can now preview your [scout agreements](https://help.dscout.com/hc/en-us/articles/12259714208148) when creating a mission. In Express, click in mission settings and go to ‘informed consent’ to find a droplist of all your available agreements. For Diary and Live, toggle on ‘informed consent’ from 'Details' to see the dropdown list. Easy peasy.


---

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