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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.konverse.ai/messaging-channels/web-chat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
