# Google Contacts Integration with Reekolect

### Use Case

This integration involves leveraging the capabilities of Google Contacts to manage and organize data collected from various sources, such as online forms, applications, or in this case, from a chatbot.

### Pre-requisite

To set up this integration, you'll need:

* A Google account

### Steps to Enable the Integration

1. Navigate to the “Third party integration” section and you will see a ”Sign in with google” button.
2. Click on the shown button and you will be redirected to login your google account.
3. Follow the on screen steps, and by allowing all the necessary permission you will get logged in.
4. Once you are logged in, you can now map the variables as explained below.
5. **Mapping the Variables:**
   * After authentication, you'll see a screen where you can map the chatbot’s answers to the fields of your Google Contacts.
   * Select the bot questions from the "Question" dropdown or type "/" to list down all the questions.
   * Map these questions to parameters in your Google Contacts. If dropdowns are not available, enter the parameter names manually.
   * Add new variables as needed by clicking the "Add Parameter" button.
   * Click "Save" to activate your integration.
6. **Test Your Integration:**
   * Open your bot and create a new lead to test the integration. Ensure that the lead is not created earlier.

### Disconnecting the Integration

To disconnect the integration:

1. Open the integration page under bot management.
2. Click on the 3rd party integrations and select the target integration (Google Contacts).
3. Click on the "Disconnect" button to disconnect.

### Notes

* To test leads, create the chat in an incognito tab to avoid cache issues.
* Ensure you have the proper subscription for the 3rd party to use the APIs.
* Contact the support team if you need further assistance.

***

This documentation provides step-by-step instructions for setting up, testing, and disconnecting the Google Contacts integration with a chatbot, along with relevant notes and prerequisites.


---

# 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://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/3rd-party-apps-integrations/google-contacts-integration-with-reekolect.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.
