# Create your Clientify 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 Clientify as a Plug, you’ll need your account’s API Key. Follow the steps below to get it:

1. Head over to the **Settings** menu under your Clientify profile.

<figure><img src="https://lh3.googleusercontent.com/v6DWjgdO4yan7I7VSlTii4nqRhl6Ng-APjYj0xrP1R091LOZ3BPxU6Slpd43jrU6-wwfrBk_J8XuVWocJyPGWQWroZR8aNgKmNvj54_I5o8CUpDB0hCax3l_lpAdWIQ-xkslR5Ch5gI-so2vYrZq7A" alt=""><figcaption></figcaption></figure>

2. **Open the “API” section** and copy your API Key.

<figure><img src="https://lh4.googleusercontent.com/DZrF6PKvnMQkFmHLGWt74s_khYU8sJ1S-ECQM9b1Ylfbc9BH0RBIuPdHmiYgVZsN5qmaAIXbl12IQ3l_xTfFGaI4gTwH-Ss5yuIByINr1fTZPgfHUHANUlMqQ1L9xIsDigFWH_a6lhNrQW9pvHkRlQ" alt=""><figcaption></figcaption></figure>

### Set up access

1. **Go to “Plugs”** at the top of your GearPlug interface.

<figure><img src="/files/fteqIik4QDsIz0Am5HWi" alt=""><figcaption></figcaption></figure>

2. **Select Clientify** on the drop-down menu under “New Plug” and click “Create.”

<figure><img src="/files/VZaIhOs5Z15bJehpAAPw" alt=""><figcaption></figcaption></figure>

3. **Paste your API Key** on the field and click “Create.”

<figure><img src="/files/1P8AG9AaUDPeH0WRpPOw" 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/clientify/create-your-clientify-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.
