> 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/recs/scenario-recs/whiteboarding-recs.md).

# Whiteboarding recommendations

## Scenario

When I "whiteboarding" i include any scenario where you are drawing something for the sake of communicating visually.

Example:

* Online teaching
* Zoom call
* Recording Khan-Academy style videos

{% hint style="info" %}
If you are new to drawing tablets, read this first: [Beginner's guide to drawing tablets](/drawtab/basics/beginners-guide.md). This buying guide builds on the beginner's guide. If you also just want to quickly get to some beginner recommendations then go here: [Beginner recommendations](/drawtab/recs/scenario-recs/beginner-recs.md).

Also: [Whiteboarding with drawing tablets](/drawtab/basics/scenarios/whiteboarding.md)

[Pen tablets vs pen displays](/drawtab/buying/pen-tablets-vs-pen-displays.md)
{% endhint %}

## Good news

You don't need a fancy tablet for white boarding

* For pen tablets (screenless tablets) - Any medium size beginner pen tablet will work. See: See: [Beginner pen tablets](/drawtab/recs/scenario-recs/beginner-recs/beginner-pen-tablet-recs.md)
* For pen displays (screen tablets) - [Beginner pen displays](/drawtab/recs/scenario-recs/beginner-recs/beginner-pen-display-recs.md)

## Pen tablet vs Pen display

Both work, but if you are drawing things live for these scenarios, I do encourage you to look into a pen display (screen tablet).

For his Khan Academy videos, the last time I checked, Sal Khan used an Intuos Pro Medium (PTH-660).


---

# 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/recs/scenario-recs/whiteboarding-recs.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.
