> For the complete documentation index, see [llms.txt](https://docs.beekeeb.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beekeeb.com/build-guide.md).

# Keyboard Build Guide

- [Avalanche v4.2 Photo Build Log](https://docs.beekeeb.com/build-guide/avalanche-v4.2-photo-build-log.md)
- [elephant42 Keyboard Photo Build Log](https://docs.beekeeb.com/build-guide/elephant42-keyboard-photo-build-log.md)
- [elephant42 QMK Firmware with VIA](https://docs.beekeeb.com/build-guide/elephant42-keyboard-photo-build-log/elephant42-qmk-firmware-with-via.md)
- [Acrylic Case with Fabric Middle Plates for Split Keyboard Installation](https://docs.beekeeb.com/build-guide/elephant42-keyboard-photo-build-log/acrylic-case-with-fabric-middle-plates-for-split-keyboard-installation.md)
- [Redox v1 (rev 1.0) Build Log](https://docs.beekeeb.com/build-guide/redox-v1-rev-1.0-build-log.md)
- [Sofle RGB v2.1 SofleKeyboard Photo Build Log](https://docs.beekeeb.com/build-guide/sofle-rgb-v2.1-soflekeyboard-build-log-guide-with-photos.md)
- [Extra Photos for Soldering the RGB LEDs](https://docs.beekeeb.com/build-guide/sofle-rgb-v2.1-soflekeyboard-build-log-guide-with-photos/extra-photos-for-soldering-the-rgb-leds.md)
- [REVIUNG41 Case Installation](https://docs.beekeeb.com/build-guide/reviung41-case-installation.md): Photo logs of installing REVIUNG41 keyboard case
- [TOTEM Case Installation](https://docs.beekeeb.com/build-guide/totem-case-installation.md)
- [Prospector ZMK Dongle Photo Build Log & Firmware](https://docs.beekeeb.com/build-guide/prospector-zmk-dongle-photo-build-log-and-firmware.md)


---

# 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://docs.beekeeb.com/build-guide.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.
