> For the complete documentation index, see [llms.txt](https://learn.doubletick.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.doubletick.io/templates.md).

# Templates

- [Get Started](https://learn.doubletick.io/templates/get-started.md)
- [Understanding the Templates Page](https://learn.doubletick.io/templates/get-started/understanding-the-templates-page.md): Understand the DoubleTick Templates page and manage your WhatsApp message templates.
- [Understanding WhatsApp Message Template Categories](https://learn.doubletick.io/templates/get-started/understanding-whatsapp-message-template-categories.md): Explore all the message template categories in WhatsApp API with DoubleTick. Learn about different template types and the approval process for sending messages.
- [Marketing Template Guidelines](https://learn.doubletick.io/templates/get-started/understanding-whatsapp-message-template-categories/marketing-template-guidelines.md): Learn Meta's guidelines for creating compliant WhatsApp marketing templates.
- [Utility Template Guidelines](https://learn.doubletick.io/templates/get-started/understanding-whatsapp-message-template-categories/utility-template-guidelines.md): Learn Meta's guidelines for creating compliant WhatsApp utility templates.
- [Authentication Template Guidelines](https://learn.doubletick.io/templates/get-started/understanding-whatsapp-message-template-categories/authentication-template-guidelines.md): Learn Meta's guidelines for creating compliant WhatsApp authentication templates.
- [Create Templates](https://learn.doubletick.io/templates/create-templates.md)
- [How to Create a Message Template](https://learn.doubletick.io/templates/create-templates/how-to-create-a-message-template.md): Learn how to create and submit a WhatsApp message template in DoubleTick.
- [How to Create a Carousel Template Message](https://learn.doubletick.io/templates/create-templates/how-to-create-a-carousel-template-message.md): Learn how to create a WhatsApp carousel template message in DoubleTick.
- [Recommended Media Sizes for WhatsApp Carousel Templates](https://learn.doubletick.io/templates/create-templates/how-to-create-a-carousel-template-message/recommended-media-sizes-for-whatsapp-carousel-templates.md): Review recommended image and video sizes for WhatsApp carousel templates.
- [Check Message Template Status](https://learn.doubletick.io/templates/check-message-template-status.md): Learn how to check the message template status on DoubleTick. Explore different statuses like approved, pending, or rejected, and manage templates accordingly.
- [Fix Message Template Rejection](https://learn.doubletick.io/templates/fix-message-template-rejection.md): Learn common reasons for message template rejection on DoubleTick and how to fix them. Ensure correct formatting, clarity, and compliance to avoid rejections.
- [Send Template Messages](https://learn.doubletick.io/templates/send-template-messages.md): Learn how to send template messages on DoubleTick. Follow the steps to send pre-approved messages in both closed and open chat windows.
- [How to update Media Header of the existing template without creating a new Template](https://learn.doubletick.io/templates/how-to-update-media-header-of-the-existing-template-without-creating-a-new-template.md): Learn how to update the message template on DoubleTick. Change template header, add variables, duplicate templates for reuse, or delete them.
- [How to Delete a WhatsApp Message Template from Facebook Business Manager](https://learn.doubletick.io/templates/how-to-delete-a-whatsapp-message-template-from-facebook-business-manager.md): Learn how to permanently delete a WhatsApp message template from Meta WhatsApp Manager by opening the correct WABA from DoubleTick.
- [WhatsApp Forms](https://learn.doubletick.io/templates/whatsapp-forms.md): WhatsApp Forms, enables users to create customizable, user-friendly journeys within WhatsApp, enhancing customer engagement and increasing response rates by up to 3 times.
- [How to Send Dynamic content in a Single template  with DoubleTick](https://learn.doubletick.io/templates/how-to-send-dynamic-content-in-a-single-template-with-doubletick.md): Sending dynamic templates in DoubleTick is simple and effective.
- [How to Use Predefined Templates from Meta Business Suite](https://learn.doubletick.io/templates/how-to-use-predefined-templates-from-meta-business-suite.md): Learn how to use Meta Business Suite's predefined WhatsApp templates in DoubleTick.
- [How to Create an Authentication Template Using Your Meta (FBM) Account](https://learn.doubletick.io/templates/how-to-create-an-authentication-template-using-your-meta-fbm-account.md): Learn how to create a WhatsApp authentication template in Meta Business Manager.
- [How to Appeal a Template Category Review](https://learn.doubletick.io/templates/how-to-appeal-a-template-category-review.md): Learn how to appeal Meta's category review for a WhatsApp message template.
- [How Clickable Image Headers Work in WhatsApp Templates](https://learn.doubletick.io/templates/how-clickable-image-headers-work-in-whatsapp-templates.md): Understand clickable image headers and how they work in WhatsApp templates.
- [Understanding the Restrictions on Misuse of Template Categorization](https://learn.doubletick.io/templates/understanding-the-restrictions-on-misuse-of-template-categorization.md): Understand Meta's restrictions on misusing WhatsApp template categories.


---

# 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://learn.doubletick.io/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.
