# 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](https://3300248524-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDd7Ctz3jgnCJLDydlP%2F-MERyMrffbtQ9As95xd9%2F-MES21VhaX6MC3lIfC-2%2FScreenshot%202020-08-11%20at%202.46.55%20PM.png?alt=media\&token=627f97a8-6771-4b80-a3c8-80ec83dfb5e8)

### 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.

![](https://3300248524-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDd7Ctz3jgnCJLDydlP%2F-MERyMrffbtQ9As95xd9%2F-MES2AJE2oKm3fXyrU8Z%2FScreenshot%202020-08-11%20at%203.48.19%20PM.png?alt=media\&token=8a287ada-3e2f-45ac-b92f-5a68e0cb457b)

```
  <!-- 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>
```
