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

# Features

zloma\_garages is a comprehensive garage management system with many interconnected features.

***

## Garage Types

| Type                                                                                        | Description                                         |
| ------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| [**Private**](/zloma-scripts/zloma_garages-paid/features/garage-types.md#private)           | Personal garages for individual players             |
| [**Public**](/zloma-scripts/zloma_garages-paid/features/garage-types.md#public)             | Open to all players                                 |
| [**Organization**](/zloma-scripts/zloma_garages-paid/features/garage-types.md#organization) | Job/gang restricted with grade control              |
| [**Infinitive**](/zloma-scripts/zloma_garages-paid/features/garage-types.md#infinitive)     | Unlimited spawn garages (rent-a-car, duty vehicles) |

## Impound System

| Type                                                                                                  | Description                          |
| ----------------------------------------------------------------------------------------------------- | ------------------------------------ |
| [**Personal**](/zloma-scripts/zloma_garages-paid/features/impound-system.md#personal-impound)         | Destroyed vehicles auto-impounded    |
| [**Organization**](/zloma-scripts/zloma_garages-paid/features/impound-system.md#organization-impound) | Organization vehicle impound         |
| [**Police**](/zloma-scripts/zloma_garages-paid/features/impound-system.md#police-impound)             | Police impound with fines and timers |

## Core Systems

| Feature                        | Page                                                                                                              |
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------- |
| Admin Panel & Tools            | [Admin Tools](/zloma-scripts/zloma_garages-paid/features/admin-tools.md)                                          |
| 3D Vehicle Preview             | [Vehicle Preview](/zloma-scripts/zloma_garages-paid/features/vehicle-preview.md)                                  |
| Garage-to-Garage Transfer      | [Garage Transfer](https://github.com/ZlomaScripts/zloma_docs/blob/main/zloma_garages/features/garage-transfer.md) |
| Vehicle/Garage Sharing         | [Shared Access](/zloma-scripts/zloma_garages-paid/features/shared-access.md)                                      |
| Fake License Plates            | [Fake Plates](/zloma-scripts/zloma_garages-paid/features/fake-plates.md)                                          |
| Vehicle Tracking & Persistence | [Vehicle Tracking](/zloma-scripts/zloma_garages-paid/features/vehicle-tracking.md)                                |

## Additional Features

* **Vehicle Nicknames** — Players can name their vehicles
* **Mileage Tracking** — Automatic odometer
* **Discord Logging** — Transfers, impounds, police actions
* **Society Payments** — Impound fees distributed to society accounts
* **Multi-Vehicle Type** — Cars, helicopters, boats with separate spawn points
* **Full Localization** — English + Croatian, easily extensible
* **Vehicle Grade Restrictions** — Boss can restrict org vehicles by rank


---

# 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://zloma-scripts.gitbook.io/zloma-scripts/zloma_garages-paid/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.
