# Canned replies

As a Supervisor, you can create pre-written replies that agents can use to save time in resolving customer queries.&#x20;

All canned replies set up in the Dashboard under *Settings* are automatically [available for agents to use](/chat-desk/agent-desk/chat-capabilities/use-canned-replies.md) in the Agent Desk while engaging with customers.

## View & manage canned replies

1. Navigate to [*Settings* ](/chat-desk/chat-desk-dashboard/settings.md)*-> Canned Replies*. &#x20;
2. From here you can:
   * View details about existing canned replies.
   * Filter/search existing canned replies.
   * Add a new canned reply.
   * Edit/delete canned replies.
   * Sort canned replies.
   * Manage canned reply categories.

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

## Add canned replies & categories

{% hint style="info" %}
You can add as many canned replies as you want.&#x20;
{% endhint %}

1. Give a **unique** title to easily identify the canned reply (**max 50 Unicode characters**).&#x20;
2. Enter the message that the canned reply must contain (**max 500 Unicode characters**).
3. Assign it to a category (**optional**):
   * Start typing to find the category you are looking for.
   * If it doesn't exist yet, you can add a new category by clicking *Add Category* (**max 25 characters**).
   * If a canned reply is not assigned to a category, it will be marked as *Uncategorized*.

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

You can **add, delete** and **edit** categories under *Manage Categories*.&#x20;

* If you update a category name, the update will pull through to all canned replies assigned to this category.
* If you delete a category, all canned replies assigned to this category will move to *Uncategorized*.

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


---

# 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://guides.clickatell.com/chat-desk/chat-desk-dashboard/settings/canned-replies.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.
