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

# Tablet inventory

## Overview

As of Feb 13, 2026 I have:

* 117 drawing tablets.
* 141 pens

Browse my inventory: <https://thesevenpens.github.io/DrawTabInventory/>

## Quick tour

Sometimes people doubt that I have as many drawing tablets as I claim. As evidence, below is a quick tour of MOST of the tablets I have. Although not every tablet is shown, the video at least gives you a sense of how many I have.

{% embed url="<https://www.youtube.com/watch?v=7vvlGeRwH18>" %}

## Notes on my collection

* The tablet name, model number, and brand
* When I purchased the tablet
* Which store I purchased from
* The year the tablet model was released
* Whether the tablet was bought new or used
* Some of these tablets are quite old - 10 years, 20+ years. Even though they work perfectly their age does make it more complex to use them. More here: [Using older drawing tablets](/drawtab/guides/general/older-drawtabs.md)
* All of the tablets work except one of the Wacom PTK-1240 units.

## Where I buy drawing tablets

* New tablets
  * Typically, amazon or occasionally B\&H Photo
  * If not available on those online retailers, I buy directly from manufacturer's online store (Wacom, Huion, XP-Pen)
* Older tablets
  * I buy older or used tablets on eBay. Most tablets on eBay are used, but occasionally you'll find an old one that has never been opened.
  * You can see from my inventory I have a lot of old and used tablets - mostly Wacom.

## How much have I spent on tablets?

Since 2021, about $40K USD.

This amount only accounts for drawing tablets, but does not include costs for:

* Additional pens
* Equipment used in making my YouTube videos or streams
* Measuring equipment (such as my digital scale, or infrared camera, etc.)


---

# 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/about/inventory.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.
