import React from 'react'; import { useNavigate } from 'react-router-dom'; import { ArrowLeft, ArrowRight, Folder, Network, Cpu, HardDrive, Wifi, Lock, CheckCircle, Zap, Bot } from 'lucide-react'; const categories = [ { icon: Wifi, name: 'Network', color: 'bg-blue-100 text-blue-600', desc: 'VPN, internet, DNS, routing issues' }, { icon: HardDrive, name: 'Hardware', color: 'bg-orange-100 text-orange-600', desc: 'Printers, monitors, peripherals' }, { icon: Cpu, name: 'Software', color: 'bg-purple-100 text-purple-600', desc: 'Crashes, installs, license errors' }, { icon: Lock, name: 'Access', color: 'bg-emerald-100 text-emerald-600', desc: 'Passwords, SSO, permissions' }, ]; const examples = [ { input: '"My laptop won\'t connect to the office WiFi after the Windows update"', output: { category: 'Network', subcategory: 'WiFi Connectivity', confidence: '97%', team: 'NetOps Team' } }, { input: '"I can\'t log in to Jira with my SSO credentials since yesterday"', output: { category: 'Access', subcategory: 'SSO / Identity', confidence: '95%', team: 'IAM Team' } }, { input: '"The projector in Conference Room B keeps disconnecting mid-call"', output: { category: 'Hardware', subcategory: 'AV Equipment', confidence: '92%', team: 'Hardware Support' } }, ]; export default function AutoCategorizationFeature() { const navigate = useNavigate(); return (
Our AI reads the intent of every ticket and tags it with the right category, subcategory, and team — in under 200ms.
Every ticket is mapped to one of these intelligent domains.
{desc}
Real user messages → instant AI categorization.
User Input
{ex.input}
{key}
{val}
Start routing tickets smarter today.