> 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/basics/app-compat.md).

# App compatibility with drawing tablets

## Summary

Once the tablet drivers are installed, **all applications** are compatible with drawing tablets. Pen-aware apps, such as Krita, can use features like pressure and tilt.

## All apps

All applications work with drawing tablets, even apps that are not pen-aware. These apps simply treat the drawing tablet like a mouse. In fact, they do not even know a drawing tablet is being used.

* **Changing position** - instead of moving the mouse, you move the pen.
* **Clicking** - instead of pressing a mouse button, you tap the pen on the tablet.
* **Double-clicking** - instead of pressing a mouse button twice, you tap the pen rapidly in the same location.
* **Dragging** - instead of pressing a mouse button and moving the mouse, you press the pen down on the tablet and move it without lifting.
* **Right-clicking** - instead of clicking the right mouse button, you press a pen button.

## Apps that are pen-aware

Some apps are **pen-aware**. These apps are designed with the possibility, or even expectation, that a drawing tablet may be used. Typical examples include Krita, Clip Studio Paint, and Photoshop.

These apps can take advantage of additional features of the drawing tablet such as pressure sensitivity and tilt sensitivity.


---

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

```
GET https://docs.sevenpens.com/drawtab/basics/app-compat.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.
