> For the complete documentation index, see [llms.txt](https://docs.satisfilabs.com/resource-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satisfilabs.com/resource-center/ai-agent-engine/features-and-integrations/features/response-nudges.md).

# Response Nudges

## Overview

**Response nudges** are a conversational feature designed to help users explore more of what your AI agent knows—keeping chats active, engaging, and informative. By adding a short, relevant prompt at the end of a response, nudges invite users to continue the conversation with natural next questions and ideas.

Prompts like “Want to know what events are happening this weekend?” or “Do you want to learn about our premium experiences?” encourage users to keep exploring your AI agent’s knowledge without needing to know exactly what to ask next.

Response nudges appear in all generative responses. *Prewritten responses will not have a nudge.*

{% hint style="success" %}
**We can fully customize response nudges** to fit your brand's priorities and campaigns, giving you control over the conversational flow while still letting guests explore everything your organization has to offer.
{% endhint %}

{% embed url="<https://youtu.be/9KemEtPJBMs>" %}

## Benefits

<table data-view="cards"><thead><tr><th align="center"></th></tr></thead><tbody><tr><td align="center"><p><strong>Keep Conversations Going</strong> </p><p></p><p>Encourage users to ask more questions by suggesting new, relevant directions.</p></td></tr><tr><td align="center"><p><strong>Surface More Topics</strong> </p><p></p><p>Help users uncover content they may not have known as available.</p></td></tr><tr><td align="center"><p><strong>Boost Engagement Metrics</strong> </p><p></p><p>Increase time spent in the conversation, total messages, hours saved, and topic depth.</p></td></tr><tr><td align="center"><p><strong>Tailored by Industry</strong> </p><p></p><p>Nudges are created and optimized based on industry trends and guest behavior.</p></td></tr><tr><td align="center"><p><strong>No Setup Required</strong></p><p></p><p>We handle nudge strategy, creation, and testing, so you don’t have to.</p></td></tr><tr><td align="center"><p><strong>Multilingual Support</strong></p><p></p><p> Nudges are automatically translated to support all available languages.</p></td></tr></tbody></table>

<figure><img src="/files/aWJvzTG69oRuGDXNh00J" alt="" width="375"><figcaption></figcaption></figure>

## Capabilities

1. Nudges appear in all generative responses. Prewritten responses will not have a nudge.
2. Rules-based logic ensures nudges don’t repeat already answered topics.
3. Rules-based logic ensures AI agents only suggest follow-up questions that are supported by your existing content.
4. Auto QA & advanced prompting is used to test and identify top 30-40 nudges based on industry and subvertical data.
5. Best performance on web and in-app channels.

{% hint style="info" %}
If your AI agent supports our **multilanguage functionality**, nudges are automatically translated to support all available languages.
{% endhint %}


---

# 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.satisfilabs.com/resource-center/ai-agent-engine/features-and-integrations/features/response-nudges.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.
