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

# Typebot

> How to install our UTM script on your funnel created with Typebot

## Installing the Script on Typebot

1. Enter your funnel in **Typebot**, click on the **Settings** section and deactivate the **Hide query params on bot start** option

<img src="https://mintcdn.com/nemu/UyC5NVLicgr14Leq/assets/pages/integracoes/typebot/1.png?fit=max&auto=format&n=UyC5NVLicgr14Leq&q=85&s=f1274f851283c10efadf352b14994633" alt="" width="1203" height="319" data-path="assets/pages/integracoes/typebot/1.png" />

2. Create variables for each UTM:

   | Variable      | Value              |
   | ------------- | ------------------ |
   | utm\_source   | `{{utm_source}}`   |
   | utm\_medium   | `{{utm_medium}}`   |
   | utm\_content  | `{{utm_content}}`  |
   | utm\_campaign | `{{utm_campaign}}` |
   | src           | `{{src}}`          |
   | sck           | `{{sck}}`          |

3. Add the parameters at the end of the checkout link:

   * **Hotmart:** `?src={{src}}&sck={{sck}}`
   * **Others:** `?utm_source={{utm_source}}&utm_campaign={{utm_campaign}}&utm_medium={{utm_medium}}&utm_content={{utm_content}}`
