What Are the Two Paths to AI Assistance?
Continue provides two distinct ways to configure: Think of Continueâs configuration options like choosing between a managed service and self-hosting. Both get you to the same destinationâpowerful AI assistance in your IDEâbut the journey and control level differ significantly.How to Access Your Configuration
Before we dive into the specifics, letâs understand how to access your configuration:- Open the Continue Chat sidebar by pressing cmd/ctrl + L (VS Code) or cmd/ctrl + J (JetBrains)
- Click the Config selector above the main chat input
- Hover over a config and click:
new window
icon for Hub configsgear
icon for Local configs

What Are Hub Configurations: The Managed Experience
Hub Configurations represent the âit just worksâ philosophy. When you sign in to Continue Hub, you gain access to a curated ecosystem of established configurations that sync seamlessly across all your development environments.Why Should You Choose Hub Configs?
The Power of Simplicity- Instant Setup: Browse the configuration marketplace and add any config to your account with a single click
- Web-Based Management: Configure models, add secrets, and customize settings through an intuitive web interfaceâno JSON editing required
- Automatic Synchronization: Make a change on the hub, and it reflects immediately across all your IDE instances
- Team Collaboration: Share custom configurations with your team, ensuring everyone uses the same optimized configurations

How to Get Started with Hub Configs
The journey from zero to AI-powered coding takes just four steps:- Select Your Config: Click the config selector in your IDEâs Continue panel
- Explore or Create: Browse community configurations or craft your own specialized setup
- Secure Your Keys: Add API keys as User Secrets in the hubâtheyâre encrypted and never exposed
- Sync and Code: Click âReload configâ to pull your latest settings
How to Manage Hub Configs
All Hub config management happens through the Hub. For detailed customization, see our guide on Editing a Config.What Are Local Configs: The Power Userâs Choice
Local configuration puts you in the driverâs seat. Using aconfig.yaml
file, you have complete control over every aspect of your Continue experience with all configuration stored directly on your machine.
Why Should You Choose Local Configs?
Complete Control and Privacy- Your Data, Your Rules: All configuration stays on your machineâperfect for air-gapped environments or strict data policies
- Version Control Integration: Check your
config.yaml
into git alongside your code, ensuring reproducible environments - Offline Capability: Once configured, no internet connection needed (assuming youâre using local models)
- Unlimited Customization: Access every configuration option, experimental feature, and advanced setting
How to Set Up Local Configs
Local configuration lives in a single YAML file in your home directory: File Locations:- macOS/Linux:
~/.continue/config.yaml
- Windows:
%USERPROFILE%\.continue\config.yaml
- Open the configs dropdown in your IDE
- Click the gear icon next to âLocal Configâ
- The
config.yaml
file opens in your editor

The Local Config Experience
When you edit yourconfig.yaml
, Continue provides intelligent autocomplete for all available options. Save the file, and Continue automatically reloads your configurationâno restart required.
The first time you use Continue, it generates a config.yaml
with sensible defaults. From there, you can customize everything from model selection to context providers, slash commands, and more.
For the complete configuration reference, see our config.yaml documentation.
How to Make the Right Choice
The decision between Hub and Local configs often comes down to your specific needs and constraints. Hereâs a framework to help you decide:Choose Hub Configs When You:
Value Convenience Over Control- Want to start coding with AI assistance in under 60 seconds
- Prefer visual interfaces over editing configuration files
- Need to switch between multiple machines frequently
- Work in a team that needs standardized AI assistance
- Want to share custom configs with teammates
- Need centralized API key management
- Require quick updates across your entire organization
- New to AI-powered development
- Want to experiment with different models and configurations
- Prefer guided setup experiences
Choose Local Configs When You:
Require Maximum Control- Need to version control your exact configuration
- Want to customize every aspect of the AI behavior
- Require reproducible development environments
- Work with sensitive code that requires air-gapped environments
- Need to ensure all configuration data stays local
- Have strict compliance requirements about data storage
- Comfortable editing YAML/JSON files
- Want access to experimental features
- Need to integrate with local tools and scripts
How to Use the Hybrid Approach
Hereâs a secret: you donât have to choose just one. Many developers use both approaches:- Hub Configs for general development and experimentation
- Local Configs for production work or client projects with specific requirements
Common Patterns and Best Practices
For Hub Config Users
- Start with Community Configs: Before creating your own, explore what others have built
- Use Secrets Properly: Never hardcode API keysâalways use the User Secrets feature
- Create Specialized Configs: Make different configs for different contexts (frontend, backend, DevOps)
- Share Liberally: If you create something useful, share it with the community
For Local Config Users
- Version Control Your Config: Treat your
config.yaml
like codeâcommit it, review changes, and maintain history - Use Environment Variables: For sensitive data, reference environment variables instead of hardcoding values
- Document Your Setup: Add comments to your config explaining non-obvious choices
- Keep a Backup: Before major changes, save a working copy of your configuration
Troubleshooting and Tips
Hub Config Issues
Changes Not Reflecting?- Click âReload configâ in your IDE
- Check your internet connection
- Ensure youâre signed in to the correct account
- Verify itâs added to your account on the hub
- Check if it requires specific API keys
Local Config Issues
Config Not Loading?- Verify file location matches your OS
- Check YAML syntax (Continue will show errors)
- Ensure file permissions allow reading
- Update to the latest Continue version
- Check that youâre editing the correct file
Next Steps
Now that you understand both configuration approaches, youâre ready to dive deeper:- For Hub Users: Create A Config
- For Local Users: Explore the Config Reference
- For Everyone: Discover Available Models