> For the complete documentation index, see [llms.txt](https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/shared-team-inbox/response-types/canned-message.md).

# Canned Message

Canned messages are **template-based responses** that chatbots can use to answer common or repetitive questions from customers. They are useful for:

* Saving time and effort for human agents who do not need to type the same answers over and over again.
* Providing consistent and accurate information to customers across different channels and platforms.
* Enhancing customer satisfaction and engagement by reducing response time and improving communication quality.

## Using canned messages

1. In the Reply section of an Inbox, click on the **canned message icon** or press the **# key** in the message box. This will **open the canned message box**.

insert

2. In the canned message box, click on **Add Response**. This will open a form where you can enter the details of your canned message.

insert

3. In the form, enter a name for your canned message, such as “**Welcome**”. This will help you identify and select your canned message later.

insert

4. **In the message field, enter the text that you want to send to your customers**, such as “Hello, thank you for contacting us. How can we help you today?”

insert

5. When you are done, **click on Save Canned Response**. Your canned message will be saved and added to your list of canned messages.

{% hint style="info" %}
**Typing # will open the Canned Message Box for easy access**.

Create your own shortcut while drafting your canned message and use that during your conversation. Stop Retyping the same messages for different customers.&#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://docs.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/shared-team-inbox/response-types/canned-message.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.
