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

# 1. Introduction (Version 2021-09-11)

Thank you for purchasing a dactyl manuform keyboard. The user guide will be continuously updated.&#x20;

Please make sure you selected the correct keyboard version on the left. Version refers to the date of shipment. For example, Version 2021-06-24 refers to any keyboard shipped from 2021-06-24 to 2021-09-11. Version 2021-09-11, the most current version, refers to any keyboards shipped after 2021-09-11.

1.1 Default keymap for the dactyl manuform 5x6 with 6 keyed thumb cluster

![](/files/-Md0KCzsDDH0pg_LX1_y)

![](/files/-Md0KELhTFH-ARglV0aQ)

![](/files/-Md0KR5B1hIf_acfZgZC)

1.2 Default keymap for the dactyl manuform 5x6 with 5 keyed thumb cluster

![](/files/-MjLrgvRgLrULxLQ_g9r)

![](/files/-MjLrlbqzXY8Q2oClvfp)

![](/files/-MjLroWFPagghsVut7fV)

1.3 Default keymap for the dactyl manuform 5x6 with 3 keyed thumb cluster

{% hint style="info" %}
For the 3 keyed thumb cluster keyboards, the keymap for the thumb cluster in QMK corresponds to a keyswitch at a different position on your keyboard. Figure 1 shows that the physical keys for the thumb cluster is shifted by 1 key towards the right compared to the QMK keymap. Below presents the same idea in a different format:

QMK Keymap:                                    MO(2) -- Space -- Backspace

Physical Keyboard:   Backspace -- MO(2) -- Space
{% endhint %}

![Figure 1. The QMK GUI keymap position map to a different physical position for the thumb cluster.](/files/-Mki-IkFSQZYFTP0S6K5)

![](/files/-Mkhs70h0pzHIwAz3xfk)

![](/files/-MkhtN5-pzuIvC5aKuHy)

![](/files/-MkhtRvVKUa5dM5tFx2O)


---

# 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.taikohub.com/version-2021-09-11/introduction.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.
