> 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/2026/july-2026.md).

# July 2026

{% updates format="full" %}
{% update date="2026-07-23" tags="feature,fix,improvement" %}

## AI analysis is now a launchpad into Explore your data

<figure><img src="/files/u2bs0Pgp2Upk31jbHl26" alt=""><figcaption></figcaption></figure>

Themes and charts generated for study responses now carry straight into an Explore your data session, so you don't have to start from scratch. Previously, that analysis stopped at the responses page. Now, click **Explore** on any of these items to pass them in as context, so your first question in Explore your data can pick up right where the analysis left off.

For more information, see [Explore your data](/dscout-ai/dscout-ai-studio/explore-your-data.md).

#### Other improvements

* Time to fill estimates now show up for intercept studies targeting a specific section of a site or an exact page, not just studies targeting an entire website.

#### Bug fixes

* Project-level participant and submission counts sometimes included rejected or excluded submissions, inflating the numbers you'd see for some study types. Counts are now accurate across the board.
* CSV exports could be misread as formulas by spreadsheet apps like Google Sheets, showing an error instead of your data. That's now fixed.
* Exporting a mission's question script as a PDF or RTF no longer crashes when a question's skip logic targets a question group or segment group.
  {% endupdate %}

{% update date="2026-07-16" tags="improvement" %}

## More transparency for intercept and behavioral targeting

<figure><img src="/files/4cw9Xk26KCMRpPAKkyeR" alt=""><figcaption></figcaption></figure>

Three additions give you more confidence before you launch:

* When you select an intercept URL, you'll now see how many visitors it's had in the last 21, 14, and 7 days, so you can set realistic expectations for time to fill.
* When you set up a behavioral targeting attribute, you'll see the specific number of qualifying members instead of a general "highly specific" indicator.
* You can now test a different URL against your intercept setup to confirm whether it would qualify before you launch.

For more information, see [URL matching in intercept studies](/intercept-studies/create-an-intercept-study/url-matching-in-intercept-studies.md) and [Behavioral targeting attributes](/recruit-participants/dscout-scout-panel/targeting-attributes/behavioral-targeting-attributes.md).
{% endupdate %}

{% update date="2026-07-15" tags="feature,fix,improvement" %}

## A refreshed look for the researcher help center

We've moved `help.dscout.com` to a new platform. The content and categorization you're used to are still here, plus a new, dedicated Private Panels section.

You'll also notice a new **Get help** button in the bottom-right corner of the Dscout platform. Click it to chat with an AI assistant tied directly to our documentation. If it can't answer your question, it'll offer to hand you off to the Dscout Support Team.
{% endupdate %}

{% update date="2026-07-09" tags="improvement" %}

## Clearer language for recruitment methods

Standalone screeners no longer use separate "Private" or "Public" recruitment types. (This is a copy change only, with no change to functionality.)
{% endupdate %}

{% update date="2026-07-01" tags="improvement" %}

## Stronger participant verification in Partner Panels

Partner Panels now includes identity verification (checking participant details against government records and matching a live selfie to an uploaded ID) and LinkedIn verification (confirming a real, verifiable work history for B2B roles).

{% hint style="info" %}
This is available to all customers with Partner Panels enabled. Identity verification applies to all projects; LinkedIn verification applies to B2B-targeted projects.
{% endhint %}

#### Other improvements:

* The **Language** setting in the mission settings modal for usability tests, media surveys, and intercept studies is now called **Notification language**. This setting only affects the emails and push notifications sent to participants—it doesn't change transcription, in-app language, or transcript translation. (This is a copy change only, with no change to functionality.)
* The **Copy collaborator link** option when sharing an interview session is now called **Copy observer link**. This makes it clear which link to copy when inviting someone to sit in on a session. For more information, see [Share an interview session link](/interview-studies/conduct-an-interview-session/share-an-interview-session-link.md).
  {% endupdate %}
  {% endupdates %}


---

# 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/2026/july-2026.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.
