Learning Commands · Learning
/prereq command
List prerequisite knowledge needed to understand a concept
1 min read
List prerequisite knowledge needed to understand a concept
At a glance
| Field | Value |
|---|---|
| Command | /prereq |
| Usage | /prereq <concept> |
| Category | learning |
| Execution | server |
| Context | pok |
| Response type | markdown |
| Active PoK required | yes |
Parameters
- concept (required) — Concept to list prerequisites for
Examples
/prereq backpropagation
transformer architecture
How it works
The prereq command lists prerequisite knowledge in learning order.
How it works:
- Enter a concept you want to study
- The AI identifies all prerequisite knowledge needed
- You receive an ordered list from foundational to advanced
Parameters:
- concept (required): The concept to list prerequisites for
Aliases: /prerequisite, /prerequisites
What you'll see:
- Ordered list of prerequisites (learn these first)
- Importance level for each prerequisite
- Brief description of what each prerequisite covers
- Suggested learning path
Tips:
- Use before starting a new topic to check if you're ready
- Great for building a study roadmap
- Follow each prerequisite with
/explainto learn it
Was this article helpful?