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

# Install Website Bot on WordPress

SkooBot website bots support all sort of websites. However most common of all is WordPress. Here is how you can integrate chatbots on WordPress 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 `WordPress` and copy the API Code/Key and save it safe with yourself.

### 2. Install the SkooBot chat plugin from the WordPress plugin center

Once you have completed the 1st step, Go to the WordPress site admin dashboard

* Find the WordPress plugin center and search for the `SkooBot`in the search box.
* Once you find the SkooBot Plugin, Install the same.&#x20;
* Upon installation, You will be able to see the `Activate` option. Click on the activate button to activate the plugin.&#x20;

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

Once the SkooBot plugin is activated, Look for the `Tools` in the side menu.

* In the side menu, Under tools, You will find the `SkooBot` option.
* Open the SkooBot option, and you will see the option to paste the SkooBot API code / key which you have copied in 1st step.&#x20;
* Paste the API key / Code, and proceed by saving the key.&#x20;

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

#### Report a Bug

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

#### 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
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.skoobot.com/how-skoobot-works/install-your-website-chatbot/install-website-bot-on-wordpress.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.
