This document only lists AI features that are present in the current codebase.
Access
- Main page:
/dashboard/ai
The AI page is rendered by AIController@index.
Available API Actions
The controller currently exposes these AI endpoints:
- scheduling suggestions
- predictive analytics
- no-show prediction for an event
- pricing suggestions for an event type
- dashboard insights
- natural-language request parsing
These are implemented in AIController methods such as:
getSchedulingSuggestions()getPredictiveAnalytics()getNoShowPrediction()getPricingSuggestions()getDashboardInsights()processNaturalLanguageRequest()
What We Can Confirm from Code
- AI services are wired via dependency injection (
AISchedulingAssistant,AIPredictiveAnalyticsService). - Endpoints perform request validation and return JSON responses.
- Errors are logged and returned as failure responses.
What This Guide Does Not Claim
To keep documentation accurate, this guide does not claim fixed accuracy percentages, guaranteed automation outcomes, or production KPIs unless verified by runtime monitoring.
Related
features/schedules.mdfeatures/invoicing-payments.mdreference/route-map.md