> ## 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.

# Squarespace

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

# Install on Squarespace

## Prerequisites

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

<Steps>
  <Step title="Open Code Injection">
    In your Squarespace admin, go to **Settings → Advanced → Code Injection**.
  </Step>

  <Step title="Add the snippet to the Footer">
    Paste the following in the **Footer** field:

    ```html theme={"dark"}
    <script src="https://wearo.io/widget/tryon-widget.js"></script>
    <script>
      TryOnWidget.init({
        apiKey: 'wearo_xxxxxxxxxxxxxxxxxxxx',
        productSelector: '.ProductItem-gallery-slides img, .sqs-gallery-block-stacked img',
        brandColor: '#000000'
      });
    </script>
    ```
  </Step>

  <Step title="Save and verify">
    Save and visit a product page to confirm the "Try it on" button 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>
