# 🚛 Vehicles & Drivers (Asset Management)

These APIs manage the "Schedule of Assets" that are actually covered under a policy.

- **Fleet Synchronization:** Use `GET /v1/vehicles` and `GET /v1/drivers` to sync your internal fleet list with the insurance company's official records. If a driver is in your TMS but not in the API response, you can proactively flag a coverage gap.
- **Dynamic Onboarding:** When adding a new truck or driver to a fleet, use `POST /v1/vehicles` or `POST /v1/drivers` to push that asset data directly into the insurance workflow, reducing the lag time between acquisition and covered operation.