docs/mission-control/configs/intro.mdx
Configs are flexible containers that combine multiple components to create powerful AI coding experiences using the Continue CLI or the Extensions. A single config can include:
<CardGroup cols={2}> <Card title="Models" icon="cube">Large Language Models for chat, autocomplete, editing, and more
Model Context Protocol servers that provide tools and capabilities
Guidelines that shape AI behavior and responses
Reusable instructions for common coding tasks
Each config defines:
This flexibility lets you create specialized setups for different contexts, like a Next.js config with React-specific rules and tools, or a data science config with Python analysis capabilities.
When creating configs, you can set visibility levels:
You can interact with configs in three main ways:
Browse the [Continue Mission Control](https://continue.dev/hub?type=configs) to see what configs others have built
Click "Install Config" (+) on any config that interests you
Add your API keys and customize components to match your workflow
Select the config from the dropdown in your Continue extension, type `/config` in the CLI, or use `--config` with the CLI commands
All configs follow the config.yaml format, whether you're using Mission Control interface or editing files locally. This ensures consistency between Mission Control-managed and local configurations.