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

# Install Gleef

> Install Gleef Chrome extension and integrate our JavaScript snippet easily.

<Tip>Gleef is natively available on every web technology.</Tip>

## Installation

Follow these simple steps to install Gleef and get it working on your website.

<Steps>
  <Step title="Download the Chrome Extension">
    First, [download our Chrome extension](http://get.gleef.eu) to get started with Gleef.
  </Step>

  <Step title="Integrate the JavaScript Snippet">
    Once the extension is installed, integrate the following JavaScript snippet into the `<head>` section of all pages on your website:

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

    <Tip>Gleef can be integrated in any web technology. See [our integration guide](/integrations) to know how to integrate Gleef with your specific platform. If you don't find the integration needed, [contact us](mailto:support@gleef.eu).</Tip>

    This step is crucial to enable Gleef's functionalities on your website.
  </Step>
</Steps>
