> For the complete documentation index, see [llms.txt](https://help.reekolect.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/install-your-website-chatbot.md).

# Install your Website Chatbot

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

* Create your bot on the Reekolect dashboard.
* Design your chatflow and other design settings from the bot setup page.
* Once Done, Go to the Reekolect 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.
* 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!

### 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 Reekolect chatbot on your website.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/install-your-website-chatbot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
