> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langbot.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure Bots (Bots)

Bots are used to receive message events from messaging platforms and call pipelines to process messages.

<img src="https://mintcdn.com/langbot/BZuGA47SaPPwv_j7/images/zh/deploy/bots/arch.png?fit=max&auto=format&n=BZuGA47SaPPwv_j7&q=85&s=387407c5f8245edac8f63966134a2867" alt="arch" width="1184" height="648" data-path="images/zh/deploy/bots/arch.png" />

| Platform                  | Status | Notes                                                                                             | Tutorial                                                                                                                                                                          |
| ------------------------- | ------ | ------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Discord                   | ✅      |                                                                                                   | [Tutorial](/en/usage/platforms/discord)                                                                                                                                           |
| Telegram                  | ✅      |                                                                                                   | [Tutorial](/en/usage/platforms/telegram)                                                                                                                                          |
| Slack                     | ✅      |                                                                                                   | [Tutorial](/en/usage/platforms/slack)                                                                                                                                             |
| LINE                      | ✅      |                                                                                                   | [Tutorial](/en/usage/platforms/line)                                                                                                                                              |
| KOOK                      | ✅      |                                                                                                   | [Tutorial](/en/usage/platforms/kook)                                                                                                                                              |
| Lark                      | ✅      |                                                                                                   | [Tutorial](/en/usage/platforms/lark)                                                                                                                                              |
| DingTalk                  | ✅      |                                                                                                   | [Tutorial](/en/usage/platforms/dingtalk)                                                                                                                                          |
| WeCom (Enterprise WeChat) | ✅      | Enterprise internal bot                                                                           | [Tutorial](/en/usage/platforms/wecom/wecom)                                                                                                                                       |
| WeCom Intelligent Bot     | ✅      | wecom intelligent bot                                                                             | [Tutorial](/en/usage/platforms/wecom/wecombot)                                                                                                                                    |
| WeCom Customer Service    | ✅      | Enterprise external bot                                                                           | [Tutorial](/en/usage/platforms/wecom/wecomcs)                                                                                                                                     |
| WeChat Official Account   | ✅      | WeChat public platform bot                                                                        | [Tutorial](/en/usage/platforms/wxoa)                                                                                                                                              |
| OneBot v11                | ✅      | Uses a personal QQ account as a bot, requires an independent protocol client, supports OneBot v11 | [NapCat](/en/usage/platforms/qq/aiocqhttp/napcat) <br /> [Lagrange](/en/usage/platforms/qq/aiocqhttp/lagrange) <br /> [LiteLoaderQQNT](/en/usage/platforms/qq/aiocqhttp/llonebot) |
| QQ Official Bot           | ✅      | Connects to the QQ Open Platform bot API                                                          | [Tutorial](/en/usage/platforms/qq/official_webhook)                                                                                                                               |

<Tip>
  **Don't want to deal with public IPs and domain setup?** Platforms like Slack, LINE, WeCom, and Lark require webhook callback URLs, meaning you need a public server, domain, and HTTPS certificate. [LangBot Cloud](https://space.langbot.app/cloud) comes with built-in domain resolution and HTTPS — sign up and start using it right away, no network configuration needed.
</Tip>
