> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Refresh self owned vehicles

> Refresh the local player's owned vehicles list client side, for example after buying a new vehicle.

Triggering this event (from client side) will refresh the list of the player's owned vehicles (from `owned_vehicles` on ESX or `player_vehicles` on QBCore).

This is useful to update the list of owned vehicles when a player buys a new vehicle — you can add this line of code right after a successful vehicle purchase.

```lua Event theme={null}
TriggerServerEvent("vehicles_keys:refreshMineOwnedVehicles")
```


## Related topics

- [Refresh player owned vehicles](/vehicles-keys/server/refresh-player-owned-vehicles.md)
- [FAQ](/vehicles-keys/faq.md)
- [Client](/vehicles-keys/client/index.md)
- [Server](/vehicles-keys/server/index.md)
- [Self give vehicle plate](/vehicles-keys/client/self-give-vehicle-plate.md)
