> 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/sol-3/fullhand.md).

# Fullhand

## Sol-SF

<figure><img src="/files/4FnqwbNitX6h3pmXxeu9" alt=""><figcaption></figcaption></figure>

1. Prepare the tops (Sol-SF only)
   1. Attach the "L" steel pieces (item 2) to the aluminum top (item 1) using two screws each (item 7).
   2. Attach the large steel insert (item 3) to the aluminum top using six screws.
   3. Place 2mm magnets (item 4) inside the 5 holes in the wrist area
   4. For final assembly, use 10mm magnets (item 6) on the "L" pieces, and use 8mm magnets (item 5) on the large steel insert.

## Sol-FH & Sol-SF

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

1. Prepare the bottom plates
   1. Attach the plate rubber to the brushed (opposite of the mirror-like surface) side of the bottom plate. The recommended method is to align the corners to the holes, then push down the middle area.
   2. Place the interconnect PCB as shown, with the bumps facing towards the outside of the case.
2. Assemble the case the same as a regular Sol 3, but put o-rings on the wrist LED PCBs and place in the corresponding spots in the middle section.

{% hint style="warning" %}
The LED PCBs have been mislabeled right/left, use them in the oppposite side indicated.
{% 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/sol-3/fullhand.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.
