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

# Introduction to Webchat

> Integrate your bot into your website.

Webchat is a **custom frontend for your bot**, built by Botpress.

You can use Webchat to add your bot to your website in a variety of ways, from a simple [embed code](/webchat/get-started/quick-start) to a fully customizable [React library](/webchat/react-library).

<Tip>
  Looking for a way to integrate your bot in your service? Check out the [Chat API](/api-reference/chat-api/introduction).
</Tip>

## Getting Started

<CardGroup cols={2}>
  <Card title="Add a bot to your website" href="/webchat/get-started/quick-start" icon="message-square">
    Use a script tag to embed a bot in your website
  </Card>

  <Card title="React Library" href="/webchat/react-library" icon="react">
    Use the React library to build a Webchat component directly into your application
  </Card>
</CardGroup>

## Add your bot to your CMS

<CardGroup cols={3}>
  <Card title="WordPress" href="/webchat/integrations/wordpress" icon="wordpress">
    Add a bot to your WordPress website using Webchat
  </Card>

  <Card title="Wix" href="/webchat/integrations/wix" icon="wix">
    Add a bot to your Wix website using Webchat
  </Card>

  <Card title="Webflow" href="/webchat/integrations/webflow" icon="webflow">
    Add a bot to your Webflow website using Webchat
  </Card>
</CardGroup>
