> For the complete documentation index, see [llms.txt](https://help.novatalks.com.ua/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novatalks.com.ua/en/get-started/settings/canned-responses.md).

# Canned Responses

## Canned Responses

### Canned Responses list

**Canned responses** - saved response templates that are used to provide a quick response by an agent in a dialog.&#x20;

The Canned Response list page shows their settings and the number of times they have been used by users in the last 30 days.

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

***

### Create/Edit a Canned response

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

1. **Shortcode** - a short name of a canned response. At least 2 characters, unique value.&#x20;
2. **Library** - a folder where a canned response is located. It is used to organize Canned responses.&#x20;
3. **Content** - a text of the message/file to be sent to a customer.

***

## Libraries

### Libraries list

**Library** - a folder that you use to organize your Canned responses and make them easy to find. You can also use libraries to hide unnecessary Canned responses included in them or manage access rights for Canned responses - Private or Public.&#x20;

The Libraries list page displays their settings and the option to hide/show Canned responses included in a Library when communicating with customers.

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

***

### Create/Edit a Library

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

1. **Library name**
2. **Visibility** - availability of a library for other users:&#x20;
   1. Private - only a user who created it has access to a library;&#x20;
   2. Public - available publicly for all users in this account.

{% hint style="info" %}
Public libraries can only be created by Administrators.&#x20;
{% endhint %}


---

# 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.novatalks.com.ua/en/get-started/settings/canned-responses.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.
