Skip to content

Features

AI Assistant

This document only lists AI features that are present in the current codebase.

Last updated Aug 19, 2026 · 1 min read

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.md
  • features/invoicing-payments.md
  • reference/route-map.md

← All ProMediClinic – Clinic Management & Appointment Booking Software for Healthcare Practices documentation

We use cookies to understand how visitors use this site. Cookie Policy