# Create your Gravity Forms connection

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

Before setting up your Plug, you’ll need the information from two fields from your Gravity Forms account in your WordPress dashboard.  Below, we’ll how you how to do this from your WordPress account.

1. **Head over to the “Forms”** drop-down menu and click “Settings.”

<figure><img src="https://lh7-us.googleusercontent.com/gzD_ex-XHwx8UfQJRHA6PPlBZP7y7-RSv1JNF3zTtijqCnWyKtcF0MduMxuJADcmexxYqrptRQjBEHiG9LP5qk1GAizlD2hMeFjnun49WjIA2X4DB7mnX2eE1HXCayxSCJPZDn039ZwdfNEfxQOqAg" alt=""><figcaption></figcaption></figure>

2. **Click “REST API” and then “Enable access to API.”** This will give you the chance to add new API tokens. Click “Add Key.”

<figure><img src="https://lh7-us.googleusercontent.com/x9wgIzg7PhYLAb0Vs3dwAUTdizBra-i-q3k1NFFfFFO84KhXznYIBUJ5RafMYLBsi9aiutmYod8uSZ6fHC5oc0mMFdzWW-eOXyXZTd8xYqMwgBOTDduk2vS9TvaCAmb1gorK7n1eRXPHSUDjGCH9ZA" alt=""><figcaption></figcaption></figure>

3. **Fill in the “Description”** field, pick a user, and grant Read/Write permissions in the new window. Click “Add.”

<figure><img src="https://lh7-us.googleusercontent.com/HYkEuFkBp6OqeUXTCQEVGhSpW62mSA035YhJN24ATmMon1HrexJ-lMU0yECPYFKhaO73ZfSlTxIhMVKyYC6eW1iHYmMIGqwSpWBY3DcaagVKe4lXOm_8PmT8xV7cV3F601xWaUjwEYouOeST3lzdOw" alt=""><figcaption></figcaption></figure>

4. **Copy the keys** under “Consumer Key” and “Consumer Secret.” You’ll need them to set up the access.

<figure><img src="https://lh7-us.googleusercontent.com/LclwBu_hHQsR38m762YaG9b76gXixusOhaBwsbDsbfLSzCqOZAa9vESVzpVLbT61WTT0oTujMY-Gyplzrsg71niTPoJ_yien3mFFw51q0maue-h0sMELhCpVKQ3jwYRvXpgX0CTZYiPNZOMRymO7rA" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Remember to click “Update” to save the changes before leaving the site!
{% endhint %}

### Set up access

1. **Head over to “My Apps”** at the top of your GearPlug dashboard.

<figure><img src="https://lh7-us.googleusercontent.com/Tz9RIunfwDdpBVUCGF5EJyZgek7q_uNiC0WIBDoaqGd452ihESx4wFKovlbTCTI6wl1U9TC6JrcpKTlfAed1kcto2qLMICqWit0OblqhFUnVXCOtD5ekdbpWuabHiM8Chk-lnfoivyl_rxy0Oa4yqw" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://lh7-us.googleusercontent.com/hh2u-WuuyTFrokNScgnsHmz8Y10h9JRn0YkeRKPZQZnyBiF2dX4OTTIuYZ2iF7sjQhLb6HlQ4S0WD-ou32aG0YhGeMyeEiNEuBVGbytxVfTo2I9B2MafBE2R6ka5lv6iRsZyX_mdkgBnRSG2wcKjNA" alt=""><figcaption></figcaption></figure>

3. **Fill in the fields** with your server’s URL, Consumer Key, and Consumer Secret. You can find the latter two in your WordPress dashboard by following the previous steps. Click “Continue” to finish the setup.

<figure><img src="https://lh7-us.googleusercontent.com/ROxEjdYCUVuLjyNm93Ci1F7YGm7AFbAUl2ZAbgdj9fGcgw4B2WHNs7h5ETg_KgKW7ylppNjrLF9VwpIVP7aGdzOjv6sjGGt5aXloTmAtG9EpV0LvAxkXH41KlbrdEoj6MTC5gG4wbAZ62sQJByZ3aA" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Remember to enter the URL of your server, not the form. You just need to copy the first part of the URL, and leave out everything from “wp-admin” onward.
{% endhint %}


---

# 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/gravity-forms/create-your-gravity-forms-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.
