# Create your Agile CRM connection

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

To integrate Agile CRM into other apps, you’ll need to connect it into GearPlug first. That means creating the corresponding Plug under “My Apps.”

Remember, you can only integrate one account per Plug. So, you’ll need to create more Plugs if you wish to use several accounts. However, one Plug is enough to run any source and target action.

### Set up access

1. **Click “My Apps”** in the top-right corner of your app.

<figure><img src="https://lh4.googleusercontent.com/dp4iY6U20x-HENZKKSsciUDBeX2TDXl-M9T-ZArg44ZLTJPE5ZxBiV72WFMnZRzakWNtlLjARuRfccJJeAtC-RECLSeRcYsxkCjU1dsyiZWMCq0XNTk179U0ckgRNLKrSZtP3o7LtGXQIlF9fGRGBA" alt=""><figcaption></figcaption></figure>

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

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

3. **Enter your Agile CRM** account to extract the data required by the app. For this, click your user icon and then “Admin Settings.”

<figure><img src="https://lh4.googleusercontent.com/9QKICXtJXrN3izEwOKv7SX2jFcT-YXQfU2lL-y91ona53K3PujbqmyxmnnXPaiPiyEWqVVk2lNFgc0Lq2MaFJ28ZRsDNVTS937CuOor8eJmIKKI1YRbIT1f9AENSqDp051swwem8cXe_cuN1NXR2Qg" alt=""><figcaption></figcaption></figure>

4. **Click “Developers & API”** in the left-hand menu to open the page with your API. Then, copy the code under “REST API.”

<figure><img src="https://lh4.googleusercontent.com/iFYaU5g1ozUSM7176a-GOzwKWmRtpZGpAGVApzU-zGoyv2zszdR_TCWE9BAwlLd7tqEr3bAbQ1jsD5og5aiyw0uCHvAgeY3IzxZNNKjsXdDT0INhCTZlM6sfgDSjyUsTaZK-S8p5aegszfAEqupfiA" alt=""><figcaption></figcaption></figure>

5. **Paste the API on the required field**. Then, enter the username/email related to your Agile CRM account.

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

6. **Copy the domain** of your Agile CRM for the required field. For this, you just need the domain name associated to your account—NOT the full URL.

<figure><img src="https://lh5.googleusercontent.com/BoXz5jOyKs6vB43uSY4SYz_mfz7zShLajYB-wxQHF-Wia9DTibSJCAiLFoo63OrvS-FfmnehIGgSZtFIO5DKJ2ewoh_I9JqPDz5pSsVFzTMVW6-buVf1XpqMzgyEjI5YEMGCtj2YAsa4u1BYhtcbNA" alt=""><figcaption></figcaption></figure>

7. **Paste the domain** into the “Domain” field and click “Continue.”

<figure><img src="https://lh3.googleusercontent.com/aeuIgj3ZQ5DaEmBLhvodB8XqMDiKixE-Xmo4PqpNfqBqvRXq51evSyrZHQJXQU6qSY1wUCfDylGgxMb_yRGRdvhEcYUHQ-w9_FNJVAG0t151zkijuTm6hbjUy3Ev_ZzZMbm18ERaDaR5UC5wCSeF6g" alt=""><figcaption></figcaption></figure>

Done! Your Agile CRM 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/agile-crm/create-your-agile-crm-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.
