> For the complete documentation index, see [llms.txt](https://aibotkit-docs.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-docs.gitbook.io/documentation/introduction/what-is-ai-bot-kit.md).

# What is AI Bot Kit?

## Introduction

Imagine having a smart assistant on your website that never sleeps, never gets tired, and always has the right answers for your visitors. That's exactly what AI BotKit brings to your website!

<figure><img src="/files/9wZn5k9T02noiIvycVeQ" alt=""><figcaption></figcaption></figure>

[AI BotKit](https://aibotkit.io/) is a powerful yet easy-to-use app that adds an intelligent chatbot to your website. But this isn't just any ordinary chatbot - it's powered by advanced artificial intelligence that can actually understand your content and provide meaningful, helpful responses to your visitors.

## How Does It Work?

Think of AI BotKit as a super-smart assistant for your website:

1. **It reads everything on your website** - your blog posts, pages, product descriptions, and any documents you upload
2. **It understands and remembers** this information using advanced AI technology
3. **When visitors ask questions**, it instantly finds the most relevant information
4. **It provides helpful, accurate answers** in a natural, conversational way

No more visitors leaving because they couldn't find what they were looking for!

## Ready to Get Started?

The best part? You don't need to be tech-savvy to use AI BotKit. Our setup wizard will guide you through everything step-by-step, and you'll have your intelligent assistant up and running in minutes, not hours.

***

*This is just the beginning! AI BotKit is constantly evolving with new features like voice assistants and agentic AI coming soon. You're not just getting a chatbot - you're investing in the future of website interaction.*


---

# 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://aibotkit-docs.gitbook.io/documentation/introduction/what-is-ai-bot-kit.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.
