> 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/heat.md).

# Heat

## Pen tablets

Pen tablets stay at ambient room temperature. They do not get hot or even warm.

<mark style="color:red;">**If your pen tablet or its cabling gets noticeably warm or hot. Disconnect it and contact support immediately.**</mark>

## Pen displays

Pen displays either stay at room temperature or get very slightly warm, maybe close to human body temperature.

* You may find that the amount of heat is correlated with the brightness setting.
* You may find that the heat is localized in certain regions on the tablet. This is normal for pen displays. You will often notice that the heat is near the ports.

<mark style="color:red;">**If your pen display or its cabling gets very warm or hot. Disconnect it and contact support immediately.**</mark>

## Cooling fans

To manage heat, a few displays have built-in cooling fans. This tends to be a feature found in certain Wacom pen displays.

## Pen computers

These are essentially laptops. So, in theory, they can get warmer than pen tablets and pen displays, which is normal for laptops. Your experience may vary depending on what you are doing.


---

# 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/heat.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.
