Skip to main content

Testing: AI Engine

Test AI chat, insights, predictions, and semantic search.

Demo Credentials

RoleEmailPasswordTenant
Admindaniel.harris@example.comDemo1234!demo-association

Test 1: AI Chat

  1. Click AI Engine in the sidebar
  2. Type: "How many active members do we have?"
  3. ✅ AI responds with real data from your database
  4. Try: "What events are coming up?"
  5. Try: "Show me the revenue breakdown"

Test 2: AI Health

  1. Check the AI health status indicator
  2. ✅ Shows green when LLM is connected

Test 3: AI Insights

  1. Click on "Insights" in the AI section
  2. ✅ See auto-generated insights about your data

Test 4: Churn Prediction

  1. Go to a member profile in the Members module
  2. Look for AI churn risk indicator
  3. ✅ Shows risk level and factors

Test 5: Anomaly Detection

curl -X POST https://ams.14.jugaar.ai/api/v1/ai/predict/anomalies \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"module": "finances", "lookback_days": 30}'

Test 6: Available Models

curl -s https://ams.14.jugaar.ai/api/v1/ai/models \
-H "Authorization: Bearer $TOKEN"