> For the complete documentation index, see [llms.txt](https://docs.pulseinsights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pulseinsights.com/configuring-pulse-insights-console/ai-agents/next-insights.md).

# Next Insights

The Next Insights AI Agent helps teams quickly identify what to ask next by analyzing customer feedback from surveys and surfacing recommended follow-up questions. It looks at both structured data and open-ends to suggest areas where deeper learning could drive action. With this feature, you can generate data-backed next steps in just a few clicks (saving time and increasing the impact of your Insights). It's a practical tool for turning survey results into clear, targeted opportunities for deeper understanding.

### To generate Next Insights:

#### 1. Click on Results for the desired survey

Either on the main dashboard page or in the subnav of the Edit page

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf8ZjCbDNeHaN1HreRAH4_7W8mMcDZjODxu1ND5aUXzp5ywKIg5E4Vy3APQ60qQQl1zj5VyW0_oQmsHbkLF9L_eFnJGyr10H2Dok38WpK3uGtzrIZBSdkt7nM_5H7Z1PxHXH2Hqbw?key=bRY8r81xF9I8FMuMoRoAJg" alt=""><figcaption></figcaption></figure>

#### 2. Click on Insights in the right side panel

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdTId9JZX34ANLXzzUCs4905r3WQX6a9NLChJeHHCmo42hXXDe3HAZtVzn4TTqAP7lbM-QvKnRf1Q-QLqNYbVGYMCSDB-quDJUe3qwmxeDRW5ds4knemrlWG0gIfnttP9tioue1?key=bRY8r81xF9I8FMuMoRoAJg" alt=""><figcaption></figcaption></figure>

#### 3. Click on GET RECOMMENDATIONS

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfkXGtqik-dDhsqqaF_g1Tpb_QbVoZ4fK9m0UhOCUW1_cXDOA9vZzdc1Rux0Bn_Oo09ACI3MFn223fWp8Y9x1l9telmKXpEMkmgqFwbgTpRnnTpuz6-t9-bGjUpEXJBiCQ51XXksw?key=bRY8r81xF9I8FMuMoRoAJg" alt=""><figcaption></figcaption></figure>

#### 4. Next Insights will then show here.

Next Insights will show the next suggested survey based on the learnings from this survey. It will give an explanation of what to learn next and why, and it will also suggest questions, possible answer choices, and targeting for your next learnings.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXezpCchPRC6hf_ZpUmbl6B_miLTI43ppMk0fnUYTcLsfR3FtQfx4MwFAMpNhmVDL9hSArBf-lyuhoKp5DEud17quQTrTfgYwG9iLNYrmN4Ct8qizSpjthpCrBPbuI0xrt08VBUw9g?key=bRY8r81xF9I8FMuMoRoAJg" alt=""><figcaption></figcaption></figure>

#### 5. Several suggestions will be listed:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdI-dRut5uPFHm15M2yKlrayI2Xr4YOhbChbfNRTcqx1hOUY7F_19gfo7vFGD4ZakS4mCwG9wk-6Why84Aw1LT5UDnIoaXSJfoQkf7Nx0Qr59V26NBzumuJnupysAzWeKzek4yuJQ?key=bRY8r81xF9I8FMuMoRoAJg" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://docs.pulseinsights.com/configuring-pulse-insights-console/ai-agents/next-insights.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.
