> For the complete documentation index, see [llms.txt](https://docs.bird.com/connectivity-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/connectivity-platform/add-the-omnichannel-widget-to-your-online-store/adding-the-messagebird-omnichannel-widget-to-a-wix-store.md).

# Adding the MessageBird Omnichannel Widget to a Wix store

In this guide, you’ll learn how to add the [Omnichannel Chat Widget](https://inbox.messagebird.com/manager/omnichannel-widget) to a [Wix](https://www.wix.com/) store.&#x20;

**Prerequisites**

* Be the **manager** of your MessageBird [Inbox](https://inbox.messagebird.com/) account
* Be an **admin** for your Wix store

**Enabling the Omnichannel chat widget**&#x20;

1\. Log in at [dashboard.messagebird.com](https://dashboard.messagebird.com/en/user/index) and go to **Inbox** or go directly to [inbox.messagebird.com](https://inbox.messagebird.com/).

2\. Go to [Inbox settings](https://inbox.messagebird.com/manager/overview).

3\. Click on **Channels** and open **Omnichannel Widget**

4\. [Customize your widget](/connectivity-platform/customizing-the-omnichannel-widget.md) settings to make it match the style of your Wix store (logo, colours, agent name).

5\. Under **Location** make sure to whitelist your store’s website address (e.g. <https://mystore.com>) to signal Inbox — it should accept chat requests coming from your Wix store.&#x20;

<figure><img src="/files/Rt0BRaiU4rqhSJDYIIxJ" alt=""><figcaption></figcaption></figure>

6\. Done? Awesome! Hit **Publish changes** and **activate the widget**. You can always come back and change the [Inbox settings](https://inbox.messagebird.com/manager/overview).

<figure><img src="/files/cpXCGDu1AkS2Lac1SC3N" alt=""><figcaption></figcaption></figure>

7\. Now that we finished the configuration on the Inbox side, let’s copy the code snippet by clicking **Get code snippet**.

&#x20;

<figure><img src="/files/JDebqUYRoppLaslvDuZp" alt=""><figcaption></figcaption></figure>

&#x20;

**Attaching widget to your Wix store**

Time to add the code by injecting it to every page via a custom tracking script.

1\. Go to your Wix store admin page, [**https://editor.wix.com/**](https://editor.wix.com/)

2\. Go to **Settings** and select **Tracking and analytics** from the sidebar.

<figure><img src="/files/dD4CVVOFJo3RGJPmKRBQ" alt=""><figcaption></figcaption></figure>

3\. Scroll down to the **Advanced** section and tap **Tracking & Analytics**.

<figure><img src="/files/88gnzQdorZ24sBfBQr6C" alt=""><figcaption></figcaption></figure>

4\. Choose to add a **Custom** new tool (top-right on the page).

<figure><img src="/files/QaUBRWsVAle9quOrNnua" alt=""><figcaption></figcaption></figure>

5\. Paste the code snippet in the **Paste the code snippet here** input box and follow these steps: &#x20;

1.

* Give it a name: e.g. MessageBird Omnichannel Chat Widget
* Add code to Pages: select the pages you’d like the widget to appear on (leave all pages if in doubt)
* Select **Load code once** for loading options
* Select **Body - end** as the **Place Code in** option

<figure><img src="/files/PhxHzsKPfKGRyDDVgsKn" alt=""><figcaption></figcaption></figure>

6\. And that’s it! Save the changes, publish the new site version and the Omnichannel Chat Widget will be visible on your Wix store.

<figure><img src="/files/oxJOu2GzJWduaS2l3aVT" alt=""><figcaption></figcaption></figure>

&#x20;


---

# 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.bird.com/connectivity-platform/add-the-omnichannel-widget-to-your-online-store/adding-the-messagebird-omnichannel-widget-to-a-wix-store.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.
