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

# Firmware

## Overview

The brains of your tablet are in the firmware. Firmware is a special kind of software stored on your device. More from Wikipedia: <https://en.wikipedia.org/wiki/Firmware>.

Generally speaking, you can avoid thinking about firmware.

However, every now and then, you may need to upgrade the firmware in your tablet.

## Upgrading firmware

The process of upgrading the firmware is usually very simple for a drawing tablet. You open the driver application, and there is usually some button to indicate that you can upgrade the firmware or check whether a new firmware version is available.

## Are there risks?

Updating the firmware is unlikely to damage your tablet in any fundamental way. However, the firmware can change the behavior of the tablet. For example, it might change how responsive the pen is because it may add or remove position smoothing.

## Should you upgrade the firmware?

In general, it is best to have the latest firmware. However, unless there is a specific problem you are having, you should avoid upgrading the firmware.

If you are considering installing firmware to fix a problem, please make sure you have contacted support first. They may have specific firmware versions they want you to use. They may want you to try a different firmware version to test something. They may also know that certain firmware should not be installed.


---

# 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/advanced/firmware.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.
