> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wearo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Wix

> Add Wearo virtual try-on to your Wix store.

# Install on Wix

## Prerequisites

* A Wearo account ([sign up](https://wearo.io/signup))
* Your Wearo API key ([get yours](/getting-started/api-key))
* A Wix Business or eCommerce plan (required for custom code)

<Steps>
  <Step title="Open the Wix Editor">
    Go to your Wix dashboard and click **Edit Site**.
  </Step>

  <Step title="Add custom code">
    1. Click **Add → Embed Code → Embed HTML**.
    2. Or use **Settings → Custom Code** to add a script to the footer of all pages.
  </Step>

  <Step title="Paste the snippet">
    ```html theme={"dark"}
    <script src="https://wearo.io/widget/tryon-widget.js"></script>
    <script>
      TryOnWidget.init({
        apiKey: 'wearo_xxxxxxxxxxxxxxxxxxxx',
        brandColor: '#000000'
      });
    </script>
    ```

    <Note>
      Wix uses dynamic product images. If the button doesn't appear, you may need
      to use the `triggerSelector` option to specify a container element.
      [See custom selectors →](/configure/custom-selectors)
    </Note>
  </Step>

  <Step title="Publish and verify">
    Publish your site and visit a product page to confirm the widget appears.
  </Step>
</Steps>

## Need help?

<Card title="Book a 30-min integration call" icon="calendar" href="https://calendly.com/wearo/integration">
  We'll set up Wearo live on your store with you.
</Card>
