> For the complete documentation index, see [llms.txt](https://wiki.mixelpixel.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mixelpixel.net/nicht-fertig/die-server-funktionen/fahrstuehle.md).

# Fahrstühle

Der Fahrstuhl ist eine Spezialfunktion auf unserem CityBuild - Spielmodus. Er ermöglicht den Spieler schnell zwischen verschiedenen Stockwerken wechseln zu lassen.

## Wer darf den Fahrstuhl benutzen?

Anhand der Grobwägeplatte bei [/p flags](/citybuild/plots/plot-einstellungen.md) kann entschieden werden, wer den Fahrstuhl benutzen darf.

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

##

## &#x20;                                  Fahrstuhl - Schritt für Schritt

<table data-header-hidden><thead><tr><th width="112" align="center"></th><th width="284" align="center"></th><th align="center"></th></tr></thead><tbody><tr><td align="center">Schritt 1</td><td align="center">Platziere 1 <strong>Grobwägeplatte (Eisendruckplatte)</strong> auf einen Block.</td><td align="center"><img src="/files/JbU7ujtPzqK9qvVbODR2" alt=""></td></tr><tr><td align="center">Schritt 2</td><td align="center">Platziere eine zweite Grobwägeplatte genau über/unter dieselbe <strong>X &#x26; Z - Koordinaten</strong> der anderen Platte. <strong>(Maximal 50 Blöcke von einander entfernt)</strong></td><td align="center"><img src="/files/OZuURzjNFOT7mT2fEhlB" alt=""></td></tr><tr><td align="center">Schritt 3</td><td align="center">Es öffnet sich ein <strong>Menü.</strong></td><td align="center"><img src="/files/FzmN9GtjGKb3SwGF93RM" alt=""></td></tr><tr><td align="center">Schritt 4</td><td align="center"><p>Bestätige den Bau des Fahrstuhles mit einem Linksklick auf den grünen Block. </p><p><strong>(Kostet 500 Münzen)</strong></p></td><td align="center"><img src="/files/sDFlzrwS1ZXzATwR4JHz" alt=""></td></tr><tr><td align="center">Schritt 5</td><td align="center"><p>Nun kann man sich auf die Druckplatte stellen und mit...</p><p></p><p><strong>Leertaste</strong> Hoch </p><p><strong>Shift</strong> Runter</p></td><td align="center"><img src="/files/1js1X60dCZfaiIxMNxOu" alt=""></td></tr><tr><td align="center">Spezial</td><td align="center"><p>Dies kann beliebig oft "wiederholt" werden.</p><p></p><p>Wichtig dabei ist nur, dass die <strong>maximale Grenze</strong> zwischen zwei Etagen <strong>nicht</strong> überschritten werden darf. <strong>(50 Blöcke)</strong></p></td><td align="center"><img src="/files/zOmzKdTj7oKn56h9BdLo" alt=""></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://wiki.mixelpixel.net/nicht-fertig/die-server-funktionen/fahrstuehle.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.
