> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fife.bot/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> FIFE.BOT — AI chatbot platform. Set up a smart chatbot for your website in 3 minutes.

## What is FIFE.BOT?

FIFE.BOT is a SaaS platform that lets you deploy an AI-powered chatbot on your website — **without writing a single line of code**. Upload your documents, connect your knowledge base, pick a model, and embed a chat widget. That's it.

<Card title="Get started in 3 minutes" icon="rocket" horizontal href="/quickstart">
  Create your first chatbot, add knowledge, and embed the widget on your site.
</Card>

## Core Features

<Columns cols={3}>
  <Card title="RAG Chat Engine" icon="brain">
    Advanced retrieval-augmented generation with hybrid search (vector + full-text), multi-query decomposition, and LLM reranking.
  </Card>

  <Card title="Knowledge Base" icon="database">
    Feed your chatbot from websites, documents, text entries, Q\&A tables, Notion, Confluence, Google Drive, SharePoint, and OneDrive.
  </Card>

  <Card title="Embeddable Widget" icon="message-bot">
    Drop a single script tag on your site. Shadow DOM isolation, customizable theme, proactive messages.
  </Card>
</Columns>

<Columns cols={3}>
  <Card title="10+ AI Models" icon="microchip">
    Choose from GPT-4o, Claude Sonnet, Gemini, Llama, and more. A free model tier is included on every plan.
  </Card>

  <Card title="Analytics" icon="chart-mixed">
    Track conversations, user satisfaction, popular topics, and response quality in real time.
  </Card>

  <Card title="Multilingual" icon="globe">
    **14 UI languages** for the dashboard and widget (English is the default), including Czech, German, Spanish, French, Slovak, Portuguese, Italian, Polish, Dutch, Swedish, Turkish, Hungarian, and Ukrainian. Set widget language per chatbot; set app language in Profile.
  </Card>
</Columns>

## Knowledge Base Integrations

Connect your existing content — FIFE.BOT keeps it synced automatically.

<Columns cols={2}>
  <Card title="Web Scraping" icon="globe-pointer">
    Enter a URL, we crawl the site with Firecrawl. Auto-reindex on schedule.
  </Card>

  <Card title="Document Upload" icon="file-arrow-up">
    Drag & drop PDF, DOCX, or TXT files. Chunked, embedded, and searchable instantly.
  </Card>

  <Card title="Notion" icon="book">
    Connect your Notion workspace and select pages to sync into the knowledge base.
  </Card>

  <Card title="Confluence" icon="book-open">
    Pull content from Atlassian Confluence spaces and pages.
  </Card>

  <Card title="Google Drive" icon="google-drive">
    Authenticate via OAuth and pick files from your Drive to include.
  </Card>

  <Card title="SharePoint" icon="microsoft">
    Connect to SharePoint sites and sync document libraries into your knowledge base.
  </Card>

  <Card title="OneDrive" icon="cloud">
    Authenticate via Microsoft OAuth and import files from OneDrive.
  </Card>

  <Card title="Q&A Tables" icon="table">
    Add structured question-answer pairs directly in the dashboard.
  </Card>
</Columns>

## How It Works

<Steps>
  <Step title="Create a chatbot">
    Sign up, click **New Chatbot**, give it a name and pick an AI model.
  </Step>

  <Step title="Add knowledge">
    Upload documents, scrape a website, or connect Notion/Confluence/Google Drive/SharePoint. FIFE.BOT chunks, embeds, and indexes everything automatically.
  </Step>

  <Step title="Customize the widget">
    Choose colors, corner radius, header style, greeting message, and language.
  </Step>

  <Step title="Embed on your site">
    Copy a single `<script>` tag and paste it into your website's HTML. Done.
  </Step>
</Steps>

## Plans & Pricing

<Columns cols={3}>
  <Card title="Free" icon="gift">
    **\$0/month** — 1 chatbot, 50 credits/month, 1 knowledge source, free models only, whitelabel.
  </Card>

  <Card title="Pro" icon="bolt">
    **\$19/month** — 5 chatbots, 2,000 credits/month, 10 knowledge sources, models up to Premium, whitelabel, extra credits.
  </Card>

  <Card title="Business" icon="building">
    **\$49/month** — 10 chatbots, 5,000 credits/month, unlimited knowledge sources, all models (incl. Ultra), whitelabel, extra credits.
  </Card>
</Columns>
