# API Documentation

- [Partner API Documentation](https://partners.botpenguin.com/api-documentation/partner-api-documentation.md): This Page contains information for API Documentation.
- [Setting up environment](https://partners.botpenguin.com/api-documentation/partner-api-documentation/setting-up-environment.md): This page contains the basic details that you need in each API and how to access the same.
- [Get Customer](https://partners.botpenguin.com/api-documentation/partner-api-documentation/get-customer.md): This page contains API Documentation to retrieve details about a customer
- [Create Customer](https://partners.botpenguin.com/api-documentation/partner-api-documentation/create-customer.md): API to create a new customer in your account
- [Update Customer](https://partners.botpenguin.com/api-documentation/partner-api-documentation/update-customer.md): API to update the customer details
- [Delete Customer](https://partners.botpenguin.com/api-documentation/partner-api-documentation/delete-customer.md)
- [Get Customer API Token](https://partners.botpenguin.com/api-documentation/partner-api-documentation/get-customer-api-token.md): This page contains information on how can agency owners get the API token for the its customers
- [Get Team Members (Custom Users)](https://partners.botpenguin.com/api-documentation/partner-api-documentation/get-team-members-custom-users.md)
- [Get Custom User (Team Member) Token](https://partners.botpenguin.com/api-documentation/partner-api-documentation/get-custom-user-team-member-token.md): This page contains the information on the API to get the access token of the team user's.
- [Embedding the BotPenguin Inbox in 3rd Party Apps](https://partners.botpenguin.com/api-documentation/partner-api-documentation/embedding-the-botpenguin-inbox-in-3rd-party-apps.md): This page contains information on how you can embed BotPenguin Inbox in any custom 3rd party application as IFrame.
- [Contact and Chat APIs](https://partners.botpenguin.com/api-documentation/contact-and-chat-apis.md)
- [Get All Contacts](https://partners.botpenguin.com/api-documentation/contact-and-chat-apis/get-all-contacts.md): This page contains the API documentation for the getting all contacts of platform.
- [Getting Groups/Segments](https://partners.botpenguin.com/api-documentation/contact-and-chat-apis/getting-groups-segments.md): This page contains the API documentation for the getting all groups/segments in customers account.
- [Add WhatsApp Contact](https://partners.botpenguin.com/api-documentation/contact-and-chat-apis/add-whatsapp-contact.md): This page contains the API documentation for the adding new WhatsApp contacts
- [Delete WhatsApp Contact](https://partners.botpenguin.com/api-documentation/contact-and-chat-apis/delete-whatsapp-contact.md): This page contains the API documentation for the deleting any WhatsApp contact.
- [Website Contacts & Meta Data](https://partners.botpenguin.com/api-documentation/contact-and-chat-apis/website-contacts-and-meta-data.md): This section contains the Leads and Chat API references
- [WhatsApp Cloud API](https://partners.botpenguin.com/api-documentation/whatsapp-cloud-api.md): This page contains all the open APIs available for the WhatsApp
- [GET Templates List](https://partners.botpenguin.com/api-documentation/whatsapp-cloud-api/get-templates-list.md): API to get list of all the templates with their current status
- [POST WhatsApp Template Message](https://partners.botpenguin.com/api-documentation/whatsapp-cloud-api/post-whatsapp-template-message.md): API to send the WhatsApp template message
- [POST Send Message API](https://partners.botpenguin.com/api-documentation/whatsapp-cloud-api/post-send-message-api.md): Use this API to send a WhatsApp message.API to send the WhatsApp template message
- [WhatsApp Cloud API by Meta](https://partners.botpenguin.com/api-documentation/whatsapp-cloud-api-by-meta.md): This page contains the information on the vital topics that you should be aware if you are working with Meta WhatsApp Cloud API
- [Setting Up Your Facebook Business Manager](https://partners.botpenguin.com/api-documentation/whatsapp-cloud-api-by-meta/setting-up-your-facebook-business-manager.md): This page contains information on setting up Facebook business manager and best practices to minimize the risk of being blocked.
- [Meta Conversation Pricing for WhatsApp Cloud API](https://partners.botpenguin.com/api-documentation/whatsapp-cloud-api-by-meta/meta-conversation-pricing-for-whatsapp-cloud-api.md): This document provides an overview of how conversation-based pricing works on the WhatsApp Business Platform.
- [Update WhatsApp Bot Profile](https://partners.botpenguin.com/api-documentation/whatsapp-cloud-api-by-meta/update-whatsapp-bot-profile.md): This page contains the information on process for updating you WhatsApp Profile for Bot.
- [Getting a Blue Tick(previously Green Tick) on WhatsApp](https://partners.botpenguin.com/api-documentation/whatsapp-cloud-api-by-meta/getting-a-blue-tick-previously-green-tick-on-whatsapp.md): This page contains the information on process for getting green tick on WhatsApp business API account.


---

# 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/api-documentation.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.
