> For the complete documentation index, see [llms.txt](https://developer.konverse.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.konverse.ai/messaging-channels/web-chat.md).

# Web Chat

### Step 1 - Go to Integration Section on Dashboard <a href="#step-1-go-to-integration-section-on-dashboard" id="step-1-go-to-integration-section-on-dashboard"></a>

Log into your dashboard and go to the **Integrations** section as shown in the image below and click on **Web App**.

![Web App under Integrations](/files/-MES21VhaX6MC3lIfC-2)

### Step 2 - Click on Web App & install

Once you click on Web App, it shows a script. Copy the following sample widget code and paste it inside`<HEAD>`section of your webpage.

![](/files/-MES2AJE2oKm3fXyrU8Z)

```
  <!-- Konverse Chatbot -->
  <a href="https://www.konverse.ai/"
    id="konverse-ref-id" data-bot-id="YOUR-UNIQUE-BOT-ID"
    title="Konverse.ai - Conversational Sales & Marketing Platform"
    style="display:none">AI Chatbot WhatsApp Bot</a>
  <script type="text/javascript" src="https://chat.konverse.ai/konverse.js"></script>
```
