> For the complete documentation index, see [llms.txt](https://wiki.blockbande.de/u/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.blockbande.de/u/systeme/fahrzeug-system/fahrbare-fahrzeuge.md).

# Fahrbare Fahrzeuge

Auf Blockbande gibt es neben den generierenden Fahrzeugen auch jene, mit denen man tatsächlich auf dem Plot fahren kann. Hierbei gibt es verschiedene Modelle.&#x20;

Die Fahrzeuge sind hier aufgeführt:

{% tabs %}
{% tab title="Truck" %}

<figure><img src="/files/JJAoLUGXu2mVgdBK39HP" alt="" width="479"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Taxi" %}

<figure><img src="/files/63hLj3KTLgTMydEoMhfD" alt="" width="561"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Polizei" %}

<figure><img src="/files/Z8c0WRW1zSG9h1ipZMlz" alt="" width="490"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Auto" %}

<figure><img src="/files/fbBI4lArJ7mQUfJDoUH7" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Motorrad" %}

<figure><img src="/files/yV0kmz0bwFMImMW5ZIzS" alt="" width="563"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Paulberger Lambo" %}

<figure><img src="/files/J2L0v5VaWd8COpXFhwNw" alt="" width="563"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

Abrufbar sind die Fahrzeuge über den Command <mark style="color:$primary;">**/garage**</mark>

<figure><img src="/files/w2M3OZ8IuN1ZN2wIg8kM" alt=""><figcaption></figcaption></figure>

In der Garage sind die Fahrzeuge geparkt. Je nach Rang hat man eine unterschiedliche Anzahl an Parkslots frei, um Fahrzeuge abzustellen.

{% hint style="warning" %}
Das Fahren auf Plots ist mit den Fahrzeugen möglich - auf Straßen allerdings nicht.&#x20;
{% endhint %}

Spieler können das Fahren unterbinden auf ihrem Plot über eine Plot-Flag.


---

# 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://wiki.blockbande.de/u/systeme/fahrzeug-system/fahrbare-fahrzeuge.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.
