# Customer Satisfaction Survey

Once an agent closes a ticket, the survey is automatically triggered and sent to the user, awaiting their feedback.

<figure><img src="/files/8b4EA32Rgu9Et0nZuMfN" alt=""><figcaption></figcaption></figure>

## Survey Type

How to setting the customer satisfaction survey

#### Platform and supported message type

| Platform    | Quick Reply | External Link | Image Map |
| ----------- | ----------- | ------------- | --------- |
| LINE        | ✅           | ✅             | ✅         |
| Messenger   | ✅           | ✅             | ❌         |
| Webchat SDK | ✅           | ✅             | ✅         |

### Quick Reply

| Field         | Spec                |
| ------------- | ------------------- |
| Question      | 1 - 2000 characters |
| Options       | 2 - 10 options      |
| Options label | 1 - 20 characters   |

<figure><img src="/files/6pexYo1zruvYBsPzEeNN" alt=""><figcaption></figcaption></figure>

### Image Map

| Field         | Spec              |
| ------------- | ----------------- |
| Options       | 2 - 10 options    |
| Options label | 1 - 20 characters |
| Image size    | 1 MB              |

<figure><img src="/files/Fg49LK0ljhHmZUMKXsTx" alt=""><figcaption></figcaption></figure>

### External Link

| Field    | Spec                |
| -------- | ------------------- |
| Question | 1 - 2000 characters |

<figure><img src="/files/BD4uhTiGHMnt1VLbltyz" alt=""><figcaption></figcaption></figure>

## Additional Feedback

Additional feedback survey is an optional section that admin can select to enabled it or not.&#x20;

<figure><img src="/files/WUUtwNGarE1KkCmX3Hna" alt=""><figcaption></figcaption></figure>

## Gratitude Message

Gratitude message will be sent to users after they respond to a survey or user does not respond within the specified time frame.

<figure><img src="/files/h7OPTjQbjIPt6CwpR8Xo" alt=""><figcaption></figcaption></figure>

### Timeout

When a user does not submit a feedback score or suggestion within the designated timeframe, the timeout mechanism activates. At this point, an automated gratitude message is sent to the user, thanking them for their participation in the survey process.

Following the sending of the gratitude message, the system will automatically close the survey session.


---

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

```
GET https://docs.amitysolutions.com/amity-solutions/amity-bots-live-chat/customer-satisfaction-survey.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
