> For the complete documentation index, see [llms.txt](https://kierandev.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kierandev.gitbook.io/documentation/tmc-resources/locker-boxes/features.md).

# Features

## Full Features List

* **Civilian Lockerbox**: Install a PIN-protected stash into any vehicle using the car\_lockerbox item, accessible only from inside that specific vehicle
* **Police Lockers**: Auto-fitted to class 18 vehicles, restricted to on-duty police, sheriff and bcso with no PIN needed for authorised officers
* **Breach System**: Civilians with the breach item can crack police lockers via a configurable Lockbox minigame and breaching progress bar sequence
* **Breach Access**: Window Successful breach grants re-access for a configurable time (default 5 min) so the player can return to the stash without repeating the minigame
* **Dispatch Integration**: Optional dispatch alerts fire on breach attempts with configurable chance, urgency level and targeted job types
* **Injection Protection**: Breach and removal flows run through server callbacks with source and item validation to block spoofed net events and Lua injectors
* **PIN Management**: Owners can change or confirm their PIN at any time with server-side verification enforced on every attempt
* **Removable Lockers**: PIN-confirmed removal flow with configurable item return and optional full stash wipe on uninstall
* **Fully Configurable**: Slots, weight, blacklists, progress bars, minigame settings, breach time and dispatch all tuneable from a single config file


---

# 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://kierandev.gitbook.io/documentation/tmc-resources/locker-boxes/features.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.
