> 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/dynamic-follow-ups.md).

# Dynamic follow ups

<table><thead><tr><th>Study type</th><th data-type="checkbox">Availability</th></tr></thead><tbody><tr><td>Usability tests (desktop)</td><td>true</td></tr><tr><td>Intercept studies</td><td>true</td></tr></tbody></table>

Participant responses often inspire additional questions you didn’t think to ask when designing your study. And this inspiration typically strikes during analysis when it’s too late for you to ask the participant to elaborate. But with the help of Dscout AI, you don’t have to wait to ask a follow-up question.

Dscout AI can analyze a participant’s response, anticipate where more information would be useful, and ask the necessary follow-ups at the end of your study before the participant concludes the study.

{% hint style="info" %}
**Note:** Dscout AI currently only assesses responses to talk out loud questions when creating dynamic follow-ups, and it will only present follow-ups for what it deems “incomplete” responses.
{% endhint %}

**To enable dynamic follow-ups:**

{% stepper %}
{% step %}
In the builder, add at least one **Talk out loud** question to your study. The **Dynamic follow-ups** toggle appears at the top of the builder.
{% endstep %}

{% step %}
Set the **Dynamic follow-ups** toggle ON.

![](/files/4015d026ea759b97bc8a5b79ff2d44e028e2dfb2)
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**Warning:** This setting cannot be changed after you launch your study.
{% endhint %}

Now, when participants complete your study, Dscout AI evaluates their responses to all talk out loud questions, looking for opportunities to dive deeper, gather further insight, or ask for clarification. If Dscout AI identifies the need for follow-up questions, it will present them in the form of additional talk out loud questions at the end of your study.

## Analyze dynamic follow-ups

You’ll find dynamic follow-ups and their responses in different places depending on how you analyze your study.

### Questions view

When analyzing all responses to individual questions, you’ll find dynamic follow-ups beneath the talk out loud questions that inspired them. So, if Dscout AI decided to gather more context behind a participant’s response to the first question in your study, you’ll see a dynamic follow-up in that question’s responses:

![](/files/71c35e4e9bab84771531fce71f20eee9215834c8)

### Participants view

When analyzing a single participant’s entry, you’ll find dynamic follow-ups beneath the talk out loud questions that inspired them:

![](/files/8d988299cd6d48027ab1c6fbb1ae96fe2edd5091)

And when viewing a participant’s submission recording, you’ll find dynamic follow-ups beneath their related question in the transcript. To see their response to the follow-up in their session recording, click **Go to follow-up:**

![](/files/0f715992b532154918ea1264a8ce18f44b8fa171)

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/dynamic-follow-ups.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.
