# Troubleshooting

- [Couldn't Link Device – WhatsApp QR Code or Pairing Code Fails](https://support.whapi.cloud/help-desk/troubleshooting/couldnt-link-device-whatsapp-qr-code-or-pairing-code-fails.md): Trouble linking your WhatsApp number? Learn how to fix the "Couldn't link device. Try again later" error when connecting via QR code or pairing code in Whapi.Cloud. Simple solutions to restore connect
- [Channel status “SYNC\_ERROR”](https://support.whapi.cloud/help-desk/troubleshooting/channel-status-sync_error.md)
- [Not getting a READ status on webhook](https://support.whapi.cloud/help-desk/troubleshooting/not-getting-a-read-status-on-webhook.md): When you send a message to WhatsApp, the webhook receives alternating events of the message being delivered and the message being read. Let's look at the reason why you might not receive a READ status
- [429 (Too Many Requests) - Soft Ban](https://support.whapi.cloud/help-desk/troubleshooting/429-too-many-requests-soft-ban.md): A few tips on what to do if you encounter a soft ban
- [“Waiting for this message. This may take a while” – WhatsApp Message Error](https://support.whapi.cloud/help-desk/troubleshooting/waiting-for-this-message.-this-may-take-a-while-whatsapp-message-error.md): Seeing “Waiting for this message. This may take a while” in WhatsApp? Learn why it happens, how to fix it by updating WhatsApp, reconnecting devices, and using WhatsApp Business for better stability.
- [Missing push notifications after connecting to API](https://support.whapi.cloud/help-desk/troubleshooting/missing-push-notifications-after-connecting-to-api.md): This problem can occur with iPhones when you stop receiving incoming push notifications after connecting to the gateway
- [Other](https://support.whapi.cloud/help-desk/troubleshooting/other.md)
- [What does "This group is no longer available" mean?](https://support.whapi.cloud/help-desk/troubleshooting/other/what-does-this-group-is-no-longer-available-mean.md)
- [Error "404. Wrong invite code"](https://support.whapi.cloud/help-desk/troubleshooting/other/error-404.-wrong-invite-code.md)
- [Error "401. Need channel authorization"](https://support.whapi.cloud/help-desk/troubleshooting/other/error-401.-need-channel-authorization.md)


---

# Agent Instructions: 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:

```
GET https://support.whapi.cloud/help-desk/troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
