# Create your Salesforce connection

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

To integrate any app, including GearPlug, into Salesforce, you need to consider your subscriptions. The **Enterprise, Unlimited, and Developer** tiers offer API functionality by default.

**Professional Users** will have to pay for this feature separately.

### Set up access

1. **Head over to “My Apps”** in the upper side of your GearPlug interface.

<figure><img src="https://lh5.googleusercontent.com/4gF13g8z9iZ0mXmX9mhP5h_U73ESQQuldDvutkhmDn4F4fUxlZHwTFkFFYqWHuk03bR_b4bqcflFFyQjk7DoZsG0P_4Lud0kPqbAsmu4tobodDBdxm4R3H2K7nZAQ51gAwdFptDGtgKv2N62RteVHg" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://lh5.googleusercontent.com/wU0cLhzOCKMlEAKN02PXF_LNaPPRP8tHMvtDJ6KT5iBSUiAMi41ObnXyrxv10CL_S8ZWa91M-FtNSPg2O8hpQp5oiwCV_jeGNboj30LwT1FF5Cu85surivfw_vJhnnu0EYZ3lSnJVSiWMTRoAQ1hrg" alt=""><figcaption></figcaption></figure>

3. **Log into your Salesforce account** in the pop-up window to finish the integration.

<figure><img src="https://lh4.googleusercontent.com/ANBnD_CY0VxYaY3KIUPw2jCBTse9Oz1rFXibxZiDTGWNMguZbpgJ06ow_rvWODy6kg6ne4C1LCnUqFRc6O8MMaCE_5TFnyiZeUAfvMgKmi95leTjMb6RjtkBDTdTpItD5wlZqMwZFzov5FV4M-BFKw" alt=""><figcaption></figcaption></figure>


---

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