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

# Introduction to integrations

> Connect your bot to external services.

Integrations allow you to **connect your bot** to external services, APIs, and tools.

You can explore any available integrations on [Botpress Hub](/integrations/get-started/botpress-hub), which includes integrations built by both Botpress and by users.

<Note>
  Want to build your own integration and publish it on [Botpress Hub](/integrations/get-started/botpress-hub)? Check out our [integrations SDK](/integrations/sdk/integration/getting-started).
</Note>

## Get Started

<Card title="Botpress Hub" icon="boxes" href="/integrations/get-started/botpress-hub">
  Marketplace to find and install integrations
</Card>

## Popular integrations

<CardGroup cols={3}>
  <Card title="WhatsApp" icon="whatsapp" href="/integrations/integration-guides/whatsapp/">
    Integrate your bot with WhatsApp
  </Card>

  <Card title="Telegram" icon="telegram" href="/integrations/integration-guides/telegram/">
    Integrate your bot with Telegram
  </Card>

  <Card title="Messenger" icon="facebook-messenger" href="/integrations/integration-guides/messenger/">
    Integrate your bot with Messenger
  </Card>
</CardGroup>
