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

# Client

> Client-side events and exports available in Vehicles Keys.

This page lists the **client-side** events and exports available in Vehicles Keys.

<CardGroup cols={2}>
  <Card title="Notifications" icon="bell" href="/vehicles-keys/client/notifications">
    Replace the default notification and help notification systems.
  </Card>

  <Card title="Police alert" icon="siren-on" href="/vehicles-keys/client/replace-default-police-alert">
    Replace the default police alert behavior.
  </Card>

  <Card title="Progress bar" icon="spinner" href="/vehicles-keys/client/replace-disable-default-progress-bar">
    Replace the default progress bar.
  </Card>

  <Card title="Self give current vehicle plate" icon="car-side" href="/vehicles-keys/client/self-give-current-vehicle-plate">
    Give yourself the keys of the vehicle you're driving.
  </Card>

  <Card title="Self give vehicle plate" icon="key" href="/vehicles-keys/client/self-give-vehicle-plate">
    Give yourself the keys of a specific plate.
  </Card>

  <Card title="Self remove vehicle plate" icon="key" href="/vehicles-keys/client/self-remove-vehicle-plate">
    Remove your own keys for a specific plate.
  </Card>

  <Card title="Open keys list" icon="list" href="/vehicles-keys/client/open-keys-list">
    Open the keys list menu.
  </Card>

  <Card title="Open remote UI menu" icon="mobile-screen" href="/vehicles-keys/client/open-remote-ui-menu">
    Open the remote UI menu.
  </Card>

  <Card title="Toggle hotwiring" icon="bolt" href="/vehicles-keys/client/toggle-hotwiring">
    Temporarily enable or disable hotwiring.
  </Card>

  <Card title="Toggle closest vehicle lock" icon="lock" href="/vehicles-keys/client/toggle-closest-vehicle-lock">
    Manually toggle the lock of the closest vehicle.
  </Card>

  <Card title="Switch vehicle lock" icon="key" href="/vehicles-keys/client/switch-vehicle-lock">
    Switch the lock and revoke shared keys.
  </Card>

  <Card title="Vehicle locked/unlocked" icon="lock" href="/vehicles-keys/client/vehicle-locked-unlocked">
    Triggered when a vehicle's lock state changes.
  </Card>

  <Card title="Get if local player owns a plate" icon="circle-question" href="/vehicles-keys/client/get-if-local-player-owns-a-plate">
    Check if the local player owns a plate.
  </Card>

  <Card title="Get owned plates of local player" icon="list" href="/vehicles-keys/client/get-owned-plates-of-local-player">
    Get all plates owned by the local player.
  </Card>

  <Card title="Bypass start vehicle check" icon="key" href="/vehicles-keys/client/bypass-start-vehicle-check">
    Bypass the vehicle start conditions.
  </Card>
</CardGroup>


## Related topics

- [Client](/blips-creator/client/index.md)
