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

# Add Gleef to Webflow

> Get Gleef running in a few steps

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="Open your Webflow dashboard">
    Once in your [Webflow dashboard](https://webflow.com/dashboard), click the <b>'...'</b> on the website you would like to integrate Gleef, and then select the <b>Settings</b>.

    <img className="screenshot" src="https://mintcdn.com/gleef/LoEgPY-wsVG8Oz8H/images/integrations/screenshot_webflow-1.avif?fit=max&auto=format&n=LoEgPY-wsVG8Oz8H&q=85&s=5d1db331de490940b7580a627bae6260" alt="Webflow integration instructions screenshot" width="1320" height="483" data-path="images/integrations/screenshot_webflow-1.avif" />
  </Step>

  <Step title="Copy/paste the integration code">
    You might go to the 'Custom code' tab then, in order to copy-paste our code within the window in the center.

    <img className="screenshot" src="https://mintcdn.com/gleef/LoEgPY-wsVG8Oz8H/images/integrations/screenshot_webflow-2.avif?fit=max&auto=format&n=LoEgPY-wsVG8Oz8H&q=85&s=7c88944a6369c731192a3ca3f32a948a" alt="Webflow integration instructions screenshot" width="1320" height="896" data-path="images/integrations/screenshot_webflow-2.avif" />

    The following code will allow your website to display and track Gleef experiments.

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

    Once you're done, click on the <b>Save</b> button.
  </Step>

  <Step title="Launch & manage experiments">
    You're done! Log into the Chrome Extension, and start creating and managing experiments.
  </Step>
</Steps>

See also : [Create an experiment](../how-to/create)
