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

# July 2024

This month, we've introduced new analysis features and improved the way you can create dscout missions.

## What's new?

### ANALYSIS

**AI Analysis**\
Say hello to dscout’s AI-powered analysis assistant. AI Analysis works across all study options, generating concise summaries of open-ended and video responses in Express and Diary missions, and removing the small talk to summarize key points from moderated Live interviews. But wait, there’s more! It also generates themes in Express and Diary, acting as tags to categorize topics and help you quickly identify patterns. And you can also trust our industry-leading security standards such as ISO 27001, SOC2, HIPAA, and HITRUST to keep your data safe. *Available as an add-on to your subscription.*

![](/files/724f77f961e1a3638e97de03d302c9f48d821df1)

### FIELD

**New mission menu on project pages**\
[Starting a study](https://help.dscout.com/hc/en-us/articles/360038276592) in dscout is now simpler than ever. Our updated mission menu clearly differentiates between moderated and unmoderated options, making it easy to choose the best fit for your project.

![](/files/d13b1a3fdf1161c783ae96b017f5c3ba5fc8b6da)

### Account Management

**Team Workspaces**\
Introducing Team Workspaces, designed to create distinct environments tailored to specific research areas or cost centers. With [Team Workspaces](https://help.dscout.com/hc/en-us/articles/23351710055188), you can keep projects organized, access real-time balance information, and effortlessly reallocate your support hours, incentives, and activity credits across your various workspaces. *Available as an add-on to your subscription.*

![](/files/605d6fd37738c802fbc0e9e1fdb8f390d03c8051)


---

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