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

# Handedness of drawing tablets

## Overview

You likely prefer to use a pen with your right hand or your left hand.

The good news is that drawing tablets are designed to work equally well for both cases. Sometimes, you do not even need to do anything at all — it will "just work."

## Case 1: A tablet with NO buttons

A tablet with NO buttons is symmetric across its vertical axis. In other words, the left side and the right side are no different. Out of the box, these tablets work for left-handed or right-handed people.

<div align="left"><figure><img src="/files/l6e1DpAENguowKb0qW5s" alt="" width="375"><figcaption></figcaption></figure></div>

## Case 2: A tablet with Buttons that are symmetric from left to right

If the buttons are symmetric from left-to-right - for example if the buttons are on top, then also this kind of tablet automatically works for left-handed and right-handed people.

<div align="left"><figure><img src="/files/Kqm0bE9SZB6YS9eclfEC" alt="" width="375"><figcaption></figcaption></figure></div>

## Case 3: A tablet with buttons that are on one side

If a tablet has buttons on one side, it is almost always the left side. This means a right-handed person can use the tablet easily. But a left-handed person must [rotate the drawing tablet](/drawtab/guides/ergonomics/rotating-drawtab.md) if they want to avoid accidentally hitting the buttons. Alternatively, they could disable the buttons in the driver so that the buttons are inactive.

<div align="left"><figure><img src="/files/8PRrOxun8hoRJgjglFbW" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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.sevenpens.com/drawtab/guides/ergonomics/handedness.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.
