Skip to main content

What is a spot?

A spot is a specific poker situation within a strategy. It represents one node in the preflop decision tree — a combination of position, action, and context that determines which hands you should play and how. For example, “UTG open raise in a 6-max cash game at 100bb” is a spot. “BTN facing a CO open raise — 3-bet range” is another spot. Each spot contains a range — the 13×13 hand grid showing which hands you play and what action you take with each one.

Spot properties

PropertyDescriptionExample
PositionYour seat at the tableUTG, MP, CO, BTN, SB, BB
Action lineThe sequence of actions leading to this decisionOpen, vs Open → 3-Bet, vs Open → Call
Stack depthEffective stack size for this spot (optional override)100bb, 25bb, 15bb
RangeThe 13×13 grid of hands and their assigned actionsAA raises 100%, KJs raises 75% / calls 25%
NotesYour own notes about this spot”Tighten up if villain is nit”

Spots in the decision tree

Spots are organized as a decision tree inside each strategy, not as flat files in a folder. This mirrors how poker decisions actually work — each decision leads to the next possible decision.
UTG
├── Open Raise
│   ├── vs MP 3-Bet → 4-Bet
│   ├── vs MP 3-Bet → Call
│   └── vs MP 3-Bet → Fold
└── Fold

MP
├── Open Raise (no prior action)
├── vs UTG Open → 3-Bet
├── vs UTG Open → Call
└── vs UTG Open → Fold

Subranges (child spots)

A spot can have child spots that represent the continuation of the decision. For example:
  • You create a spot for “CO Open Raise”
  • Under that, you add child spots for “BTN 3-Bet → 4-Bet”, “BTN 3-Bet → Call”, and “BTN 3-Bet → Fold”
This parent-child relationship keeps your strategy organized and easy to navigate.

Spot limits by plan

PlanMax spots
Free10,000
Pro20,000
Elite50,000

Mastery tracking

Each spot has a mastery level from 0 to 4 that reflects how well you know it based on your training history:
LevelLabelMeaning
0UntrainedYou haven’t trained on this spot yet
1LearningYou’ve started training but accuracy is low
2DevelopingYou’re getting better but still making mistakes
3ProficientYou answer most hands correctly
4MasteredYou consistently answer correctly over time
Mastery badges appear on each spot in the strategy tree so you can see your progress at a glance.