# Manage communication platforms

- [How to integrate ActiveCampaign](https://docs.b2core.b2broker.com/how-to-articles/manage-communication-platforms/how-to-integrate-activecampaign.md): Learn how to connect ActiveCampaign to B2CORE
- [How to configure Twilio](https://docs.b2core.b2broker.com/how-to-articles/manage-communication-platforms/how-to-configure-twilio.md): Learn how to configure Twilio in B2CORE for sending 2FA SMS codes and making client calls via the B2CORE Back Office
- [How to integrate Twilio SendGrid](https://docs.b2core.b2broker.com/how-to-articles/manage-communication-platforms/how-to-integarte-sendgrid.md): Learn how to connect Twilio SendGrid to B2CORE
- [How to set up a Slack bot](https://docs.b2core.b2broker.com/how-to-articles/manage-communication-platforms/how-to-set-up-a-slack-bot.md): Learn how to set up a Slack bot, assign the required permissions, obtain a bot token, and connect it to B2CORE to enable event notifications in Slack
- [How to set up a Telegram bot](https://docs.b2core.b2broker.com/how-to-articles/manage-communication-platforms/how-to-set-up-a-telegram-bot.md): Learn how to create a Telegram bot, get the API token, and connect it to B2CORE to enable sending event notifications to Telegram chats, groups, and channels
- [How to get Telegram chat, group and channel identifiers](https://docs.b2core.b2broker.com/how-to-articles/manage-communication-platforms/how-to-get-telegram-chat-group-and-channel-identifiers.md): Learn how to get Telegram user, group, and channel IDs to enable event notifications for Back Office users in B2CORE


---

# 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.b2core.b2broker.com/how-to-articles/manage-communication-platforms.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.
