Learning Commands · Reference & Visualization
/generate command
Generate learning content in various formats
1 min read
Generate learning content in various formats
At a glance
| Field | Value |
|---|---|
| Command | /generate |
| Usage | /generate <type> [format] [length] |
| Category | reference |
| Execution | server |
| Context | pok |
| Response type | markdown |
| Active PoK required | yes |
Examples
/generate quiz markdown short
/generate flashcards
/generate summary html long
How it works
The generate command creates learning content from your materials.
Content types:
- quiz: Multiple choice or open-ended questions
- flashcards: Spaced repetition cards
- summary: Condensed overview of materials
- notes: Structured study notes
- outline: Hierarchical topic outline
Output formats:
- markdown: Rich formatting with headers and lists
- plain: Simple text for copy-paste
- html: Web-ready formatted content
Length options:
- short: Quick overview (1-2 pages)
- medium: Standard detail (3-5 pages)
- long: Comprehensive coverage (6+ pages)
Was this article helpful?