# How do I use Tobi with Funnel Buildr?

If you are using Funnel buildr and want to use Tobi messenger opt-in checkbox within your funnel pages, you will have to set up a few custom settings.

1\. Go to your Tobi app settings section and at the bottom of the page you will find your custom javascript in "My custom script" section.

![](/files/-MSAShXnc-T5BRHqS-mh)

Copy the code and put It inside \<script> tags. In our case It would be (**yours will be different**):

```
<script type="text/javascript" src="me-c220584dc70346652215af303334abf8.js"></script>
```

2\. Go to your Funner buildr app and choose a funnel you want to add messenger javascript to.

In settings menu select "Custom body script" menu element, paste your javascript code and hit "Save changes".

![](/files/-MSASn4DGniNK5ZmTKrE)

3\. Choose a place where you want the opt-in checkbox to be visible (we recommend under "Add to cart" button) and add our custom div there.

```
<div class="tobi-checkbox"></div>
```

![](/files/-MSASq3d6Ce_w1CUryhR)

Hit save and you're all ready to go!

If you need any help with setting up Tobi with Funnel Buildr, you can always message us using our customer chat.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.tobi.ai/faq/fb-messenger/how-do-i-use-tobi-with-funnel-buildr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
