# Create your ManyChat 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 create a ManyChat Plug, you’ll need an API token assigned to your account. Follow these steps to get it:

1. **Head over to Settings > Extensions > API**.

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

2. **Generate an API key**. This will display the token you need for your plug.

<figure><img src="https://lh7-us.googleusercontent.com/jSDzRRn5lpAqJBQRx7WLM-RGTdCLr3al0WZalOZ9GZshlGjX9BlQ_cqpjvc2GCKHybcU_9fAglBSwyzvhHZP_3TPBSTVgHdk-J1U5cRg3CjjqKiwdtySwunSPwRqTD-f31Fut94E6d1rClo4Pieeng" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Remember, you require a paid account to use ManyChat with GearPlug!
{% endhint %}

### Set up access

1. **Head over to “Plugs”** at the top of your GearPlug dashboard.

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

2. **Select ManyChat** in the drop-down menu under “New Plug."

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

3. **Paste your API key** and click “Create” to finish the setup.

<figure><img src="/files/mwp2oiAXKnjZhFvdvHAW" 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/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.
