> 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/drawtab-on-lap.md).

# Using a drawing tablet on your lap

This is something that might work for you. I have tried it, but it was not a great experience.

## **The tablet is unsteady in the lap**

Something like this may help <https://www.nytimes.com/wirecutter/reviews/best-lap-desk/>

## Dealing with fall damage

Because it is unsteady in the lap, you might drop your tablet on the floor.

If you are using a **pen tablet**, it probably won't damage the pen tablet.

If you are using a **pen display**, it's even more dangerous because if it falls from your lap your pen display is very likely to be damaged.

## Eye gaze

For a pen tablet, your eyes will be looking at a monitor and not at your tablet. This is the same whether the tablet is on a desk or in your lap.

For a pen display, your eyes will be looking at the pen display. Even when the pen display is on a desk, this might cause some neck or back strain. When the pen display is on your lap, you'll be looking at more of an angle, and that might cause even more strain.

## Hands in different locations

I found it slightly awkward to keep one hand on the tablet and another up on the desk to use the keyboard - I use a lot of keyboard shortcuts when I draw.

## Switching between drawing and typing

When the tablet is on my desk this is easy.

When the tablet was on my lap it was very awkward to move between drawing and typing because my hand had to travel too far.


---

# 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/drawtab-on-lap.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.
