[ ABORT TO HUD ]
SEQ. 1
SEQ. 2

Interface Tour & Navigation

🚀 Getting Started 15 min 125 BASE XP⌨ HANDS-ON LAB

The Cursor Interface

Cursor's interface extends VS Code with AI-native surfaces that fundamentally change how you write code:

SurfaceShortcutPurpose
Agent side paneCtrl+I / Ctrl+LChat with the agent, multi-file edits, Agent/Plan/Ask modes
Inline EditCtrl+KEdit code in-place with natural language (works in the terminal too)
Agents WindowCommand Palette → "Open Agents Window"Run many agents in parallel across workspaces, local and cloud

Model Selector

The model picker in the agent input lets you choose from today's frontier models: Claude Fable 5, Claude Opus 4.8, Claude Sonnet 5, Composer 2.5 (Cursor's own agentic coding model), Gemini 3.1 Pro / 3.5 Flash, the GPT-5.6 family (Luna, Sol, Terra), and Grok 4.5. Auto intelligently routes each request to the optimal model. Cycle models quickly with Ctrl+/.

Key Insight: Auto, Composer 2.5, and Grok 4.5 are billed from a generous first-party usage pool that's separate from your API-model allowance — the most cost-effective way to use Cursor daily.
⌨ HANDS-ON LABNavigate Cursor from the Shell
⭐ +125 XP

Because Cursor is a VS Code fork, its CLI inherits the full flag set. Audit your extensions, jump to an exact line, and diff two files — without touching the mouse.

1List every extension installed in Cursor.
2Open a file at an exact position with the --goto flag (file:line:column).
3Compare two files side-by-side in Cursor's diff editor.
lab-sandbox — simulated environment
INFINITY LAB SANDBOX v2.6 — simulated shell
Type the command for the current objective. Helpers: "hint", "solution", "clear".
$
OBJECTIVE 1 / 3 — type "hint" if stuck
SYNAPSE VERIFICATION
QUERY 1 // 3
What keyboard shortcut toggles the Agent side pane?
Ctrl+P
Ctrl+K
Ctrl+I (or Ctrl+L)
Ctrl+Shift+P
Interface Tour & Navigation Tutorial | Getting Started — Cursor Academy