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

# Installation

> Installing Refix is quick and easy. It only takes a few minutes and even integrates seamlessly with no-code tools. 

<Steps>
  <Step title="Add your domain">
    To get started, go to [app.refix.ai](https://app.refix.ai) and create an account. Once you have your account setup, you will see a dialog asking you to add a domain.

    <Frame>
      <img src="https://mintcdn.com/refixai/_X4jS0MSW3jXgc7Y/images/onboarding-popup.png?fit=max&auto=format&n=_X4jS0MSW3jXgc7Y&q=85&s=dffb8e5fd2000aa09860886a260ef3e7" width="2042" height="1558" data-path="images/onboarding-popup.png" />
    </Frame>

    Go ahead and add the domain name of the website you want to run refix on, without the protocol.
    For example - `yourwebsite.com`

    <Info>
      Subdomains (`test.com` and `xyz.test.com`) are considered as separate entities and will count in your site allowance. Checkout how many domains are allowed in each plan [here](https://refix.ai/#pricing)
    </Info>
  </Step>

  <Step title="Add the javascript snippet">
    Once you have registered the domain, you will see a code snippet. Copy the snippet then add it within the `<head>` tags at the base of your product - ideally right before the closing `</head>` tag. This ensures Refix loads on any page users visit.

    <Frame>
      <img src="https://mintcdn.com/refixai/_X4jS0MSW3jXgc7Y/images/onboarding-script.png?fit=max&auto=format&n=_X4jS0MSW3jXgc7Y&q=85&s=95e06ea44d98c61595f8424a3aa2ad79" width="1062" height="1024" data-path="images/onboarding-script.png" />
    </Frame>

    Once this is done, and live on your production environment, Refix will automatically detect the installation and start tracking your website
  </Step>

  <Step title="That's it" />
</Steps>
