> 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/dscout-ai/built-in-ai-features/ai-summaries.md).

# AI summaries

<table><thead><tr><th>Study type</th><th data-type="checkbox">Availability</th></tr></thead><tbody><tr><td>Usability tests</td><td>true</td></tr><tr><td>Media surveys</td><td>true</td></tr><tr><td>Intercept studies</td><td>true</td></tr><tr><td>Diary studies</td><td>true</td></tr></tbody></table>

Dscout AI can generate summaries for individual questions or tasks in usability tests and media surveys as well as for individual activities in diary missions. These summaries offer at-a-glance recaps of participant responses, quickly cluing you in on important trends and takeaways.

## Usability tests, media surveys, and intercept studies

In usability tests, media surveys, and intercept studies, summaries are generated on the mission level. This means they will be generated for every applicable question at once. And once generated, the results will be available for all collaborators viewing the same mission.

{% hint style="info" %}
**Note:** Summaries can only be generated once per mission. We recommend waiting until your mission has 15 or more responses before generating summaries, but you can do so with as few as five responses.
{% endhint %}

{% stepper %}
{% step %}
Navigate to the **Responses** tab of your mission.
{% endstep %}

{% step %}
Click the **AI settings** button in the top-right corner.
{% endstep %}

{% step %}
Click **Start AI analysis**.

![](/files/55ed1eee16ec6e7412d9e72156b4ea9ce8f76283)
{% endstep %}
{% endstepper %}

Generating summaries typically takes a few minutes, but it can take a few hours if you have a high number of responses. When your results are ready, you’ll find them for open-ended, talk out loud, screen recording, and video questions on the **Responses** tab:

![](/files/86d702c92c5b0f4cbb114106306a626752da785b)

Usability tests and intercept studies will also display summaries for each individual task when viewing the transcript for a response on the **Responses** tab:

![](/files/cbe1f5fd9b7b0fb163e33e81c038e23046aaf8b3)

Once generated, you can show or hide summaries from view by returning to the AI settings menu.

## Diary studies

In diary studies, summaries are generated on the activity level. This means you can select specific activities to generate results for. Once generated, the results will be available for all collaborators viewing the same activity.

{% hint style="info" %}
**Note:** Summaries can only be generated once per activity. We recommend waiting until your activity has 15 or more responses before generating, but you can do so with as few as five responses.
{% endhint %}

{% stepper %}
{% step %}
Navigate to the **Analyze** tab of your mission.
{% endstep %}

{% step %}
Click the **AI settings** button in the top right corner.
{% endstep %}

{% step %}
Select activities to analyze.
{% endstep %}

{% step %}
Click **Start AI analysis**.

![](/files/765b825ee58b14712101eacf69101d6778bdd625)
{% endstep %}
{% endstepper %}

Generating summaries typically takes a few minutes, but it can take a few hours if you have a high number of responses. When your results are ready, you’ll find summaries for open-ended, screen recording, and video questions on the **Entries** tab:

![](/files/9d7d3907ae64ce20bbb55f71f2076db671e33120)

Once generated, you can show or hide summaries from view by returning to the AI settings menu.

To learn more about how Dscout AI can help speed up your research, see [What is Dscout AI?](/dscout-ai/what-is-dscout-ai.md).

For information on how Dscout works to keep your data safe when building AI features, see [AI privacy and security in Dscout](/dscout-ai/what-is-dscout-ai/ai-privacy-and-security-in-dscout.md).


---

# 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/dscout-ai/built-in-ai-features/ai-summaries.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.
