# Create your ManyChat connection

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

Para crear un Plug para ManyChat, necesitarás un token API asignado a tu cuenta. Sigue estos pasos para conseguirlo:

1. **Dirígete a Configuraciones > Extensiones > API**.

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

2. **Genera una clave API**. Esto mostrará el token API que necesitarás para la conexión.

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

{% hint style="warning" %}
¡Recuerda que necesitas una cuenta paga para poder usar ManyChat con GearPlug!
{% endhint %}

### Configura el acceso

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

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

2. **Selecciona ManyChat** en el menú desplegable debajo de “Nuevo Plug”.

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

3. **Pega la clave API** de tu cuenta y haz clic en “Agregar” para finalizar la configuración.

<figure><img src="/files/moaL8lkuEFrDWuYyBiFG" 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/manychat/create-your-manychat-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.
