> 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/chatboz/getting-started-guide.md).

# Getting Started Guide

This guide will help you get started with Chatboz and integrate it successfully into your website.

### Step 1: Visit Chatboz Website

Go to the official Chatboz website: <https://chatboz.com>

### Step 2: Create an Account

\
You can register for a Chatboz account in one of two ways:\
1\. Sign up using your email address.\
2\. Or choose to log in with your Google account for a faster setup.

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

After logging in for the first time, you will be automatically redirected to the Get Started page.

<figure><img src="/files/4X67HK2DSetI1xUS54sr" alt=""><figcaption></figcaption></figure>

### Step 3: Create Your Site

\
From the Get Started page, click Get started under Create your site.

Complete all required fields to create your first site.

This step is necessary before connecting Chatboz to your website.

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

### Step 4: Connect Chatboz to Your Website

\
There are two ways to connect Chatboz to your website, depending on whether you use WordPress or a custom platform.<br>

#### Option 1: Using the WordPress Plugin

\
If your website is built on WordPress, you can install the official AI Chatboz plugin.\
This plugin is specially designed and optimized for connecting Chatboz with your WordPress site.\
\
👉 You can follow the full integration and data synchronization guide here:&#x20;

<https://chatboz.gitbook.io/chatboz-docs/plugin/installation>

#### Option 2: Using the Embed Script (Non-WordPress Sites)

\
If you’re not using WordPress, don’t worry — you can still easily integrate Chatboz into your site using the embed script method.

\
Follow these steps:\
1\. Log in to your Chatboz account.\
2\. From the Dashboard, go to the “Publish” menu.\
3\. Locate the “Embed Script” section and click “Copy”.\
4\. Paste the script into your website’s header, footer, or inside the \<body> tag.\
&#x20; (You may need some basic technical knowledge to handle this step.)\
5\. Once the script is added, the Chatboz chat widget will automatically appear on your website.

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

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

#### &#x20;Customizing the Chat Widget Appearance

You can easily personalize the look and feel of your Chatboz widget to match your website’s branding.\
Follow these simple steps:

1. In your Chatboz Dashboard, click on the “Appearance” menu.
2. You’ll find various options to customize every aspect of your chat widget — including colors, text, button style, background, and more.
3. Once you’re satisfied with your design, click Save.

✅ These changes will automatically apply to the chat widget displayed on your website, ensuring your chatbot perfectly aligns with your site’s visual identity.

<figure><img src="/files/5ll9wiY7kIuIe361arIP" alt=""><figcaption></figcaption></figure>


---

# 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/chatboz/getting-started-guide.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.
