diff --git a/apps/docs/deploy/whatsapp/overview.mdx b/apps/docs/deploy/whatsapp/overview.mdx
index cd61728b2f..880fd23e29 100644
--- a/apps/docs/deploy/whatsapp/overview.mdx
+++ b/apps/docs/deploy/whatsapp/overview.mdx
@@ -3,9 +3,9 @@ sidebarTitle: Overview
title: WhatsApp
---
-## Preview
+## Test
-You can preview and test your bot by clicking on the Preview button in the editor and change the runtime to "WhatsApp".
+You can preview and test your bot by clicking on the `Test` button in the editor and change the runtime to `WhatsApp`.
-
+
-
+
- You can integrate as many numbers as you'd like. Keep in mind that Typebot does not provide those numbers. We work as a "Bring your own Meta application" and we give you clear instructions on [how to set up your Meta app](./create-meta-app).
+ You can integrate as many numbers as you'd like. Keep in mind that Typebot
+ does not provide those numbers. We work as a "Bring your own Meta
+ application" and we give you clear instructions on [how to set up your Meta
+ app](./create-meta-app).
- Yes, you can. You will have to add a "Start bot condition" to each of your bots to make sure that the right bot is triggered when a user starts a conversation.
+ Yes, you can. You will have to add a "Start bot condition" to each of your
+ bots to make sure that the right bot is triggered when a user starts a
+ conversation.
- You integrate your typebots with your own WhatsApp Business Platform which is the official service from Meta. At the moment, the first 1,000 Service conversations each month are free. For more information, refer to their documentation
+ You integrate your typebots with your own WhatsApp Business Platform which
+ is the official service from Meta. At the moment, the first 1,000 Service
+ conversations each month are free. For more information, refer to{" "}
+
+ their documentation
+
+
+
+ It can happen that you configured your WhatsApp number, you send the first
+ message to try it out but it never replies back.
+
+ To troubleshoot this we suggest you to:
+
+ 1. Make sure the bot works fine in [Test mode](#test)
+ 2. Delete the number and configure it again while making sure you read all the instructions thoroughly
+ 3. Make sure you don't have any Start conditions or that your first message is matching the condition
+ 4. If it really does not work, contact support at support@typebot.io
+
diff --git a/apps/docs/images/whatsapp/preview-dropdown.png b/apps/docs/images/whatsapp/preview-dropdown.png
index 920b766c42..a44e636683 100644
Binary files a/apps/docs/images/whatsapp/preview-dropdown.png and b/apps/docs/images/whatsapp/preview-dropdown.png differ