# Client

- [Self give current vehicle plate](https://documentation.jaksam-scripts.com/vehicles-keys/client/self-give-current-vehicle-plate.md)
- [Self give vehicle plate](https://documentation.jaksam-scripts.com/vehicles-keys/client/self-give-vehicle-plate.md)
- [Self remove vehicle plate](https://documentation.jaksam-scripts.com/vehicles-keys/client/self-remove-vehicle-plate.md)
- [Open remote UI menu](https://documentation.jaksam-scripts.com/vehicles-keys/client/open-remote-ui-menu.md)
- [Open keys list](https://documentation.jaksam-scripts.com/vehicles-keys/client/open-keys-list.md)
- [Toggle hotwiring](https://documentation.jaksam-scripts.com/vehicles-keys/client/toggle-hotwiring.md)
- [Get if local player owns a plate](https://documentation.jaksam-scripts.com/vehicles-keys/client/get-if-local-player-owns-a-plate.md)
- [Get owned plates of local player](https://documentation.jaksam-scripts.com/vehicles-keys/client/get-owned-plates-of-local-player.md)
- [Toggle closest vehicle lock](https://documentation.jaksam-scripts.com/vehicles-keys/client/toggle-closest-vehicle-lock.md)
- [Switch vehicle lock](https://documentation.jaksam-scripts.com/vehicles-keys/client/switch-vehicle-lock.md)
- [Vehicle locked/unlocked](https://documentation.jaksam-scripts.com/vehicles-keys/client/vehicle-locked-unlocked.md)
- [Replace/Disable default progress bar](https://documentation.jaksam-scripts.com/vehicles-keys/client/replace-disable-default-progress-bar.md)
- [Refresh self owned vehicles](https://documentation.jaksam-scripts.com/vehicles-keys/client/refresh-self-owned-vehicles.md)
- [Replace default police alert](https://documentation.jaksam-scripts.com/vehicles-keys/client/replace-default-police-alert.md)
- [Notifications](https://documentation.jaksam-scripts.com/vehicles-keys/client/notifications.md)
- [Replace default notifications](https://documentation.jaksam-scripts.com/vehicles-keys/client/notifications/replace-default-notifications.md)
- [Replace default help notifications](https://documentation.jaksam-scripts.com/vehicles-keys/client/notifications/replace-default-help-notifications.md)
- [Bypass start vehicle check](https://documentation.jaksam-scripts.com/vehicles-keys/client/bypass-start-vehicle-check.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.jaksam-scripts.com/vehicles-keys/client.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
