$ checking_if_this_needs_ai

Not Everything Needs AI.
Your Live Chat? This Needs AI.

Your toaster doesn't need machine learning. Your fridge doesn't need a language model. But your website's customer chat? Yeah — that genuinely, desperately, unambiguously needs AI. And humans. Together. That's the whole point.

🍞 AI Toaster NOPE 💬 Live Chat NEEDS AI ✓ 🧦 AI Socks NOPE 🤝 Customer Support NEEDS AI ✓ 🪥 AI Toothbrush MAYBE? 📊 Lead Capture NEEDS AI ✓ 🌮 AI Tacos NOPE Instant Responses NEEDS AI ✓ 🪴 AI Houseplant ABSOLUTELY NOT 🏢 Department Routing NEEDS AI ✓ 🐕 AI Dog Walker THE DOG SAID NO 📚 Knowledge Retrieval NEEDS AI ✓ 🍞 AI Toaster NOPE 💬 Live Chat NEEDS AI ✓ 🧦 AI Socks NOPE 🤝 Customer Support NEEDS AI ✓ 🪥 AI Toothbrush MAYBE? 📊 Lead Capture NEEDS AI ✓ 🌮 AI Tacos NOPE Instant Responses NEEDS AI ✓ 🪴 AI Houseplant ABSOLUTELY NOT 🏢 Department Routing NEEDS AI ✓ 🐕 AI Dog Walker THE DOG SAID NO 📚 Knowledge Retrieval NEEDS AI ✓

Does This Actually Need AI? Let's Check.

Everyone's slapping "AI-powered" on everything from water bottles to wheelbarrows. Let's be honest about what genuinely benefits from intelligent automation — and what really, truly doesn't.

💬

Answering Customer Questions at 3am

Your team sleeps. Your customers don't always. AI responds instantly with answers from your actual knowledge base while humans rest.

THIS NEEDS AI ✓
🍞

Making Toast

It's bread. You push a lever. It heats up. It pops. This has worked flawlessly for a century. Please stop.

THIS DOES NOT NEED AI
🔀

Routing Sales vs. Support Queries

When a visitor asks about pricing, they shouldn't land in tech support. AI reads intent and sends them to the right department automatically.

THIS NEEDS AI ✓
🧦

Matching Your Socks

Buy identical socks. Problem solved. You don't need a neural network for laundry, Kevin.

THIS DOES NOT NEED AI
📚

Searching Your Docs to Answer a Question

RAG-powered retrieval scans your PDFs, help articles, and product pages in milliseconds to generate grounded, accurate answers. No hallucinations.

THIS NEEDS AI ✓
🌮

Ordering a Taco

"I'll have a taco." There. Done. You managed. The taco is delighted. AI was not required.

THIS DOES NOT NEED AI
🧑‍💻

Helping Agents Reply Faster

AI drafts suggested responses based on context and history. Your human agents edit, approve, and send — twice as fast with half the effort.

THIS NEEDS AI ✓
🪴

Watering a Houseplant

Stick your finger in the soil. Is it dry? Water it. This is not a data science problem.

THIS DOES NOT NEED AI

What the AI Actually Does (the Useful Stuff)

No gimmicks. No "blockchain-enhanced quantum chat." Just genuinely useful features that make your customer support faster, smarter, and more human.

rag-engine.sh

> RAG Knowledge Retrieval

Upload your documents, help articles, product specs, or point it at URLs. When visitors ask questions, the AI retrieves relevant chunks from your actual data and generates grounded, accurate answers. Not vibes — facts.

$ upload --docs ./knowledge-base/ --index
workflows.sh

> Intelligent Workflow Engine

Build conditional automations: if a visitor mentions "refund," route to billing. If they're a VIP, skip the queue. If it's after hours, let AI handle it solo. Visual builder, zero coding.

$ workflow create --trigger "intent:refund" --route billing
departments.sh

> Department Routing

Create unlimited departments — Sales, Support, Billing, Technical, VIP, whatever you need. AI analyses each conversation and routes it to the right team based on content, keywords, or custom rules.

$ dept add "Sales" "Support" "Billing" --auto-route on
handover.sh

> Seamless Human Handover

The AI knows when it's stuck. It flags the conversation, transfers to a human agent with full context (chat history, AI notes, visitor data), and the customer never notices the switch. Invisible. Magical.

$ handover --context full --notify agent --seamless
copilot.sh

> AI-Drafted Agent Responses

Even when a human is chatting, the AI works as their sidekick — suggesting replies, pulling up relevant docs, and speeding up response times. Agents get smarter, customers get faster answers.

$ copilot --mode assist --suggest on
analytics.sh

> Real-Time Analytics

Live dashboards with chat volume, resolution rates, response times, AI accuracy, agent performance, and visitor behaviour. Know what's working, spot what's not, and make data-driven decisions.

$ analytics --view dashboard --period 7d
multisite.sh

> Multi-Site Management

Run chat across all your websites from one dashboard. Each site gets its own knowledge base, branding, departments, and analytics. One login, total control, zero switching between tools.

$ sites add shop.com blog.com app.io --dashboard unified
widget.sh

> Customisable Widget

Match colours, position, greetings, avatars, and behaviour to your brand. It looks like it was built into your site from day one — not bolted on as an afterthought by an intern with a deadline.

$ widget style --theme brand --position right --greet on

Setup in Real Time (Yes, It's This Quick)

Here's what the next five minutes of your life look like if you sign up right now. Spoiler: they're productive.

STEP 1: SIGN UP
YouAlright, signed up. Now what?
SystemGreat — here's your embed code. One line of JavaScript. Paste it into your site's HTML, right before </body>. Done? You're live.
— 60 seconds elapsed —
STEP 2: FEED YOUR KNOWLEDGE
YouI've got a bunch of PDF help docs and an FAQ page. Can the AI use those?
SystemUpload them directly or paste the URL. The RAG engine indexes everything and starts using your real data within minutes. No training, no waiting, no PhD required.
— 3 minutes elapsed —
STEP 3: CONFIGURE & GO
YouSet up Sales and Support departments, added routing rules. A visitor just asked a pricing question and…
AI Assistant (on your site)Hi! I found our current pricing in the knowledge base. The Solo plan starts at £49.99/month. Would you like details on business plans, or shall I connect you with our sales team?
Your VisitorI'd like to talk to someone about enterprise options.
🧑 Sarah — Sales DeptHey there! I can see you're interested in enterprise pricing — I've got all the context from the AI. Let me walk you through our bespoke options.
— 5 minutes total. You're fully live. 🎉 —

The Stuff Under the Hood That Actually Matters

For the detail-oriented people (we respect you), here's what powers the platform beyond the flashy bits.

RAG Knowledge Retrieval CORE ENGINE

Retrieval-Augmented Generation is what stops this from being "just another chatbot." Instead of making things up (the AI equivalent of your mate who confidently gives wrong directions), the system searches your uploaded knowledge and generates answers backed by your actual data.

  • Upload PDFs, DOCX, TXT, or paste raw text directly into the dashboard
  • Point it at URLs — it crawls, extracts, and indexes the content automatically
  • Answers cite source documents so agents can verify in one click
  • Knowledge base updates propagate to the AI in near real-time
  • No hallucinations — if the AI doesn't know, it says so and escalates
  • Supports structured FAQ pairs for high-confidence quick answers
📄Document upload (PDF, DOCX, TXT)SUPPORTED
🌍URL crawling & auto-indexingSUPPORTED
Structured FAQ ingestionSUPPORTED
🔄Real-time knowledge updatesACTIVE
🛡️Source citation in responsesENABLED

Intelligent Workflow Automation NO-CODE

Think of workflows as "if this, then that" for your customer conversations — except smarter, because the "this" can be intent, sentiment, time of day, visitor profile, or a dozen other signals the AI detects automatically.

  • Visual drag-and-configure builder — no developers needed
  • Conditional branching for multi-path automation scenarios
  • Time-based escalation: if no agent responds in X minutes, re-route or notify
  • Auto-tag conversations for analytics, follow-up, or CRM sync
  • Trigger external webhooks to connect with your existing tools
  • Combine AI decisions with human approval checkpoints for sensitive actions
  • After-hours mode: let AI run solo with configurable boundaries

Department Routing & Agent Management SMART ROUTING

Not every question should go to the same person. Not every team should see every chat. Department routing ensures the right conversation lands with the right team, every time — automatically.

  • Unlimited departments with custom agents, knowledge, and operating hours
  • AI-driven auto-routing based on message content, keywords, and visitor context
  • Manual inter-department transfer with full conversation history preserved
  • Priority queues for VIP customers or high-urgency issues
  • Overflow rules: if Department A is full, spill to Department B or AI-only mode
  • Per-department greetings, avatar, and widget behaviour

Security, Privacy & Compliance UK HOSTED

Your customer data is important. We know it, you know it, your customers definitely know it. Here's how the platform keeps everything locked down.

  • All data encrypted in transit (TLS) and at rest (AES)
  • UK-based infrastructure — no surprise overseas data transfers
  • Designed with GDPR compliance in mind from the ground up
  • Configurable data retention policies — you control how long data is kept
  • No third-party data sharing without explicit consent
  • Regular security practices and infrastructure monitoring
< 2sAI response time
24/7Always-on coverage
5 minSetup to live
Departments available

What Does This Cost? (Less Than You Think)

No hidden fees. No per-message charges. No "contact us to find out the price" games. Here's the full picture.

Solo
£49.99 /mo

For solo founders, freelancers, and small sites. The full hybrid AI engine at an accessible price.

  • Hybrid AI + human chat
  • RAG knowledge base
  • Customisable widget
  • Basic workflow automation
  • Email support
Get Started
Bespoke
Custom

Enterprise-grade. Dedicated infrastructure, custom integrations, white-glove onboarding, and SLA guarantees.

  • Everything in Business
  • Dedicated account manager
  • Custom API integrations
  • SLA-backed uptime
  • Private cloud option
  • Bespoke AI training
Talk to Sales

Honest Answers to Reasonable Questions

The things real humans ask before committing. We get it.

If customers visit your site and ask questions — yes. Not the overhyped, replace-all-humans kind. The practical kind that responds instantly, pulls answers from your knowledge base, and hands off to a real person when things get complicated. That kind of AI? Your website needs it.
Chatbots follow scripts and break when someone asks something unexpected. This is a hybrid system with RAG knowledge retrieval, intelligent routing, workflow automation, and real human agents in the loop. It's what chatbots wish they were.
Five minutes. One JS snippet on your site, upload your knowledge content, set up departments if you need them. You'll be live before your coffee gets cold. Works with WordPress, Shopify, Squarespace, custom builds — whatever you've got.
The RAG engine grounds all responses in your uploaded knowledge — so the AI answers from your data, not its imagination. When it's genuinely unsure, it escalates to a human agent with full context. You can also review and refine the knowledge base at any time to improve accuracy.
That's literally the point. "Hybrid" means AI handles the routine stuff (instantly, accurately, at 3am) while humans handle the nuanced conversations that need empathy, judgement, and a real brain. The AI assists agents with suggested replies, context, and knowledge lookups.
Solo: £49.99/month. Business: £1,499/month with advanced workflows, unlimited departments, and multi-site support. Enterprise/Bespoke: contact IMSupporting for a tailored quote. No per-message fees, no surprise charges.
UK infrastructure. Encrypted in transit and at rest. Designed with GDPR compliance in mind. Configurable data retention. No overseas transfers. Your data stays put.

Still Scrolling? This Needs AI.

Every un-answered chat is a customer who went somewhere else. Five minutes from now, that problem is solved.

Create Your Free Account →