> For the complete documentation index, see [llms.txt](https://docs.channel360.co.za/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.channel360.co.za/whatsapp-business-api/whatsapp-account-health.md).

# WhatsApp Account Health

A report or block against your business can impact your business. It stops your from reaching out to potential customers and your template process.&#x20;

In order to start a conversation you need to have a template message. Templates are pre-built formatted messages that are used to communicate with customers.&#x20;

How to get your template message approved:

1. **Follow WhatsApp's Guidelines**: Ensure that your template message complies with WhatsApp's policies and guidelines. Guidelines on content, formatting and use of the communication platform shall also be included.
2. **Provide Relevant Information**: Your template message should convey relevant information to the customer. Clearness and relevance are crucial, whether it's an update of the product or confirmation of orders or customer support questions.
3. **Avoid Spammy Content**: In template messages, WhatsApp prohibits the use of false advertising or promotion content. To ensure a good user experience, keep your messages concise and unintrusive.
4. **Personalize When Possible**: In order to increase your engagement, customize your template messages whenever necessary. The conversation can be more meaningful if it addresses the customer by name or provides relevant information.

By following these guidelines, you can increase the chances of getting your template message approved and maintain a healthy WhatsApp account for your business.


---

# 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.channel360.co.za/whatsapp-business-api/whatsapp-account-health.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.
