31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
---
|
||
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, you’ll be taken to the “Create a remix” page.
|
||
|
||
Once here, you’ll 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.
|