Master Cheatsheet
Quick lookup while you work. Open a linked lesson when you want the full story.
This page is a lookup wall, not a tutorial. If a line is confusing, open the linked lesson or the Glossary.
Everyday launch
cd path/to/project
grok # open interactive Grok here
grok -c # continue last session in this folder
grok --version
grok update
grok login
grok logoutWhile learning — safe defaults
- Stay in permission ask mode
- Put verification in every real task
- Use
@when you know the file - Prefer small slices over mega-prompts
- Write
AGENTS.mdearly
Keys (plain English)
Enter send message
Tab switch history ↔ typing box
Esc cancel work / close menus (careful with double-Esc)
Ctrl+N new session
Ctrl+O toggle always-approve (keep off at first)
Shift+Tab cycle Normal / Plan / Auto (when enabled) / Always-approve
Ctrl+P command palette
Ctrl+S stash / restore the prompt draft (not the session list)
F3 session picker (/resume)
Ctrl+\ agent dashboard
@ attach file
/ slash commandsSlash commands you will actually use early
/help /new /resume /rename /quit
/compact keep <notes>
/context /session-info
/plan /view-plan
/settings /docs /doctor /tutorialProduct tour (after install): /onboarding — same as /tutorial / /tour. Full encyclopedia: Slash Commands lesson (filter box included). There is no /yolo slash—use /always-approve or grok --yolo (CLI flag).
Session
/new /resume /compact /context /session-info /fork /rewind (/undo) /rename /copy /export /delete /cd /find /jump /timeline /recap /share /quit /home
Modes
/model /effort /always-approve /auto (gated) /plan /view-plan /multiline /vim-mode /minimal /fullscreen /compact-mode
Memory
/remember (always) · /memory /flush /dream (need memory enabled)
Extensions
/skills /plugins (/plugin) /marketplace /hooks (/hooks-list · /hooks-trust · /hooks-add · /hooks-remove · /hooks-untrust shell) /mcps /config-agents /personas /workflows (catalog)
Automation & multi-session
/loop /goal (gated) /deep-research /workflow (/workflow runs = live runs) /dashboard (/agents-dashboard, /sessions) /tasks /queue
Help & account
/help /docs /tutorial (/onboarding, /tour) /doctor /theme /settings /timestamps /btw /login /logout /usage /privacy /feedback /import-claude /release-notes /debug /announcements /transcript /edit-prompt /expand (minimal)
Hidden / fun
/gboom — easter-egg mini overlay (graphics terminal). Not a learning path. See Slash Commands → Hidden.
Reconciled for Grok 1.0.13. If something here disagrees with your install, trust in-app /docs, /release-notes, and ~/.grok/docs/user-guide/. Inventory file: data/slash-commands-inventory.json.
Multi-session & automation quick map
| Need | Reach for |
|---|---|
| Many sessions overview | /dashboard · aliases /sessions, /agents-dashboard · grok dashboard |
| Delete this session | /delete (confirm) · resume list d y · dashboard Ctrl+X twice |
| Undo turns / files | /rewind or /undo |
| Recurring check | /loop 10m … |
| Long shell job | Background · Ctrl+B · tasks pane |
| Multi-hour migration | /goal |
| Scripted one-shot | grok -p + output format + max-turns |
| External app tools | MCP · /mcps · grok mcp … |
| OS write limits | --sandbox workspace|read-only|strict |
Deep lessons: Dashboard · Loops & goals · Headless · Permissions vs sandbox · MCP.