# Wacom model number format

## Pen tablets

### Consumer vs Professional

The first letter to indicates if the tablet is a consumer of professional model. C means consumer. P means professional

* C -> Consumer (example: **C**TL-472)
* P -> Professional (example: **P**TH-660)

### Active area size

The first digit of the number Indicates the active area size of the tablet

* 4 -> small (example: CTL-**4**72)
* 6 -> medium (example: CTL-**6**100WL)
* 8 -> large (example: PTH-**8**60)&#x20;


---

# 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/brands/wacom/wacom-model-number-format.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.
