> For the complete documentation index, see [llms.txt](https://chatboz.gitbook.io/chatboz-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chatboz.gitbook.io/chatboz-docs/plugin/installation.md).

# Installation

Follow these steps to download the official AI Chatboz WordPress plugin from your Chatboz account:

1. Log in to your account at[ https://chatboz.com](https://chatboz.com).

2. From the Dashboard, navigate to the Publish menu.\ <br>

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

3. On the Publish page, scroll to the Integrations section.

4. Locate the WordPress Integration option and click **Install**<br>

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

5. Navigate to the “Chatboz – AI Chatbot & Live Chat” plugin page in the WordPress Plugin Directory and click Download

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

Method 1: Install from ZIP File

\
1\. Log in to your WordPress Admin Dashboard.\
2\. Navigate to Plugins → Add New → Upload Plugin.\
3\. Select the file physcode-chatbot.zip.\
4\. Click “Install Now”.\
5\. After installation, click “Activate Plugin”.<br>

Method 2: Manual Installation

\
1\. Unzip the physcode-chatbot.zip file.\
2\. Upload the folder physcode-chatbot to /wp-content/plugins/.\
3\. Go to WordPress Admin → Plugins.\
4\. Find “Chatboz AI” and click “Activate”.\
✅ Once activated, a new menu item “AI Chatboz” will appear in your WordPress Admin sidebar.


---

# 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://chatboz.gitbook.io/chatboz-docs/plugin/installation.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.
