> For the complete documentation index, see [llms.txt](https://help.quickley.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quickley.com/channels/whatsapp-business-api/limitations.md).

# Limitations

This integration has certain limitations that you, as a customer, should be aware of. The limitations are as follows:

## 24-hour messaging window

WhatsApp Business API has what is called 24-hour window limitation. This limitations basically means that you as a company has just 24 hours to reply to a customer’s messages after it was sent to you via WhatsApp. Once a customer sends you a WhatsApp messages, the 24-hour session is started. If you do not respond on time, you cannot continue a normal conversation with the customer as your dialog becomes locked. To send a new message to such customer, you can only use a Template message that was submitted to and pre-approved by Facebook. Keep in mind that such template message cannot be of a marketing or sales nature.

## Downgrade restriction

It is is important to always keep in mind that once a phone number is signed up for WhatsApp Business API, it can no longer be used for WhatsApp personal or WhatsApp business app.

In a way, a phone number can be upgraded to WhatsApp Business API, but cannot be downgraded. Should you ever need to downgrade your WhatsApp Business API number back to regular WhatsApp number, you would have to contact Facebook support directly. Please keep in mind that the success in this case is not guaranteed.

## Group chat

As of now, WhatsApp group chat is not supported within the WhatsApp business API. The feature might become available in the future.

## Calling through WhatsApp

As of now, WhatsApp doesn't support calling through their WhatsApp Business API. The feature might become available in the future.


---

# 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://help.quickley.com/channels/whatsapp-business-api/limitations.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.
