> 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/modify-delete-a-canned-response.md).

# Modify/Delete a Canned Response

{% hint style="warning" %}
When modifying or deleting a canned response, be aware it impacts all agent's accounts. Any changes will impact the entire organization's canned response library.&#x20;
{% endhint %}

### Modify a Canned Response

1. Open the canned response list from **Settings -> Canned Responses**. Note that all canned responses in your account will be listed here.&#x20;
2. Click on the **Edit** button, which will open a pop-up with prefilled information. You can edit both the shortcode and the message within this window.&#x20;
3. Click on **Submit** to save the changes. Click on **Cancel** if you want to discard the changes.

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

### Delete a Canned Response

1. Once you determine which canned response you'd like to delete, click the **Delete** icon to the right of the corresponding icon.&#x20;
2. You will be asked to confirm before deleting the selected response. Click on **Yes, delete** to continue with the deletion.


---

# 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/modify-delete-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.
