> For the complete documentation index, see [llms.txt](https://guides.clickatell.com/chat-desk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.clickatell.com/chat-desk/agent-desk/chat-capabilities/use-canned-replies.md).

# Use canned replies

All [canned replies](/chat-desk/chat-desk-dashboard/settings/canned-replies.md) are automatically available to Chat Desk agents when chatting with customers.

{% hint style="info" %}
Canned replies can be used for:

* Live chats
* Closed chats
* Bulk replies (for chats where WhatsApp message templates are not required) - **coming soon**
  {% endhint %}

## **Send canned replies**

1. In the chat window, click the *canned replies* icon (see below).
   * All the categories are displayed in alphabetical order in the panel on the right.&#x20;

{% hint style="success" %}
This icon only appears if you have set up canned replies in your [*Settings*](/chat-desk/chat-desk-dashboard/settings/canned-replies.md).
{% endhint %}

2. Search and select the canned reply you want to use.&#x20;

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

3. Once selected, the canned reply message appears in the chat box. You can edit the reply before sending it. This is sent as a normal message to the customer.

{% hint style="info" %}
If there was text in the message box already, the selection of the canned reply replaces the previously typed text.
{% endhint %}

<figure><img src="/files/vV41ZDyWpT8uvU44oNqN" alt=""><figcaption></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://guides.clickatell.com/chat-desk/agent-desk/chat-capabilities/use-canned-replies.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.
