Learning Commands · Navigation

/next command

Continue to the next Point of Knowledge

1 min read

Continue to the next Point of Knowledge

At a glance

Field Value
Command /next
Usage `/next [--type=reading
Category navigation
Execution client
Context pok
Response type markdown

Examples

/next
/next --type=slide
/next --audio=true
/next --type=slide --audio=true

How it works

The next command advances to the next Point of Knowledge in your learning plan.

Presentation Modes:

  • reading (default): Rich markdown with embedded images, key concept highlights, and page references
  • slide: Multi-page interactive presentation with keyboard navigation

Audio Narration:

  • --audio=true: Enables ElevenLabs TTS narration synced with content
  • --audio=false (default): Text-only mode

Examples:

  • /next - Continue with default reading mode
  • /next --type=slide - Show content as interactive slides
  • /next --audio=true - Enable audio narration
  • /next --type=slide --audio=true - Slides with audio sync

Was this article helpful?