> For the complete documentation index, see [llms.txt](https://wiki.bucketry.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.bucketry.net/features/elevators.md).

# Elevators

### What are Elevators?

Elevators allow you to create seamless builds without the need for stairs or ladders. If you want to go down a level, hold shift while on the elevator. If you want to go up a level, jump while on the elevator.

### How to Craft Elevators

By simply placing a redstone block underneath another block of the same color, you can make an elevator. Keep in mind, they have to be directly below or above one another, and can't go past 40 blocks.

<figure><img src="/files/i0DKoEyZnGe86Bt63Apg" alt=""><figcaption><p>Elevator example</p></figcaption></figure>


---

# 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://wiki.bucketry.net/features/elevators.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.
