# Create your ActiveCampaign connection

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

To create your ActiveCampaign Plug, you’ll need to extract a couple of data from your account and log them into GearPlug. Follow the steps below to create your connection.

### Set up access

1. **Head over to “My Apps”** in the top-right corner of your GearPlug interface.

<figure><img src="https://lh5.googleusercontent.com/5OMeUBsxHNyGWLTlAIoDWox0haDP_Tx9_MjOVlXbyaD2vxE2RBKx5T0Q3pVHhzmkz9DmuxDLdgj6iTPNP26j-sXOAKFDwgpSdn1tFVTD9ROzTUB940ZeOMSidYngD_43CP4TiL0yfrWUoKEm-0Sh-g" alt=""><figcaption></figcaption></figure>

2. **Select ActiveCampaign** in the drop-down menu under “New connection” and click “Create.”

<figure><img src="https://lh5.googleusercontent.com/o2-2fr80A3oWG4aJ9S9UJrsrW6sLWMsjR10Hw1Gget0zcreCK2OeQmuFRo4ugbbk11rNfZCzQ2ZcEN0oiifGJ3WY72dPs6mu8MRBFz4AfG68llsZRMvmX7cts3_XYDoAbqzug2aVoIBRmloAZA14Iw" alt=""><figcaption></figcaption></figure>

3. **Click “Settings” in your ActiveCampaign account**, to the left side of the interface.

<figure><img src="https://lh4.googleusercontent.com/NAY97UsBHiaIEEEXYY5Bm1TpDSofFO_pPioBotZsvfbcb-WupaLDtqoxaC0rSdm6XLScmPR1mwi7oF5UvmeNIkPkhCkAgokDCWEi5cnj4_fFO46oHYlHu91F0TAcDymRWmXmtrBU8fnNh6tnu6CMOA" alt=""><figcaption></figcaption></figure>

4. **Click “Developer.”** Under “API” access, copy the URL and Key. These are your Host and Access Key required by GearPlug.

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

5. **Paste these data into their corresponding fields** in your Plug and click “Continue.”

<figure><img src="https://lh6.googleusercontent.com/84RXrp_f94h8q65kVfb_qiAr-YaR3AuZIkLqqluM-su1G8Zogu5jpE9Pg6Fv-YzP4XMqgl7krCFqIOrOV1ze1dI8i__aIzV4s7BztWXmmacNUmBK14bj53ZVWqLrzHGiF_8IkekbSGggOQYUGVDuLw" alt=""><figcaption></figcaption></figure>

Done! Your Plug is ready to be used in any Gear.


---

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