> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/strategies/whatsapp/best-practices-with-whatsapp-web.md).

# Best practices with WhatsApp Web

{% hint style="info" %}
TIP: Also see the article

&#x20;[Problems with WhatsApp Web Integration: What to Do?](/en/strategies/whatsapp/problems-with-whatsapp/problems-with-whatsapp-web-integration-what-to-do.md)
{% endhint %}

### Best Practices to Avoid Being Banned on WhatsApp Web

**Integrations:**

* **Avoid Multiple Connections:** Use only one unofficial connection per number. Connecting the same number in different systems drastically increases the risk of being banned.

**Device:**

* **Constant Charging:** Keep the device always plugged into a power outlet or portable charger to ensure it never runs out of battery. WhatsApp may detect frequent power outages as suspicious behavior.
* **Stable Connection:** Use a reliable Wi-Fi network or mobile data plan with good coverage to ensure a constant internet connection. Instabilities in the connection can lead to synchronization failures and raise red flags for WhatsApp.

**WhatsApp Business App:**

* **Open and Accessible:** Keep the WhatsApp Business app always open on your device. If possible, set it so it is never closed. This ensures constant synchronization and prevents WhatsApp from interpreting the account as inactive.
* **Manual Synchronization:** Open the WhatsApp Business app at least twice a day, even if only briefly, to force manual synchronization. This complements automatic synchronization and ensures that WhatsApp detects activity on the account.

**Sending Messages:**

* **Avoid Spam:** Never send mass messages, especially to contacts with whom you do not have a pre-existing relationship. Sending unsolicited messages is one of the main reasons for being banned.
* **Personalization:** Personalize messages as much as possible, even if only with greetings or by mentioning the recipient's name. Avoid generic and repetitive messages that may be flagged as spam.
* **Encourage Interaction:** Create messages that encourage the recipient to reply, such as questions or requests for feedback. Interaction between users shows WhatsApp that the account is active and engaged in real conversations.

**Automations:**

* **Simulate Natural Conversations:** When using automations, craft texts that simulate a natural conversation between humans. Use colloquial language, avoid excessive formality, and vary sentence structure.
* **Avoid Overuse of Automations:** Use automations sparingly. Send automated messages only when necessary and alternate with manual messages to maintain the account's authenticity.
* **Constant Monitoring:** Monitor the performance of your automations and make regular adjustments to ensure they are working according to best practices and do not violate WhatsApp policies.

**Additional Tips:**

* **Use a Dedicated Number:** If possible, use a phone number exclusively for WhatsApp Business and avoid connecting it to your personal account. This makes managing and protecting your main account easier.
* **Respect WhatsApp's Limits:** Be aware of WhatsApp's message sending limits and avoid exceeding them. Sending too many messages in a short period may be interpreted as spam.
* **Constant Updates:** Keep your device's operating system and the WhatsApp Business app updated to the latest versions. Updates often include bug fixes and security improvements that can reduce the risk of being banned.
* **Act Naturally:** Above all, use WhatsApp Business in a natural and authentic way. Avoid any behavior that could be interpreted as automated or artificial, such as sending messages at unusual times or at perfectly regular intervals.

**Remember:**

* **Permanent Ban:** A WhatsApp ban can be permanent, with no chance of recovery. Follow the best practices strictly to minimize the risk of your number being banned.
* **Official Alternatives:** For greater safety, consider using the official WhatsApp Business API, which offers robust features and a lower risk of being banned. Available in Sprinthub's Growth plan.


---

# 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.sprinthub.com/en/strategies/whatsapp/best-practices-with-whatsapp-web.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.
