> For the complete documentation index, see [llms.txt](https://rgbkb.gitbook.io/rgbkb-build-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rgbkb.gitbook.io/rgbkb-build-guides/pan/assembly.md).

# Assembly

{% hint style="warning" %}
Do a fit-check of your switches, keycaps, encoders, and oled panels before soldering anything!
{% endhint %}

### Install stabilizers first! <a href="#install-stabilizers-first-and-oled-rotary-encoders" id="install-stabilizers-first-and-oled-rotary-encoders"></a>

1. Install stabilizers.
2. Install standoffs into the plate.
3. Assemble the switches and PCB onto the plate, without soldering any switches.
4. Double-check your layout with keycaps, and verify your LEDs are soldered in good positions.
5. Solder your switches into the PCB. There are many guides online for this, [Adafruit](https://learn.adafruit.com/adafruit-guide-excellent-soldering/common-problems) has a good reference guide.
6. Attach the acrylic cover to the PCB with 4 standoffs and 8 screws.
7. Attach rubber feet and/or tenting feet to LED PCB.
8. Screw the LED PCB onto the standoffs installed earlier.

## Ganymede

1. Attach the side pieces to your Pan switchplate.
2. If you have weights, use the included M3 screws/bolts to attach them to the bent metal piece.
3. Attach the bottom to the side pieces.

{% hint style="danger" %}
The side pieces were manufactured to an old drawing, and do not match the side profile of the bent metal bottom. If you would like them replaced during the next Ganymede run (TBD late 2020), please contact me.
{% endhint %}


---

# 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://rgbkb.gitbook.io/rgbkb-build-guides/pan/assembly.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.
