> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/configura-tus-conexiones/getresponse/crea-tu-conexion-a-getresponse.md).

# Crea tu conexión a GetResponse

{% hint style="info" %}
**Conexión Oauth**: El primer paso es registrar GearPlug en tu cuenta para que GearPlug acceda a los datos.
{% endhint %}

Para integrar GetResponse con GearPlug, necesitarás la API Key de tu cuenta. Sigue los pasos debajo para conseguirla:

1. **Haz clic en “Integraciones & API”** en el menú de herramientas en tu interfaz de GetResponse.

<figure><img src="https://lh4.googleusercontent.com/eSckJwsh2c4DLtZNtB_XM4EYcrKVGR42kQPoDIY4CMzIfvk7wpIFLUhp4_R3xux190ngJDxjvwlhtK4P_fdedj-c4BZU0Oz1MrZLrmKSrAX8uBLRadBhTCckqpvE_9tjG0Zg5KJpwEyH72lpW-sDPA" alt=""><figcaption></figcaption></figure>

2. **Dirígete a sección de API** dentro del menú y haz clic en “Generar API Key”. Si ya tienes una, puedes copiarla desde acá. Si no, sigue el siguiente paso.

<figure><img src="https://lh6.googleusercontent.com/QdUKlTNjkUY2Kh_ivqztMn-eDGsBvV0_xjFZoJaqFgN6ArorZZaMatz8X1L-73wb8DHewnpRRlkZvmPyVittbrit3E3Cz1cvSmzcCFxHhen4z3gPG-Pl0KSf9oZQEsndaqg_IC1Alg7wDcsuPihJag" alt=""><figcaption></figcaption></figure>

3. **Nombra tu API** y **haz clic en “Generar”** para crear una nueva API. Luego, cópiala desde tu lista de API Keys.

<figure><img src="https://lh6.googleusercontent.com/lGl4J0w6yBqcz4K1MawwP3VjccheC0evIjkjT1Ucnb95rRLuIVGI_AmWW9D4iDyadvNrPIS242Hpuy5XIRgHT9Rsz6jzesWKLAYgml_TDENde8eTFToZyGH1k0JVyte4eF9lzFx_SohiSSEPunk7pA" alt=""><figcaption></figcaption></figure>

### Configura el acceso

1. **Dirígete a “Plugs”** en el menú superior de tu interfaz de GearPlug.

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

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

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

3. **Pega tu API Key** en el campo y haz clic en “Agregar” de nuevo para finalizar la configuración.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gearplug.io/configura-tus-conexiones/getresponse/crea-tu-conexion-a-getresponse.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
