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

# August 2026

What's been released, changed, and improved across the Dscout platform

{% 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="https://3203039664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwiBgwLWKwWLRYLRUhxPD%2Fuploads%2F6s14KtsQnzkJDoacoAKd%2FDscout%20MCP.jpg?alt=media&#x26;token=b2cfdb1c-ec5b-4af1-9af9-f983a9964964" 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" %}

## 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.
  {% endupdate %}

{% update date="2026-08-03" tags="improvement" %}

## Exported transcripts now keep your corrections

When you correct a word in an interview session transcript, your exports now use that corrected version instead of the original transcription, keeping exported transcripts consistent with the edits you made in Dscout.

For more information, see [Export data from an interview study](https://help.dscout.com/interview-studies/view-interview-session-recordings/export-data-from-an-interview-study).
{% 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/readme-1.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.
