> For the complete documentation index, see [llms.txt](https://help.clickatell.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.clickatell.com/chat-desk/chat-desk-dashboard/settings/survey-management.md).

# Surveys

As a Supervisor, you can create custom surveys that are presented to customers when a chat ends. This can be used to gather valuable feedback about your products and services and your agents' performance.

{% hint style="info" %}
This is available on the WhatsApp and SMS channels. Changing the settings for one channel does not impact other channels.
{% endhint %}

## **Create, edit, and enable/disable a survey**

1. Navigate to [*Settings* ](/chat-desk/chat-desk-dashboard/settings.md)*-> Surveys.*&#x20;
2. Use the toggle to enable the survey for a channel.
   * Configure either an NPS (Net Promoter Score) or CSAT (Customer Satisfaction Score) survey for the channel.&#x20;
   * A preview of your survey is shown on the right.&#x20;
   * Click *Save Configuration*.&#x20;

A rating scale of **1-5** is used.&#x20;

The results of these surveys are seen on the [Dashboard ](/chat-desk/chat-desk-dashboard/dashboard.md)under Customer *Overview -> Customer History.*

{% hint style="info" %}
You can edit, enable, and disable the survey at any time. When disabled, this survey will not be presented to customers at the end of a chat.
{% endhint %}

<figure><img src="/files/BVA708SeTrWjgSboAENd" alt="" width="563"><figcaption><p>Example of a CSAT survey on the WhatsApp channel</p></figcaption></figure>

<figure><img src="/files/FnzicoYlJRZR3uGenJ5x" alt="" width="563"><figcaption><p>Example of an NPS survey on the SMS channel</p></figcaption></figure>


---

# 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.clickatell.com/chat-desk/chat-desk-dashboard/settings/survey-management.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.
