> 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/product-webinars/readme.md).

# August 2026

{% updates format="full" %}
{% update date="2026-08-10" tags="feature,fix,new-release" %}

## Build and analyze research in your favorite AI tools

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

With the Dscout MCP, you can build, field, and analyze studies without ever having to leave your AI workflow. Connect your Dscout account to tools like Claude, ChatGPT, Figma Make, and more so you can spend less time context-switching and more time finding insights.

For more information, see [Dscout MCP](/dscout-ai/dscout-mcp.md).

{% hint style="info" %}
The Dscout MCP is available as part of the Dscout AI add-on. Reach out to your Dscout Account Director for more information.
{% endhint %}
{% endupdate %}

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

## A refreshed look for AI moderated study sessions

Participants in AI moderated studies now see an updated session experience, including a single, unified toolbar, a clearer output panel, and a live voice waveform so they can see their voice being picked up as they talk.

For more information, see [AI moderated studies](https://help.dscout.com/dscout-ai/dscout-ai-studio/ai-moderated-studies).

#### **Other improvements**

* Card sort responses now export with a full transcript of the task, the same way other question types already do.

#### **Bug fixes**

* Previously, task URL previews occasionally failed to load for live websites, showing an error even though the site was working fine. Now, a failed preview doesn't stop you from adding a real URL.
* Previously, calendar invites for interview sessions sometimes went to users not assigned to those sessions. Now, invites only go to moderators and participants for a given session.
  {% endupdate %}

{% update date="2026-08-04" tags="improvement,bug-fix" %}

## Smoother invites in diary and interview studies

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

When adding participants to launched diary or interview studies, they are now automatically invited to the study. Previously, participants were first added to an "invite queue" without invites actually being sent, which required an additional step.

For more information, see Add participants to a diary study or [Add participants to an interview study](/interview-studies/create-an-interview-study/add-participants-to-an-interview-study.md).

#### Bug fixes

* Desktop browsers are now correctly blocked from joining mobile interview studies. Previously, mobile interviews sometimes allowed joining from a desktop browser.
* The **Paid via Dscout** option is no longer displayed when a study is set to **Add from Private Panels**. Previously, this option was incorrectly displayed for this recruitment approach despite not being supported.
  {% 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/product-webinars/readme.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.
