# Install on Shopify

Adding a web chat widget on your Shopify store is a quick and easy process. It does not require any coding skills or technical knowledge.

![The Shopify Logo](/files/-McwYE2UR1o7vEqywJt_)

## Setting Up for Installation

{% hint style="info" %}
In order to install a web chat widget on Shopify, you will need the following:\
\- Access to your [Shopify account](https://accounts.shopify.com/store-login)\
\- A code snippet for your web chat widget
{% endhint %}

If you don't have a code snippet already, you will generate one when creating a ISMessenger [Website Chat Widget](/ismessenger/messaging-channels/website-chat-widget.md) or using the [Facebook Chat Plugin](/ismessenger/messaging-channels/facebook-messenger/facebook-chat-plugin.md) for [Facebook Messenger](/ismessenger/messaging-channels/facebook-messenger.md).

{% hint style="info" %}
If you have the channels already connected on the ISMessenger platform and you need to retrieve the generated code snippet, navigate to the [Manage Channels](/ismessenger/workspace-setting/channels.md) section under [Settings](broken://pages/-McXF_amFHMlPNDm9mFg). Press the respective blue **Edit** button to find the generated script.
{% endhint %}

## **Installing on Shopify**

### **Step 1: Log in to Shopify**

Log in to your [Shopify account](https://accounts.shopify.com/store-login) and click on **"Online Store"** on the navigation bar.

![Navigating to the Online Store Page](/files/-McwYYYW1Z9ckbsf9y-t)

### **Step 2:  Click on Edit Code**

Navigate to **Themes** section. Here, click on the **Actions** dropdown menu and select the **Edit Code** option.

![The Edit Code Option](/files/-McwYxknM3BydjfHHC4n)

### **Step 3: Paste the Script**

Copy your plugin script from ISMessenger platform. On the left panel of the Edit Code Page, click the **Sections** folder to expand it. Press the **footer.liquid** section and paste the chat plugin script.

![Pasting the Script](/files/-McwZLANGMvOCHRj-lUX)

Once you have pasted the script into the appropriate section, press the purple **Save** button on the top left.

### **Done!**

Open the website and check out the chat plugin. You will find it in the bottom-right corner. Now your website visitors can chat effortlessly with you. If you used the code snippets generated from the ISMessenger platform, you will be able to manage the conversations and update the appearance of the widget from the Platform.

{% hint style="success" %}
The chat widget is now active on your website!
{% endhint %}


---

# 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://docs.is-messenger.com/ismessenger/messaging-channels/website-chat-widget/install-on-shopify.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.
