# Integration Setup

BotPenguin uses many third-party applications to enhance the functionality and features of the platform. here is the documentation on how you can connect to these integrations.

### 3rd Party Integrations & Its Use case <a href="#id-3rd-party-integrations-and-its-usecase" id="id-3rd-party-integrations-and-its-usecase"></a>

Here is the list of applications that BotPenguin used along with their use cases

| 3rd Party Application | Use Case                                           | Help Link                                                                                                                                                            |
| --------------------- | -------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| AWS SES               | To send emails to the customers                    | [Setup AWS SES Account](/partner-platform-guidelines/integration-setup/setup-aws-ses-account.md)                                                                     |
| ChatGPT               | For enhanced AI capabilities                       | [Setup ChatGPT Account](https://help.botpenguin.com/partner-documentation/botpenguin-partner-onboarding/setup-3rd-party-integrations/setup-chatgpt-account)          |
| Zoho OAuth            | For Zoho integrations such as Zoho CRM, Projects   | [Setup Zoho Integrations](https://help.botpenguin.com/partner-documentation/botpenguin-partner-onboarding/setup-3rd-party-integrations/setup-zoho-integrations)      |
| Google OAuth          | For Google integrations such as calendar, contacts | [Setup Google OAuth App](https://help.botpenguin.com/partner-documentation/botpenguin-partner-onboarding/setup-3rd-party-integrations/setup-google-oauth-app)        |
| Facebook App          | Creating Facebook bots                             | [Setup Facebook App](/partner-platform-guidelines/integration-setup/setup-facebook-app-for-whatsapp-and-facebook-bots.md)                                            |
| WhatsApp App          | Creating WhatsApp bots                             | [Setup Whatsapp App](/partner-platform-guidelines/integration-setup/setup-facebook-app-for-whatsapp-and-facebook-bots.md)                                            |
| Instagram             | Creating Instagram bots                            | Contact BotPenguin Support Team                                                                                                                                      |
| RazorPay              | Collecting payments from customers                 | [Setup RazorPay Account](https://help.botpenguin.com/partner-documentation/botpenguin-partner-onboarding/setup-3rd-party-integrations/setup-razorpay-account)        |
| Stripe                | Collecting payments from customers                 | [Setup Stripe Account](https://help.botpenguin.com/partner-documentation/botpenguin-partner-onboarding/setup-3rd-party-integrations/setup-stripe-account)            |
| Wordpress             | For wordpress bots                                 | -                                                                                                                                                                    |
| Pabbly                | Pabbly integration for customer                    | [Setup Pabbly Account](https://help.botpenguin.com/bots/whatsapp-bot/3rd-party-apps-integrations/botpenguin-integrations/integrate-botpenguin-with-pabbly)           |
| Zapier                | Zapier integration for customers                   | [Setup Zapier Account](https://help.botpenguin.com/bots/whatsapp-bot/3rd-party-apps-integrations/botpenguin-integrations/integrate-botpenguin-with-zapier)           |
| Shopify               | Shopify integration for customers                  | [Setup Shopify Account](https://help.botpenguin.com/bots/whatsapp-bot/3rd-party-apps-integrations/botpenguin-integrations/integrate-botpenguin-with-shopify)         |
| Woo-Commerce          | Woo-commerce integration for customers             | [Setup Woocommerce Account](https://help.botpenguin.com/bots/whatsapp-bot/3rd-party-apps-integrations/botpenguin-integrations/integrate-botpenguin-with-woocommerce) |

Please feel free to reach out to us at <mark style="color:$primary;"><support@botpenguin.com></mark>, in case of any questions or concerns.


---

# 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://partners.botpenguin.com/partner-platform-guidelines/integration-setup.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.
