# Tilt affects pressure

{% hint style="info" %}
This section has nothing to do with using tilt to draw strokes. This refers only to how the tilt of the pen affects pressure detection.
{% endhint %}

## Overview

The pen's physical tilt angle affects how pressure behaves.

* When holding the pen vertically, the pen is the most sensitive to pressure.
* When holding the pen tilted, the pen is less sensitive to pressure.

This is a NORMAL behavior of drawing tablet pens.

## Why this happens

Inside the pen, force from the nib is transmitted to a pressure sensor.

* When vertical, all the force on the tip of the nib hits the pressure sensor
* When tilted:
  * some of the force hits the pressure sensor
  * some of the force is transmitted to the barrel of the pen and thus is not detected

For more information about how pressure is detected: [EMR pressure detection](/drawtab/tech/emr/emr-pressure-detection.md)

## How you might notice it

When you draw a stroke with the pen held vertically you might see a thicker stroke, while at an angle you will notice a slightly thinner stroke.

## This can be useful

Most pens are "over-reactive" at low physical pressure and give very blobby strokes at very low pressure. If you encounter those, you can tilt the pen more to minimize those blobby artifacts. More here: See: [Drawing at low physical pressure](/drawtab/core/pressure/drawing-low-pressure.md)


---

# 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/core/pressure/tilt-affects-pressure.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.
