> For the complete documentation index, see [llms.txt](https://partners.botpenguin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partners.botpenguin.com/customer-platform-guidelines/install-your-website-chatbot/install-website-chatbot-on-none-not-sure.md).

# Install Website Chatbot on None/Not Sure

### **Install Website Chatbot (None / Not Sure Option)**

Use this option if:

* Your website is **not built on WordPress, Shopify, Wix, or other listed platforms**, or
* You are **unsure about your website technology**, or
* You want to install the chatbot on a **custom-built website** (HTML, React, Angular, etc.)

***

### **Step 1: Open Website Chatbot Installation**

1. Log in to your **BotPenguin Dashboard**.
2. Go to **Bots** → select your bot.
3. Click **Install Your Chatbot**.

<figure><img src="/files/BiEgOkwGhwcPQ4ikx2ru" alt=""><figcaption></figcaption></figure>

4. Under **Website Chatbot**, choose **None / Not Sure**.

<figure><img src="/files/Nvn2gJ5VADoiyxmPzMqJ" alt=""><figcaption></figcaption></figure>

***

### **Step 2: Copy the Chatbot Script**

1. In the **Chatbot Installation** section, you will see a `<script>` code snippet.
2. Click the **copy icon** to copy the full script.

> ⚠️ Do not modify the script.

<figure><img src="/files/NHTZEGaNhLllJhHfWjVB" alt=""><figcaption></figcaption></figure>

***

### **Step 3: Add the Script to Your Website**

Paste the copied script into your website’s source code:

#### **Recommended Placement**

* Paste the script **just before the closing `</body>` tag** on all pages where you want the chatbot to appear.

#### **Common Use Cases**

* **HTML website:** Add to `index.html`
* **React / Angular / Vue:** Add inside the main layout file
* **Custom CMS:** Paste in global footer or custom script section

***

### **Step 4: Verify Your Website URL**

1. Enter your live website URL in the **Enter your website URL** field.
2. Click **Verify**.
3. Once verified, the status will change from **Not Connected** to connected.

***

### **Step 5: Share Installation Code (Optional)**

If a developer is handling your website:

1. Enter the **developer’s email address**.
2. Click **Send Email**.
3. The installation code will be emailed directly to them.

***

### **Step 6: Ask BotPenguin Support (Optional)**

If you’re unsure how to install:

1. Click **Help me in Installing ChatBot**.
2. The BotPenguin support team will assist you with setup.

***

### **Step 7: Test the Chatbot**

1. Click the **Test Bot** button (bottom-right).
2. Open your website in a new tab.
3. Confirm the chatbot loads and responds correctly.

***

### **Troubleshooting Tips**

* Clear browser and website cache after installation.
* Ensure the script is added **only once**.
* Make sure the verified URL exactly matches your website domain.

If you still have questions for our team, write to us at [**support@botpenguin.com**](mailto:support@botpenguin.com). We’ll get back to you within 48 hours.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://partners.botpenguin.com/customer-platform-guidelines/install-your-website-chatbot/install-website-chatbot-on-none-not-sure.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.
