# Introduction
This is a real time field service dispatching planner. It automatically dispatch jobs to different workers under business restrictions like working hour, skills, etc.
Some of the feature highlights:
- Real Time Dispatching based on three types of Dispatching Algorithms: Heuristic, Optimization, Reinforcement Learning
- Vehicle Routing Problem capability embedded
- Flexible Business Rule Plugins, specifies what solution is allowed but not how to reach a solution
- Explainable AI to do drag and drop what-if analysis.
- Full set of REST API and API Documents
To quickly try it, please follow Quick Start