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

# Quickstart

> Set up A/B testing in a few minutes

## Overview

This section will guide you through the process of integrating Gleef into your website and starting your first A/B testing experiment on wording.

<Steps>
  <Step title="Integrate our JS snippet">
    Our snippet needs to be integrated to your website to allow wording experiments.

    <Warning>
      The script tag should be integrated in the \<`head`> of all pages of your website for Gleef to track and manage success events.
    </Warning>

    ```html theme={null}
    <script src="https://script.cdn.api.gleef.eu/script.js"></script>
    ```

    <Info>
      This may vary if you want to avoid flickering. To learn more about flickering, click [here](./Q\&A/flickering).
    </Info>
  </Step>

  <Step title="Get credentials from Gleef">
    Gleef manages access to the extension. You need to make an account request before using Gleef.
    <Info>You can only request an account if your company is already a Gleef customer. To become a customer, email us at: [contact@gleef.eu](mailto:contact@gleef.eu)</Info>
  </Step>

  <Step title="Download the extension">
    In the registration email from Gleef, you will find the link to download the extension.
    You can also find it here: [Gleef extension](https://gleef.eu/extension)
  </Step>

  <Step title="Launch & manage experiments">
    Once you log in the extension, you can start creating and managing (start, pause, delete, etc.) experiments.
  </Step>
</Steps>
