# 🚗 Impound System

***

### 🚓 QBCore Police Impound & Clamp System

A fully-featured and customizable impound system for **QBCore** servers, designed to give law enforcement realistic control over vehicle impound and wheel clamp procedures.

***

#### ✅ Features

* **👮 Police Impound & Wheel Clamp**
  * Officers can clamp nearby vehicles and restrict access.
  * Vehicles can be impounded for a configurable duration and bill amount.
  * Wheel clamps persist across restarts.
* **📦 Persistent Storage**
  * All impound and clamp records are saved in the `impounded_vehicles` database.
  * Supports re-spawning impounded vehicles at saved coordinates with all mods and clamps intact after server restarts.
* **🧠 Smart Job Permissions**
  * Only specific jobs (police, sheriff, etc.) can use impound features.
  * Configurable in `config.lua`.
* **🧰 Vehicle Management UI**
  * Use commands or menu interfaces to view, manage, and release impounded vehicles.
  * Vehicle data (owner, time remaining, fees) displayed in clean and modern UI.
* **📅 Impound Duration & Billing**
  * Officers can set the impound duration and billing amount when impounding.
  * Players must pay the bill to retrieve their vehicle.
* **🔒 Anti-Abuse Measures**
  * Vehicles already impounded or clamped cannot be affected again.
  * All impound activity is logged.


---

# 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://z-store.gitbook.io/docs/resources/impound-system.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.
