> 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

{% hint style="warning" %}
**Note:** Dynamic follow-ups are not available on new Dscout studies. Studies that were built using dynamic follow-ups will continue to include these questions in analysis views. As an alternative, consider an [AI moderated study](/dscout-ai/dscout-ai-studio/ai-moderated-studies.md) to collect dynamic insights at scale.
{% endhint %}

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.

## Analyze dynamic follow-ups

You’ll find dynamic follow-ups and their responses in different places depending on how you analyze your 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 %}

### 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:

![](https://content.gitbook.com/content/IKfn7RcT4CW9XaIbqAdd/blobs/A9Pc5NZ2u4H7QfLUATtU/47543264093332)

### Participants view

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

![](https://content.gitbook.com/content/IKfn7RcT4CW9XaIbqAdd/blobs/jBc9UI423bWCoJc0IUoC/47543264095508)

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:**

![](https://content.gitbook.com/content/IKfn7RcT4CW9XaIbqAdd/blobs/70W0WE0NoYVTKEaPEayt/41688762773012)

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.
