Skip to main content
Continue can be deeply customized to enhance your coding experience. From selecting model providers to creating custom prompts and implementing rules, you have complete control over how Continue works for you.

Core Customization Options

Advanced Configuration

Getting Started with Customization

Edit Your Configuration

Access your configuration directly from the Continue sidebar:
  1. Open the sidebar with cmd/ctrl + L (VS Code) or cmd/ctrl + J (JetBrains)
  2. Click the Agent selector above the main chat input
  3. Hover over an agent and click the gear icon (local agents) or new window icon (hub agents)

Configuration Management

Continue supports many model providers beyond the default. To switch:
  1. Choose your model provider
  2. Get an API key from the provider
  3. Add the model to your configuration
  4. Configure the API key in your secrets
Run AI models on your own hardware:
  1. Install Ollama
  2. Pull a model (e.g., ollama pull qwen3-coder)
  3. Configure Ollama provider
  4. See our Ollama guide for details
Create rules that guide AI behavior for your project:
  1. Create a .continue/rules folder in your project
  2. Add markdown files with your guidelines
  3. Rules automatically apply with Hub configs
  4. Learn more in the rules documentation
Build reusable prompts as slash commands:
  1. Define prompts in your configuration
  2. Use them with / in the chat
  3. Share across your team via Hub
  4. See the prompts guide for examples

Next Steps