List queued prompts with /queue in Grok Build
List queued prompts with /queue in Grok Build
/queue lists the prompts waiting behind the turn that is running now. Official: Modes and Commands.
See the queue
- Open a Grok Build TUI session.
- While a turn is still running, type
/queueand send. - Read the prompts lined up behind the active turn.
Queue the next prompt without waiting
| Control | What it does |
|---|---|
Ctrl+; or Ctrl+' |
Toggle the prompt queue (Keyboard Shortcuts) |
| Type while a turn runs | Queue another prompt so it starts when the current turn finishes |
/queue |
Inspect what is already waiting |
Cancel the running turn with Esc or Ctrl+C when you want the queue to advance sooner.
Pitfalls
- Expecting
/queueto list background/looptasks or/tasksjobs — those live under/tasks, not the prompt queue. - Confusing the prompt queue with session history (
/sessions,/resume) —/queueis only prompts waiting behind the live turn.