What auto-dispatch actually does
Auto-dispatch is the algorithm inside modern dispatch platforms that decides which driver gets which job, automatically and instantly. When a booking arrives, the platform ranks every eligible driver using configurable rules — typically distance to pickup as the primary factor, then current ETA, driver rating, recent acceptance rate, vehicle class match, and shift fairness. The top-ranked driver is offered the job through their driver app with a short countdown (10–30 seconds). If they decline or time out, the job cascades to the next driver instantly. The whole sequence happens in milliseconds and runs 24/7 without a human in the loop.