# Install Website Chatbot on Custom Build Website

SkooBot website bots support all sort of websites. However most common of all is custom build. Here is how you can integrate chatbots on custom-build websites.

## :white\_check\_mark: Installation Instructions

### 1. Get your bot ready to go-live

Before you move ahead, Make sure you have completed the following steps.&#x20;

* [ ] Create your bot on the SkooBot dashboard.&#x20;
* [ ] Design your chatflow and other design settings from the bot setup page.
* [ ] Once Done, Go to the SkooBot setup page and then click on the `Install your Chatbot`
* [ ] Select the `Java Script` and copy the API Code/Key and save it safe with yourself.

### 2. Paste API Code/key and make the bot live

Once you have completed the 1st step, Go to the HTML code of your website.

* Find the HTML file such as header that is available in all the website pages.&#x20;
* Paste the API key/code which you copied in the 1st step, and paste it before closing the tag.
* Save and deploy your new updated code and done!&#x20;

### 3. Test your bot now

You have completed all the heavy lifting.  Open your website in private mode (Incognito window) to avoid any cache issues and you will find SkooBot chatbot on your website.

## Looking for more

#### Looking for a new feature

in case you have got any feature, you can raise the feature request using the below link

{% content-ref url="/pages/Zp8QCbBav5JY6VVrCOLD" %}
[Broken mention](broken://pages/Zp8QCbBav5JY6VVrCOLD)
{% endcontent-ref %}

#### Report a Bug

in case you have got any bugs.  Report us now, we will fix it asap

{% content-ref url="/pages/POgwIYszOKKYmFSWoX6l" %}
[Broken mention](broken://pages/POgwIYszOKKYmFSWoX6l)
{% endcontent-ref %}

#### :question: Got any questions?

If you can having any questions, you can look into our repository of FAQs. Most likely, you will find your answer here. If now, write us at <support@skoobot.com>


---

# 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://help.skoobot.com/how-skoobot-works/install-your-website-chatbot/install-website-chatbot-on-custom-build-website.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.
