# Crea tu conexión a Clientify

{% hint style="info" %}
**Conexión Oauth**: Instala nuestra aplicación en tu cuenta de Clientify para que podamos conectarlo a otras apps.
{% endhint %}

Para integrar Clientify como un Plug, necesitas la API Key de tu cuenta. Sigue los pasos debajo para conseguirla:

1. **Dirígete al menú de Configuración** debajo de tu perfil en Clientify.

<figure><img src="https://lh3.googleusercontent.com/UdyO4odsTtfaab_oOtLoXHkG2y6SMjC4fgzEr52852trjDg_FGDa-NZtuvwHeKmeAKz-1TlfIqRHm5UftKkyvuc1L7Ka8HgxJ_dny4ryTpH5ThRAPXig_cyYznEi8TuWrX4H3W7kJW-yRPWp_Nz1kQ" alt=""><figcaption></figcaption></figure>

2. **Abre la sección** **de “API”** y copia tu API Key.

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

### Configura el acceso

1. **Dirígete a “Plugs”** en la parte superior de tu interfaz de GearPlug.

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

2. **Selecciona Clientify** en el menú desplegable, debajo de “Nuevo Plug” y haz clic en “Crear”.

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

3. **Pega tu API Key** en el campo y haz clic en “Crear”.

<figure><img src="/files/1HiQb0wUeetwzpWS2fBI" 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/configura-tus-conexiones/clientify/crea-tu-conexion-a-clientify.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.
