# Google Forms

**Introduction**

You can connect LimeCall to [**Google Forms**](https://docs.google.com/forms) to receive new leads submitted via your Google Forms in your account. This gives you instant new lead alerts and automatically creates the leads in your **client list**, so you can immediately contact them.

***Note that you’ll need to have or create a Google account to set up this integration.***

**Connecting to Google Forms**

Connecting your LimeCall account to your Google Forms only takes a couple of minutes, and can be done directly from your Google account.

Follow the instructions below to connect your Google Form(s) to LimeCall :

1. Sign in to your [**Google account**](https://docs.google.com/forms)
2. Edit the form you wish to connect and click the **⋮** (More) button
3. Click **Script Editor**
4. In **Code.gs** tab, copy and paste the integration script, which can be found on the **Google Forms integration page** in your LimeCall account.
5. Include your LimeCall token in the script
6. Expand **Deploy** and click **New Deployment**
7. Select **Web App** from **Select Type** and click **Deploy**
8. Accept the required permissions by clicking **Authorise Access** button
9. You will see **Deployment Successfully Updated**. Click **Done**
10. Click **Run** and that’s it!

Once done, you can close the tab and open your form in a new tab to submit a test lead.

***If you have multiple forms, you can repeat the same steps for each form, using the same script for all forms.***

If you need any further assistance please contact our Support Team via Live Chat or <support@limecall.com>

Watch our each step of our Quick Tutorial [**HERE**](https://www.youtube.com/@limecallgettingstarted)


---

# 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.limecall.com/channels/integrations/google-forms.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.
