> For the complete documentation index, see [llms.txt](https://docs.chizy.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chizy.io/features/integrations/website-integration.md).

# Add Chizy to a non-Shopify website

Run a headless storefront, a separate landing page, or any site outside your Shopify theme? You can add the Chizy chat widget there too, using a small code snippet — so the same AI assistant helps shoppers wherever they land.

{% hint style="info" %}
**Available on the Growth plan and above.** If you're on a lower plan, upgrade from **Settings → Pricing** to unlock website integration.
{% endhint %}

#### Who needs this

Use this only if you want to add Chizy to a **headless site or a non-Shopify page**. For your regular Shopify Online Store theme, Chizy is already available through App Embed — you don't need this.

#### Step 1: Add the Chizy chat widget to your page

1. In your Shopify admin, open Chizy and go to **Advanced Features → Integrations**.
2. On the **Website integration** card, click **Manage**.
3. Copy the code snippet shown under **Step 1: Add Chizy Chat to Your Store**.
4. Paste it into your website's HTML, just before the closing `</body>` tag.

That's it — the chat widget will appear on your page.

<figure><img src="/files/Jm6nLIAl3f2E4ZnqTNK8" alt="Advanced Features → Integrations, with the Website integration card and its Manage button"><figcaption></figcaption></figure>

#### Step 2: Set your price format

Because this page isn't a Shopify store, Chizy doesn't automatically know your currency or how you display prices. Set them once so product prices show correctly in chat.

1. In the same **Website integration** window, copy the code under **Step 2: Set Up Product Price Format**.
2. Update the two values to match your store:
   * **CHIZY\_SHOP\_CURRENCY** — your store's currency code (for example, `USD`, `INR`, `SGD`).
   * **CHIZY\_MONEY\_FORMAT** — the price format your storefront uses (for example, `${{amount}}`).
3. Paste the updated code into **Chizy → Appearance → Advanced → Custom JS** and save.

For example, for Indian pricing, replace `USD` with `INR` and `$` with `Rs`. For Singapore pricing, replace `USD` with `SGD` and `$` with `S$`.

<figure><img src="/files/DIJEe0ZQZCf43w6I8UYt" alt="The Website integration Manage window showing the embed snippet and price-format code"><figcaption></figcaption></figure>

#### Good to know

* **Product recommendations work; add to cart doesn't.** On a non-Shopify page, customers can chat, get answers, and tap **View Details** on recommended products — but **Add to Cart** isn't available, since there's no Shopify cart on that page.
* **Your plan controls access.** If you downgrade below Growth, the widget stops appearing on your non-Shopify pages. Your chat widget on your Shopify storefront is unaffected.

#### Need a hand?

Open the **Website integration** window and click **Contact support**, or reach out to the Chizy team — we're happy to help you get the snippet in place.
