# How many pressure levels do you really need?

## Overview

You need about 2,000 levels of pressure — and could probably get by with far less.

These days it's fashionable for drawing tablets to advertise 8,000 or 16,000 levels of pressure. In my analysis, the vast majority of users only need about 2,000 levels and could get by with far less.

<figure><img src="https://1457921496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNde0PQIvNcFZNVxuTO0G%2Fuploads%2FOq3i2d00Q0AzSvwLWGhy%2FSlide_20250107_220448.png?alt=media&#x26;token=f1ad67ec-b856-485f-b25c-708db9937630" alt="" width="375"><figcaption></figcaption></figure>

## Reasoning

The short explanation is that the number of pressure levels has to be translated into visible aspects of your artwork, and there are natural limits to how many distinctions matter.

For example, if your pen supports 8,000 levels of pressure but your brush size is 100 pixels, there are only 100 different possible brush sizes. In other words, many of those 8,000 pressure levels map to the same brush size.

The same logic applies to transparency. Most people use 8-bit transparency, which gives 256 possible transparency values. So many of those 8,000 pressure levels map to the exact same transparency value.

There are some very specific conditions where someone might need more than 2,000 levels. But based on what I've observed, those cases are incredibly rare and highly specialized.

{% embed url="<https://youtu.be/PRbI02Y0CAo>" %}


---

# Agent Instructions: 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:

```
GET https://docs.sevenpens.com/drawtab/buying/how-many-pressure-levels.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
