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

# Getting Started

#### Step 1: Go to AI Bot Kit

* Visit [aibotkit.io](https://aibotkit.io/#chatbot-section) and click **Start for Free**.

[Know More about AiBotkit Here](/documentation/introduction/what-is-ai-bot-kit.md)

***

#### Step 2: Create an Account

* Sign up with your **email and password**.
* Your first chatbot is created instantly in your dashboard.

[For More Details about Creating your Chatbot - Click Here](broken://pages/NsAPqm4uqyptVtDS4njA)

***

#### Step 3: Set General Details

* Open your chatbot and go to **SETUP → General**.
* Give your bot a name.
* Choose the **Time Zone** and **Bot Language**.

***

#### Step 4: Set Bot Instructions and Tone

* Go to **SETUP → Instructions**.
* Write instructions that define your chatbot's personality and behavior.
* Choose a **tone**: Professional, Friendly, or Casual.

***

#### Step 5: Train Your Bot

* Go to **KNOWLEDGE** in the left sidebar.
* Add knowledge from documents (PDFs, Word files), website URLs, or pasted text.
* Your bot learns instantly and can answer based on this content.

***

#### Step 6: Customize Interface

* Go to **APPEARANCE → Interface**.
* Edit the **Greeting Message** (first thing users see).
* Set a **Fallback Message** (for when the bot doesn't understand).
* Add **Quick Messages** for common questions.

***

#### Step 7: Style Your Chatbot

* Go to **APPEARANCE → Styles**.
* Choose widget position (bottom-right or bottom-left).
* Pick colors, button style, and bot avatar to match your brand.

[For more details about the Chatbot Editor](broken://pages/fKqmJeYAde4sQqNZIb2F) - Click Here

***

#### Step 8: Save and Preview

* Click **Save Changes** in the dashboard.
* Test your bot in preview mode to ensure everything works.

***

#### Step 9: Get Your Embed Code

* Copy the embed code snippet from **DEPLOY → Publish**.

[For More Detailed Ways to Embed your Chatbot- Click Here](/documentation/embedding-your-chatbot/getting-your-embed-code.md)

***

#### Step 10: Add to Your Website

* Paste the embed code into your website:
  * Squarespace → Embed Block or Code Injection
  * WordPress → Custom HTML block or AI Bot Kit Plugin
  * Other platforms → Paste into header/footer or custom code sections

***

#### Step 11: Verify Installation

* Publish your site.
* Open it in an incognito window and check if the chatbot loads.

***

#### Step 12: Monitor Analytics

* Go to your dashboard → **Analytics** tab.
* Track conversations, messages, characters, and daily active users.

[For More Detailed Analytics and Reporting](/documentation/analytics-and-reporting/dashboard-overview.md) - Click Here

***

#### Step 13: Retrain as Needed

* Add new documents, URLs, or FAQs anytime from the **KNOWLEDGE** section.
* Save → Your bot updates instantly.

***

#### Step 14: Upgrade (Optional)

* If you reach the Free Plan limits (50 messages/month), go to **Plans & Billing**.
* Upgrade to Basic, Essential, or Business for more bots, storage, and messages.

[For More Detailed Plans and Billing - Click Here](/documentation/plans-and-billing/where-to-find-your-usage.md)

***

⚡ **That's it!**\
Your AI chatbot is now live. You can customize it further anytime, but these 16 steps will take you from zero to a working chatbot in minutes.

👉 For more details, explore the individual tabs in this documentation (SETUP, KNOWLEDGE, APPEARANCE, ACTIONS, DEPLOY, INTEGRATIONS, Conversations, etc.).


---

# 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:

```
GET https://aibotkit.gitbook.io/documentation/readme.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.
