# Create your Typeform connection

{% hint style="info" %}
**Oauth connection**: The first step is to connect GearPlug to your Typeform account so that GearPlug may access the data.
{% endhint %}

You may integrate all your Typeform forms with a single Plug. You’ll only have to create more Plugs if you wish to use more Typeform accounts.

### Set up access

1. **Click “My apps”** in the top-right corner of your GearPlug app.

<figure><img src="https://lh3.googleusercontent.com/h6YgWDJbP69HAuWNSgEYIkU-ckrEZjbjF8ucFMqQbhdoeIeY6e6Y3bTYg0voMz2xhdsTsGTpo7pN5c1q8wBQOd6QiDXm-SHuQ_4TG59AUiku3zP5epgMOzQxez-Px6uZzpIHQ4fIuTlh1TPSgm2Gqw" alt=""><figcaption></figcaption></figure>

2. **Select Typeform** in the drop-down menu under “New connection” and click “Create.”

<figure><img src="https://lh6.googleusercontent.com/ZAWx8_SsfhdJ2lL2N4HO3JKoQnV5nmiMIaZfKDugvNKk0P_srOzs1DTxnvkZXsZ1zWuKtyU4zPv7Mp891h-7_2BOaiyuNxGvZFiAoG5b_izEpDd6zYNjmWrCbWT0Y8BnhlbIVRli68sS1qjGhO9BVA" alt=""><figcaption></figcaption></figure>

3. **Log into your account** and accept the terms on the pop-up window that shows up after clicking “Create.” Read the required permissions and click “Accept” to create your Plug. Wait for the window confirming the creation.

<figure><img src="https://lh5.googleusercontent.com/f0rk8b5GbKMpDSsy6CNSR2zDuHHFf0IGWSjyDKA0OznmWFwyA3dftaouuFf3JXrJYP6sYcfPJLwTy-Ssz17ty_rOIE1gbR6tBvx-CzgFOjfH74MrOfStde3GMikp-PFe9RVEjQtzz6Go5AdqyqDMhQ" alt=""><figcaption></figcaption></figure>

Done! In 3 steps, you’ve successfully integrated Typeform into GearPlug. You may now use Typeform in any Gear.


---

# 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.gearplug.io/english/set-up-your-integrations/typeform/create-your-typeform-connection.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.
