> For the complete documentation index, see [llms.txt](https://docs.satisfilabs.com/resource-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satisfilabs.com/resource-center/live-agent-engine/agent-overview/canned-responses/add-use-a-canned-response.md).

# Add/Use a Canned Response

{% hint style="warning" %}
When creating a canned response, be aware that it impacts all agents' accounts. Any new responses will be visible to all and can be used by any agent within the organization.&#x20;
{% endhint %}

### Add a New Canned Response

1. Click the **Settings** icon in the Live Agent Engine Dashboard.
2. Select the **Add Canned Response** button in the top-right corner.

<figure><img src="/files/2e3Cw8PLT32olWXIjkwP" alt=""><figcaption></figcaption></figure>

3. Using the table below for guidance, add your short code and content to the respective fields.

| Field Name | Description                                                                                                                 |
| ---------- | --------------------------------------------------------------------------------------------------------------------------- |
| Short Code | Enter a short code - minimum length of 2 characters. Shortcodes need to be unique. You cannot use the same shortcode twice. |
| Content    | Type in the message you want to send when the shortcode is entered on the chat.                                             |

4. Once you enter the details, click on the **Submit** button. If the request is successful, a message "Canned Response added successfully" will be displayed.

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

### Use Canned Responses <a href="#use-a-canned-response-in-a-conversation" id="use-a-canned-response-in-a-conversation"></a>

1. While you chat with a customer, enter `/` followed by the shortcode in the text container or select from the shortcode list when it pops open.
2. Make any additional updates to the response before hitting send.

<figure><img src="/files/1pp3dpoNwS57BX6QMDbz" 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:

```
GET https://docs.satisfilabs.com/resource-center/live-agent-engine/agent-overview/canned-responses/add-use-a-canned-response.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.
