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

# Looop Config

> Looop Config is a global variable that is added to the head of your Webflow site. It is used to configure the Looop integrations.

### How to use Looop Config

Add the following code to the head of your Webflow site.

```html theme={null}
<script>
   window.LooopConfig = {
   // YOUR CONFIG HERE
   }
</script>
```

Each intergation has its own configuration. Documentation for each integrations will show you what config values are required.
