> For the complete documentation index, see [llms.txt](https://ilumisoft.gitbook.io/arcade-racing-kit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ilumisoft.gitbook.io/arcade-racing-kit/systems/managers/vehicle-manager.md).

# Vehicle Manager

The vehicle manager tracks all vehicles in the scene and allows all other systems to get access to them in a very performant and flexible way. When a vehicle is created, it automatically registers itself.

The vehicle manager is required by the [Race Manager](/arcade-racing-kit/systems/managers/race-manager.md) and will be added automatically, if you add the [Race Manager](/arcade-racing-kit/systems/managers/race-manager.md) to the scene.
