> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/livechat4dynamics/configuration/configuring-message-templates.md).

# Configuring Message Templates

A message template is a pre-designed format used to standardize and streamline communication within a system. It typically includes a title and predefined message content that can be quickly customized and sent out as needed.\
\
Steps to create a Message Template:

* Create a New Message Template: Click on the **"+ New Message Template"** button to start creating a new template.

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

* **Select Template Type:**

  Entity Template: The Custom message will only be available for selected entities.

  Global Template: The custom message template will be available for all entities.

  &#x20;

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

* **Select Record Type:** Begin by choosing the record type for which you want to create the message template.

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

* **Add Title:** Enter a descriptive title for your message template in the designated field.
* **Enter the Message:** Write the content of your message in the message field.

**Entity Template:**

<figure><img src="/files/7DfUE5LsONo7Ef9zDw08" alt=""><figcaption></figcaption></figure>

**Global Template:**

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

**Save the Template:** Click the "**Save**" button to store your new message template. Once you save the message template, make sure to **publish** in to reflect in the chat UI in both template types.

{% hint style="success" %}
For further queries, reach out to us at <crm@inogic.com>
{% 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.inogic.com/livechat4dynamics/configuration/configuring-message-templates.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.
