> For the complete documentation index, see [llms.txt](https://docs.mapbox.com/android/navigation/llms.txt)

# Driver Notifications

> **Note (warning): Experimental API**
> 
> The **Driver Notifications API** is in a preview state and has a high chance of being changed in the future.

The `Driver Notifications API` allows developers to manage and display notifications for drivers based on real-time route progress. By leveraging [`DriverNotificationManager`](https://docs.mapbox.com/android/navigation/api/coreframework/3.29.0/driver-notification/com.mapbox.navigation.driver.notification/-driver-notification-manager/). with proposed [`DriverNotificationProvider`](https://docs.mapbox.com/android/navigation/api/coreframework/3.29.0/driver-notification/com.mapbox.navigation.driver.notification/-driver-notification-provider/) implementations, you can dynamically generate and observe notifications tailored to specific driving scenarios, such as faster route, slow traffic, borders crossing alerts or other route updates.

---