# Message Template

Message Template is crucial for crafting and defining responses that the chatbot sends to incoming messages. Each chat platform has its own set of specifications, and as a result, not all message types can be supported across every platform. This manual aims to provide a clear overview of those specifications and guide you in creating effective message templates for each platform.

Message templates act as predefined responses by the chatbot or as outbound broadcast messages to users. When activated, a template can deliver one or multiple messages to the user simultaneously. Think of them as scripted dialogues, primed for specific user interactions or broadcasts.

***

## **Message Template Page**

Message Template Page contians the following components:

### **All Templates**

This section provides an overview of all the templates created within the Amity Bots platform.

* **Table View**: Get a comprehensive look at the templates with columns for Template Name, Supported Platforms, Last Modify Name, and Last Modify Date.
* **Search Function**: Use the search box to quickly find a specific template.
* **Creation**: Want a new template? Simply click the "Create Template" button to start crafting one.

###


---

# Agent Instructions: 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.amitysolutions.com/amity-solutions/amity-bots-platform/message-template.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.
