> For the complete documentation index, see [llms.txt](https://meadow-development.gitbook.io/meadow-development-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meadow-development.gitbook.io/meadow-development-docs/skripte/it_licenseplate/kompatible-systeme.md).

# Kompatible Systeme

## Art der Kompatibilität

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>✅ <strong>Unterstützt</strong></td><td>Das System steht im vollen Funktionsumfang zur Verfügung.</td><td></td></tr><tr><td>⚠️ <strong>Unterstützt</strong></td><td>Das System sollte den vollen Funktionsumfang bieten, ist jedoch bislang nicht getestet worden.</td><td></td></tr><tr><td>🚫 <strong>Nicht Unterstützt</strong></td><td>Das System kann nicht gemeinsam genutzt werden.</td><td></td></tr><tr><td><strong>🕛 Kommt...</strong></td><td>Wir arbeiten an der Unterstützung</td><td></td></tr></tbody></table>

### Garagen:

Seit den Update am 09.03.2026 ist das System **nicht mehr Garagenabhängig.**

\= Es werden alle Garagen ✅ **Unterstützt**

### Alter Code:

Der veraltete Code muss wieder entfernt werden.

<pre><code><strong>TriggerEvent("IT_Licenseplate:client:SetupVehicle", VEHICLE, PLATE)
</strong></code></pre>

<pre><code><strong>TriggerEvent("IT_Licenseplate:client:DesetupVehicle", VEHICLE, PLATE)
</strong></code></pre>

***

### VehicleShop:

<table><thead><tr><th width="296">System</th><th width="446">Kompatibilität</th></tr></thead><tbody><tr><td>esx_vehicleshop</td><td>✅ <strong>Unterstützt</strong></td></tr><tr><td>vms_vehicleshopv2</td><td>✅ <strong>Unterstützt</strong></td></tr><tr><td>jg_dealership</td><td>✅ <strong>Unterstützt</strong></td></tr></tbody></table>

<mark style="color:$warning;">**Falls dein Fahrzeughändler nicht aufgelistet ist, dann kannst du gerne im Support nachfragen. Gerne ein Ticket aufmachen mit deinen Händlerdaten, dann überprüfen wir das einmal.**</mark>

***

### Tuning:

<table><thead><tr><th width="296">System</th><th width="446">Kompatibilität</th></tr></thead><tbody><tr><td>advanced_vehicles</td><td>✅ <strong>Unterstützt</strong></td></tr></tbody></table>

***

### Andere Systeme

<table><thead><tr><th width="295">System</th><th width="449">Kompatibilität</th></tr></thead><tbody><tr><td></td><td></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://meadow-development.gitbook.io/meadow-development-docs/skripte/it_licenseplate/kompatible-systeme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
