[ ABORT TO HUD ]
SEQ. 1
SEQ. 2

Chat Panel & @Mentions

💬 Chat & Context Management 15 min 200 BASE XP

The @ Symbol is Everything

Cursor's Chat panel (Ctrl+L) becomes exponentially more powerful when you learn to provide precise context using the @ mention system. Instead of pasting code manually, you reference exactly what the AI needs to see.

Available @ Mentions

MentionWhat It DoesBest For
@fileReferences a specific fileTargeted questions about one file
@folderReferences an entire directoryUnderstanding module architecture
@codebaseSemantic search across entire projectFinding patterns, understanding dependencies
@codeReferences specific symbols (functions, classes)Debugging specific functions
@webLive web search during chatFinding documentation, latest APIs
@docsSearch external documentationFramework docs, library references
@gitGit history, diffs, branchesUnderstanding recent changes
Token Economy: Only include the files necessary for the current task. Using @codebase for every question wastes tokens and can confuse the AI with irrelevant context.
SYNAPSE VERIFICATION
QUERY 1 // 3
Which @ mention performs a semantic search across your entire project?
@file
@folder
@codebase
@search
Watch: 139x Rust Speedup
Chat Panel & @Mentions | Chat & Context Management — Cursor Academy