> ## Documentation Index
> Fetch the complete documentation index at: https://koreai.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Feedback Survey

You can design feedback surveys for products, services, and overall experiences using out-of-the-box templates for web and mobile channels. Configure an AI Agent to trigger surveys at a specific point in a conversation or at the end (via the **end-of-conversation** event).

Supported survey types: **NPS**, **CSAT**, and **Like/Dislike**.

## Key Capabilities

* **Channel-agnostic**: Works across use cases and channels. Displays text by default; add channel-specific prompts for voice.
* **Voice support**: Text messages auto-convert to voice using ASR and TTS engines.
* **Customizable flows**: Modify out-of-the-box messages, add channel-specific prompts, and capture feedback on voice.
* **Flexible configuration**: Use built-in flows with a **Feedback Service**, collect from external sources, or use a hybrid approach.
* **Follow-up questions**: Configure a follow-up for negative feedback to capture additional details.
* **Acknowledgement messages**: Thank customers after survey completion.
* **Analytics integration**: Responses appear in the Conversations History Dashboard and can be filtered by Feedback Type, Response, and Score. [Learn more](/ai-for-service/analytics/overview/conversations-history).

### Feedback Data Collection Methods

Feedback responses are captured and sent to the platform in three ways:

| Method         | Description                                                                                                                                                                             |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Dialog**     | Create a dialog to capture responses and generate analytics on the Feedback Analysis Dashboard. [Learn more](/ai-for-service/analytics/overview/feedback-dashboard#feedback-dashboard). |
| **Public API** | Push feedback data using the Public API. [Learn more](/ai-for-service/apis/automation/fetch-feedback-survey-scores).                                                                    |
| **Botkit**     | Push feedback data via the Botkit SDK. [Learn more](/ai-for-service/sdk/using-the-botkit-sdk#feedback-surveys).                                                                         |

## Navigation

Go to **Automation AI > Virtual Assistant > Feedback Survey**.

## Survey Types

### NPS (Net Promoter Score)

Measures customer loyalty with a single question rated on a **0-10 scale**.

| Category       | Score | Description                                                               |
| -------------- | ----- | ------------------------------------------------------------------------- |
| **Promoters**  | 9-10  | Loyal, satisfied customers highly likely to return.                       |
| **Passives**   | 6-8   | Satisfied customers who may or may not return.                            |
| **Detractors** | 0-5   | Unsatisfied customers unlikely to return; may share negative experiences. |

### CSAT (Customer Satisfaction)

Measures satisfaction on a **1-5 scale** for a question like **"How satisfied were you with the conversation?"**

| Score | Category         |
| ----- | ---------------- |
| 1     | Very Satisfied   |
| 2     | Satisfied        |
| 3     | Neutral          |
| 4     | Unsatisfied      |
| 5     | Very Unsatisfied |

### Like/Dislike

The customer responds with a **Like** (score: 1) or **Dislike** (score: 0) icon.

## Create a Feedback Survey

1. Go to **Automation AI > Virtual Assistant > Feedback Survey**.

2. Click the appropriate button:
   * **First survey**: Click **Add Feedback Survey**.
   * **Subsequent surveys**: Click **New Survey**.

3. In the **Add Feedback Survey** window, complete the three steps below.

### Step 1: Survey Details

1. Enter a **Survey Name**.
2. Select the **Survey Type**: **NPS**, **CSAT**, or **Like/Dislike**.
3. Click **Next**.

<img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-name-type.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=ffaa5f688ac4743694b8ec1264ed7770" alt="Feedback Survey - Name and Type" width="718" height="607" data-path="ai-for-service/manage-assistant/images/feedback-survey-name-type.png" />

### Step 2: Survey Design

Choose how to create the survey:

#### Option A: Create Survey with a New Dialog

Creates a customizable dialog task with the flow to collect feedback and capture analytics.

1. Enter the **Dialog Name**.
   <img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-dialog-name.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=6578665a500773434251b109355c9e2b" alt="Feedback survey with New dialog" width="800" height="342" data-path="ai-for-service/manage-assistant/images/feedback-survey-dialog-name.png" />

2. Set or modify the **Primary Question** for the selected survey type.
   <img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-primary-question.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=b11619c13d413dda26961cd6b9d44269" alt="Feedback survey - Primary question" width="772" height="183" data-path="ai-for-service/manage-assistant/images/feedback-survey-primary-question.png" />

3. Review the response options for your survey type:

   **NPS**

   <img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-primary-question-nps.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=bdfd50cc822bbe432b6a829d0ab201b8" alt="NPS options" width="772" height="324" data-path="ai-for-service/manage-assistant/images/feedback-survey-primary-question-nps.png" />

   **CSAT**

   <img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-primary-question-csat.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=64df4e3fe45f12bebbd6992bb9a014ca" alt="CSAT options" width="774" height="362" data-path="ai-for-service/manage-assistant/images/feedback-survey-primary-question-csat.png" />

   **Like/Dislike**

   <img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-primary-question-like-dislike.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=95443a3bc9d2672e03f73abb073d6099" alt="Like/Dislike options" width="763" height="349" data-path="ai-for-service/manage-assistant/images/feedback-survey-primary-question-like-dislike.png" />

   <Note>Default response names for **CSAT** and **Like/Dislike** are editable. Scores are fixed and cannot be changed for any survey type.</Note>

#### Option B: Create Survey without Dialog

Select **Create Survey without Dialog** and click **Next** to build a custom flow independently.

<img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-without-dialog.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=d4ca956ae66bfddcfe8ea79d8b3c8129" alt="Feedback survey - Without dialog" width="626" height="592" data-path="ai-for-service/manage-assistant/images/feedback-survey-without-dialog.png" />

#### Follow-up Question (Optional)

Configure a follow-up question to capture additional details from customers who give negative feedback.

1. Enable the **Follow-up Question** toggle.
   <img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-follow-up-question.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=d3c4090ce4b47b810c7499b333721cc9" alt="Feedback survey - Follow-up question" width="840" height="80" data-path="ai-for-service/manage-assistant/images/feedback-survey-follow-up-question.png" />

2. Set the **IF condition** by selecting a conditional option for **User Score**.
   <img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-follow-up-question-condition.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=ab8b81e85ac5251ee3d2362c14ffc76a" alt="Follow-up question condition" width="711" height="349" data-path="ai-for-service/manage-assistant/images/feedback-survey-follow-up-question-condition.png" />

3. Set the score threshold using the **feedback score counter**.
   <img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-score-counter.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=07af2356913a331d781cf83f0f5bd80d" alt="Score counter" width="614" height="147" data-path="ai-for-service/manage-assistant/images/feedback-survey-score-counter.png" />

4. Edit or keep the default question for the **THEN** clause.
   <img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-then-clause.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=2507055f163b40f786a286791b7ce8a0" alt="THEN clause" width="589" height="166" data-path="ai-for-service/manage-assistant/images/feedback-survey-then-clause.png" />

#### Acknowledgement Message

Edit or keep the default message shown to customers after they complete the survey.

<img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-acknowledgement.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=88ae64503127ae92379d4ba075900689" alt="Acknowledgement Message" width="827" height="201" data-path="ai-for-service/manage-assistant/images/feedback-survey-acknowledgement.png" />

Click **Next** to proceed to launch configuration.

### Step 3: Launch Configuration

Choose when to trigger the survey:

| Option                                     | Behavior                                                                                                                                                           |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Launch after End of Task**               | Triggers automatically at the end of every conversation. Overrides the **End of Task** event under **Automation AI > Events > Conversation Events > End of Task**. |
| **I will decide how to launch the Survey** | Manually launch via the associated dialog task at **Build > Conversational Skills**.                                                                               |

<img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-when-to-launch.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=545ed6cf77c84ccb6f66908aa3121ab7" alt="When to launch" width="878" height="581" data-path="ai-for-service/manage-assistant/images/feedback-survey-when-to-launch.png" />

Click **Create**. A confirmation message appears with your survey details.

<img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-created.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=838fa77f942d4fd5465fac1278454225" alt="Feedback survey Successfully Created" width="508" height="284" data-path="ai-for-service/manage-assistant/images/feedback-survey-created.png" />

## Survey Dialog Flow

After creation, the survey dialog task is available at **Build > Conversational Skills > Dialog Tasks**.

The task flow uses **Entity**, **Message**, and **Service** nodes. You can customize it by modifying the dialog flow definition fields.

* **Feedback Service** is a new **Service Type** under **General Settings**. Use it to submit feedback captured from custom flows.
  <img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-dialog.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=60a5854709b27a47a041d67dd40b43dd" alt="Feedback survey Dialog" width="348" height="688" data-path="ai-for-service/manage-assistant/images/feedback-survey-dialog.png" />

* Invoke the feedback survey as a sub-dialog from any point in a conversation.
  <img src="https://mintcdn.com/koreai/-GAZofn7EPpSChWQ/ai-for-service/manage-assistant/images/feedback-survey-as-sub-dialog.png?fit=max&auto=format&n=-GAZofn7EPpSChWQ&q=85&s=e16279b61885304d1b37f4b761db2c26" alt="Feedback survey as Sub Dialog" width="1187" height="733" data-path="ai-for-service/manage-assistant/images/feedback-survey-as-sub-dialog.png" />

***
