# Adding the Script

I**MPORTANT: Do not skip this step, otherwise your form will not work!**

In order for Inputflow to work, you need to add the Inputflow script to the page where the multi-step form will be created.

Copy the following code:

```html
<script src="https://script.inputflow.io/i.js" type="module" defer></script>
```

and paste it into the code section of your page, and then click on "Save".

<div align="left"><figure><img src="/files/h5mVgaJ0qUalmObkqS8v" alt="" width="563"><figcaption><p>Insert the embed script into the "Inside &#x3C;head> tag" code block</p></figcaption></figure></div>

Watch the following video to learn how to add the Inputflow script to your site:

{% embed url="<https://youtu.be/_D4Bl7Yuqmo>" %}


---

# 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://docs.inputflow.com/getting-started/adding-the-script.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.
