> For the complete documentation index, see [llms.txt](https://docs.mercuri.cx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mercuri.cx/features/whatsapp-widget/faqs.md).

# FAQs

<details>

<summary><mark style="color:blue;"><strong>How can I check if the WhatsApp widget is properly added to my website?</strong></mark></summary>

It’s easy to verify the WhatsApp widget integration on your website:

1. **Visit your website** on a browser (desktop or mobile).
2. **Look for the WhatsApp chat icon**, typically found in the bottom corner of the page.
3. If the widget is visible and clickable, that means it’s installed correctly.
4. **Try sending a message using the widget** ,  start a test conversation from your website.
5. **Check your shared inbox** in Mercuri to confirm that the conversation appears there. This ensures the integration is not only visible but also functional.

</details>

<details>

<summary><mark style="color:blue;"><strong>What to do if the WhatsApp widget is not visible on my Shopify website even after publishing it from the Mercuri dashboard?</strong></mark></summary>

If your WhatsApp widget isn't showing up, follow these steps:

**For Shopify Store**&#x20;

* Go to your Shopify admin dashboard and navigate to **Online Store > Themes**.

<figure><img src="/files/YPt68EDadiYgQ1AqCI9R" alt="" width="563"><figcaption><p>Shopify Admin Dashboard</p></figcaption></figure>

* Click on the **Customize** button for your current theme.
* In the customization screen, select **App embeds** from the left panel.

<figure><img src="/files/EEDXYtBJVs4lqDggpsGD" alt="" width="563"><figcaption></figcaption></figure>

* Look for **Mercuri WhatsApp Widget** in the list. If it's turned off, toggle it **on** and click **Save** in the top right corner.
* If you don’t see the Mercuri widget in the app embeds list, try **uninstalling and reinstalling** the Mercuri app on your website.

***Still not working?*** Reach out to Mercuri Support.&#x20;

**For Wix stores:**&#x20;

* check if the widget is **published** in the WhatsApp Widget section of the Mercuri dashboard. If it isn’t, try **updating or reinstalling** the Mercuri app.
* &#x20;If the issue persists, reach out to **Mercuri Support** for help.

**For** **custom websites :**&#x20;

* Ensure that you’ve correctly added the widget script to the `<head>` section of your site’s HTML.&#x20;
* If you're unsure or it’s still not working, contact **Mercuri Support** for assistance.

</details>


---

# 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.mercuri.cx/features/whatsapp-widget/faqs.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.
