Skip to main content
You can complete this entire guide on the Free plan — no credit card needed.

1. Create Your Account

1

Go to app.fife.bot

Open app.fife.bot in your browser.
2

Sign up

Create an account with your email, or sign in instantly with Google or Microsoft.
3

Confirm your email

Check your inbox for a confirmation link. You’ll be redirected to the dashboard.

2. Create a Chatbot

1

Click + New Chatbot

From the dashboard, click the + New Chatbot button in the top right.
2

Name your chatbot

Give it a name visitors will see (e.g. “Support Bot”, “Sales Assistant”).
3

Pick a model

Select an AI model. Not sure? Start with GPT-4o Mini — fast, cheap, and capable.
TierExample modelsCredits/msg
FreeGPT-OSS 120B, GPT-4o Mini0
BudgetLlama 4 Maverick, Gemini 2.0 Flash, DeepSeek V3, Qwen3 235B1
StandardClaude Haiku 4.5, Gemini 2.5 Pro5
PremiumClaude Sonnet 4, GPT-4o10
UltraGPT 5.3, Claude Sonnet 4.622
4

Save

Click Create. Your chatbot is ready.

3. Add Knowledge

Your chatbot needs content to answer questions. Open the Knowledge Base tab and pick a source:
1

Click Add Source → Website

Enter your website URL (e.g. https://example.com).
2

Discover pages

FIFE.BOT crawls your sitemap and lists all found pages. Select the ones to include.
3

Scrape

Click Scrape selected. Pages are crawled, chunked, and embedded automatically.

4. Customize the Widget

Go to the Settings tab → Appearance sub-tab:
SettingDescription
Primary colorWidget accent color (12 presets or custom hex)
Font familyChoose from 10 fonts
Theme modeLight, dark, or auto (follows user’s system)
Header styleBranded or simple
Corner radius0–32px slider
Widget languageOne of 14 UI locales (default English); see Widget appearance
Use the live preview on the right to see changes in real time.

5. Embed on Your Website

Go to the Publish tab → Embed Widget sub-tab. Copy the script tag:
<script
  src="https://app.fife.bot/widget.js"
  data-agent-id="YOUR_AGENT_ID"
  defer
></script>
Paste it before the closing </body> tag on your website:
<body>
  <!-- Your website content -->

  <!-- FIFE.BOT Widget -->
  <script
    src="https://app.fife.bot/widget.js"
    data-agent-id="YOUR_AGENT_ID"
    defer
  ></script>
</body>
Done! A chat bubble appears in the bottom-right corner of your site. Visitors can now ask questions and get instant answers from your knowledge base.