diff --git a/docs/docs.json b/docs/docs.json
index 8556401ffc6..468b2c71e76 100644
--- a/docs/docs.json
+++ b/docs/docs.json
@@ -80,7 +80,7 @@
"group": "Getting Started",
"icon": "rocket-launch",
"pages": [
- "ide-extensions/install",
+ "getting-started/installing",
"ide-extensions/quick-start",
"customize/overview"
]
diff --git a/docs/getting-started/installing.mdx b/docs/getting-started/installing.mdx
new file mode 100644
index 00000000000..8643b24aeef
--- /dev/null
+++ b/docs/getting-started/installing.mdx
@@ -0,0 +1,156 @@
+---
+title: "Installing Continue"
+description: "Install Continue in VS Code, VSCodium, or JetBrains in just a few steps."
+---
+
+
+
+
+
+
+
+
+Click `Install` on the [Continue extension page in the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Continue.continue)
+
+
+
+
+ This will open the Continue extension page in VS Code, where you will need to
+ click `Install` again
+
+
+
+The Continue logo will appear on the left sidebar. For a better experience, move Continue to the right sidebar
+
+
+
+
+
+
+[Sign in to Mission Control](https://auth.continue.dev/) to get started
+
+
+
+
+ If you have any problems, see the [troubleshooting guide](/troubleshooting) or
+ ask for help in [GitHub Discussions](https://github.com/continuedev/continue/discussions)
+
+
+
+
+
+
+Continue is also available on the [Open VSX Registry](https://open-vsx.org/extension/Continue/continue) for editors that support it, including **VSCodium**, **Code - OSS**, and other VS Code alternatives.
+
+
+
+Visit the [Continue page on Open VSX](https://open-vsx.org/extension/Continue/continue) and click `Download` to get the `.vsix` file, or search for "Continue" directly in your editor's extension panel
+
+
+ The Open VSX extension panel looks different from the VS Code Marketplace.
+ If you are searching from inside your editor, make sure it is configured to
+ use the Open VSX registry (this is the default for VSCodium)
+
+
+
+
+
+ If you downloaded the `.vsix` file manually, install it via the command palette:
+
+ 1. Open the command palette (`Ctrl` + `Shift` + `P`)
+ 2. Run **Extensions: Install from VSIX...**
+ 3. Select the downloaded `.vsix` file
+
+
+
+The Continue logo will appear on the left sidebar. For a better experience, move Continue to the right sidebar
+
+
+
+
+
+
+[Sign in to Mission Control](https://auth.continue.dev/) to get started
+
+
+
+### VSCodium Troubleshooting
+
+If Continue does not appear in the extension search results inside VSCodium, your editor may not be configured to use the Open VSX registry. You can verify and fix this by checking the `product.json` configuration file for your platform:
+
+| Platform | Typical `product.json` location |
+|---|---|
+| **Linux** (system install) | `/usr/share/codium/resources/app/product.json` |
+| **Linux** (Flatpak) | `/var/lib/flatpak/app/com.vscodium.codium/current/active/files/share/codium/resources/app/product.json` |
+| **macOS** | `/Applications/VSCodium.app/Contents/Resources/app/product.json` |
+| **Windows** | `C:\Users\\AppData\Local\Programs\VSCodium\resources\app\product.json` |
+
+Open `product.json` and verify that the `extensionsGallery` section points to the Open VSX registry:
+
+```json
+"extensionsGallery": {
+ "serviceUrl": "https://open-vsx.org/vscode/gallery",
+ "itemUrl": "https://open-vsx.org/vscode/item",
+ "resourceUrlTemplate": "https://open-vsx.org/vscode/unpkg/{publisher}/{name}/{version}/{path}"
+}
+```
+
+
+ A common mistake is using `https://marketplace.visualstudio.com` URLs here --
+ those are for the proprietary VS Code Marketplace and will not work in
+ VSCodium. The correct service URL is `https://open-vsx.org/vscode/gallery`.
+
+
+After saving changes to `product.json`, restart VSCodium. You should then be able to search for and install Continue from the extensions panel.
+
+
+ If you have any problems, see the [troubleshooting guide](/troubleshooting) or
+ ask for help in [GitHub Discussions](https://github.com/continuedev/continue/discussions)
+
+
+
+
+
+
+
+
+Open your JetBrains IDE and open **Settings** using `Ctrl` + `Alt` + `S`
+
+
+
+ Select **Plugins** on the sidebar and search for "Continue" in the marketplace
+
+
+
+Click `Install`, which will cause the Continue logo to show up on the right toolbar
+
+
+
+
+
+
+[Sign in to Mission Control](https://auth.continue.dev/) to get started
+
+
+
+
+ If you have any problems, see the [troubleshooting guide](/troubleshooting) or
+ ask for help in [GitHub Discussions](https://github.com/continuedev/continue/discussions)
+
+
+
+
+
+## Signing in
+
+Click "Get started" to sign in to Mission Control and get started.
+
+