Files
continue/docs/mission-control/configs/create-a-config.mdx
2026-01-30 15:47:00 -08:00

31 lines
1.3 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "How to Create a Config"
description: "Learn how to create custom AI coding configs in Continue Mission Control by remixing existing configs or building new ones from scratch with reusable blocks and YAML configuration."
sidebarTitle: "Create a Config"
---
## How to Create a Config from Scratch
To create a config from scratch, navigate to [your config settings](https://continue.dev/settings/configs).
Choose a name, slug, description, and icon for your config.
The easiest way to create an config is to click "Create config" with the default configuration and then add / remove blocks using the sidebar.
Alternatively, you can edit the config YAML directly before clicking "Create config". Refer to examples of configs on [continue.dev](https://continue.dev) and visit the [YAML Reference](/reference#complete-yaml-config-example) docs for more details.
## How to Remix a Config
You can also create an config by remixing an existing one. This is useful if you want to start with a pre-configured config and make modifications.
By clicking the “remix” button, youll be taken to the “Create a remix” page.
Once here, youll be able to
1. add or remove components from the config.
2. change the name, description, icon, etc.
Clicking “Create config” will make this config available for use.