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

# January 2025

New year, new features! This month, we've introduced new features to our recruiting experience.

## What's new?

### Recruit

* **Relaunch Recruit missions after closing**\
  Need to gather more participants for a recently closed Recruit mission? You can [relaunch closed Recruit screeners](https://help.dscout.com/hc/en-us/articles/31637053065492) within **two weeks** of their original close date. When relaunching, you can increase participant limits and update response quotas on screener questions to ensure a smooth experience and give you even more flexibility in managing your research.

  ![](/files/ba93e0a5b675351a6a104954676183e2f5208fd1)
* **Flexible quotas in auto-recruit**\
  We've made [quotas in Express and screeners more flexible](https://help.dscout.com/hc/en-us/articles/360044366451). You can now set them as "equal to," "at most," or "at least," giving you greater control over your recruitment. This update lets you customize quotas without needing the total to match the n size, making it easier to meet your specific research needs.

  ![](/files/3ba0b441498b6f1086699670cb0436c221b6f137)

### Account Management

* **Access to help center + support**\
  You can access the **? button** from any page in your Dscout platform. It's your quick link to our Help Center, where you can find answers, contact support directly, or share feedback with our team. We love hearing your ideas—they help us make your experience even better!

  ![](/files/751768a210a93223df5efe58ec82d78ad051198c)


---

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