Configuration
paragon.json
Create aparagon.json file in your project root to configure Paragon behavior:
PARAGON.md
Use/init to generate a PARAGON.md file that provides project context to Paragon. This file should contain:
- Project structure overview
- Key technologies and frameworks
- Development conventions
- Important architectural decisions
Authentication
Login
Status
Logout
FAQ
How do I switch models mid-conversation?
How do I switch models mid-conversation?
Use the
/model command to open the model picker and select a different model. Your conversation context is preserved.What's the difference between sessions and compact?
What's the difference between sessions and compact?
Sessions are separate conversations with independent context.
/compact summarizes your current session and starts fresh with that summary as context.How do MCP servers work?
How do MCP servers work?
MCP (Model Context Protocol) servers extend Paragon’s capabilities by connecting to external tools and services. Configure them via
/mcp to give Paragon access to filesystems, databases, APIs, and more.Is yolo mode safe to use?
Is yolo mode safe to use?
Yolo mode (
/approvals) auto-approves all tool executions. Use it only when you trust the operations being performed and want faster iteration. You can toggle it off at any time.How do monitors work?
How do monitors work?
Monitors are scheduled tasks that run Paragon prompts at regular intervals. They require Polarity authentication and run in the background based on your configured cadence.
Can I use Paragon offline?
Can I use Paragon offline?
Paragon requires an internet connection to communicate with AI models. Some MCP servers may work offline if they only access local resources.
Getting Help
- Use
/helpto view keyboard shortcuts - Run
paragon --helpfor CLI options - Contact [email protected] for assistance

