> ## 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.

# Self give vehicle plate

> Give yourself the keys of a specific vehicle plate.

You can use this event to self-give a vehicle plate, for example in the events where your framework spawns a vehicle with the `/car` command.

```lua Event theme={null}
TriggerServerEvent("vehicles_keys:selfGiveVehicleKeys", plate)
```

### Note

If you want an easier way to give yourself the keys of the vehicle you're currently driving, check [this page](/vehicles-keys/client/self-give-current-vehicle-plate).


## Related topics

- [Self give current vehicle plate](/vehicles-keys/client/self-give-current-vehicle-plate.md)
- [Client](/vehicles-keys/client/index.md)
- [Self remove vehicle plate](/vehicles-keys/client/self-remove-vehicle-plate.md)
- [Give keys to identifier](/vehicles-keys/server/give-keys-to-identifier.md)
- [On vehicle given](/dealerships-creator/server/on-vehicle-given.md)
