> For the complete documentation index, see [llms.txt](https://documentation.jaksam-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.jaksam-scripts.com/vehicles-keys/server.md).

# Server

- [Refresh player owned vehicles](https://documentation.jaksam-scripts.com/vehicles-keys/server/refresh-player-owned-vehicles.md)
- [Get if player ID owns a plate](https://documentation.jaksam-scripts.com/vehicles-keys/server/get-if-player-id-owns-a-plate.md)
- [Vehicle locked/unlocked](https://documentation.jaksam-scripts.com/vehicles-keys/server/vehicle-locked-unlocked.md)
- [Player hotwired a vehicle](https://documentation.jaksam-scripts.com/vehicles-keys/server/player-hotwired-a-vehicle.md)
- [Player lockpicked a vehicle](https://documentation.jaksam-scripts.com/vehicles-keys/server/player-lockpicked-a-vehicle.md)
- [Give keys to identifier](https://documentation.jaksam-scripts.com/vehicles-keys/server/give-keys-to-identifier.md)
- [Remove keys from identifier](https://documentation.jaksam-scripts.com/vehicles-keys/server/remove-keys-from-identifier.md)
- [Give keys to player ID](https://documentation.jaksam-scripts.com/vehicles-keys/server/give-keys-to-player-id.md)
- [Remove keys from player ID](https://documentation.jaksam-scripts.com/vehicles-keys/server/remove-keys-from-player-id.md)
- [Vehicle window broken](https://documentation.jaksam-scripts.com/vehicles-keys/server/vehicle-window-broken.md)
- [Get player ID keys](https://documentation.jaksam-scripts.com/vehicles-keys/server/get-player-id-keys.md)
- [Get identifier keys](https://documentation.jaksam-scripts.com/vehicles-keys/server/get-identifier-keys.md)
- [Police alerted](https://documentation.jaksam-scripts.com/vehicles-keys/server/police-alerted.md)
- [Alarms](https://documentation.jaksam-scripts.com/vehicles-keys/server/alarms.md)
- [Alarm activated (player vehicle)](https://documentation.jaksam-scripts.com/vehicles-keys/server/alarms/alarm-activated-player-vehicle.md)
- [Alarm activated (NPC vehicle)](https://documentation.jaksam-scripts.com/vehicles-keys/server/alarms/alarm-activated-npc-vehicle.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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