docs/guides/understanding-configs.mdx
Every developer has unique needs when it comes to AI assistance. Continue provides flexible configuration options to match your workflow, whether you want quick setup or full control.
To access your configuration:
gear icon to editContinue uses a config.yaml file that gives you complete control over every aspect of your experience, with all configuration stored directly on your machine.
Complete Control and Privacy
config.yaml into git alongside your code, ensuring reproducible environmentsLocal configuration lives in a single YAML file in your home directory:
File Locations:
~/.continue/config.yaml%USERPROFILE%\.continue\config.yamlQuick Access Method:
config.yaml file opens in your editorWhen you edit your config.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.
config.yaml like code -- commit it, review changes, and maintain historyConfig Not Loading?
Autocomplete Not Working?
Now that you understand both configuration approaches, you're ready to dive deeper:
Remember, the best configuration is the one that helps you code more effectively. Start simple, experiment freely, and gradually refine your setup as you discover what works best for your workflow.
Happy coding with Continue! 🚀