# Create your MailChimp connection

{% hint style="info" %}
**Oauth connection**: The first step is to log GearPlug into your MailChimp account so that GearPlug may access the data.
{% endhint %}

To integrate MailChimp to other apps, you’ll need to integrate MailChimp and GearPlug, creating the corresponding Plug under “My Apps.”

You can integrate all of your MailChimp audiences under one Plug. But, you’ll need to create new Plugs if you wish to use different accounts.

### Set up access

1. **Click “My Apps”** at the top of your GearPlug interface.

<figure><img src="https://lh3.googleusercontent.com/h6YgWDJbP69HAuWNSgEYIkU-ckrEZjbjF8ucFMqQbhdoeIeY6e6Y3bTYg0voMz2xhdsTsGTpo7pN5c1q8wBQOd6QiDXm-SHuQ_4TG59AUiku3zP5epgMOzQxez-Px6uZzpIHQ4fIuTlh1TPSgm2Gqw" alt=""><figcaption></figcaption></figure>

2. **Select MailChimp** on the drop-down menu under “New connection.” Then, click “Create:”

<figure><img src="https://lh3.googleusercontent.com/gFpW0J7rpE3cIhAUmUm4TAkBLB7XAQciz0ydKEXEQ8Y_ZwCXvV4jVaPDtUl2pIVSd2LDzJk7gqiFsRNU9S7nmMqVHZsR3RTTHnFAad7gI_LC0sjftNDAu9PclkE1x0uEZUoXZMtsnK9ksbVosiJQHQ" alt=""><figcaption></figcaption></figure>

3. **Log into your MailChimp account** on the pop-up window to connect GearPlug. Read the permissions required by GearPlug and accept the terms to integrate the apps. You may close this window after seeing the message notifying the creation was successful.

<figure><img src="https://lh3.googleusercontent.com/otncfK-0xNvmRK4Vdxqs810J_XWY3TbdMDYrhvVCDezTXYNquBBMzpk5LzxcoUDpPoQSE3jlHXIq6-WehrfuFypXJpgIETJar5QehhmuhNJdmRGnX-7Xiz5bqUV8qPZ1m5ZFyrzBjaFvCzLBFqHAYQ" alt=""><figcaption></figcaption></figure>

Done! Your MailChimp Plug is ready for you to use on any Gear, both as a source and target.


---

# 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/mailchimp/create-your-mailchimp-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.
