diff --git a/docs/cody/capabilities/blocks/cody-selecting-context.mdx b/docs/cody/capabilities/blocks/cody-selecting-context.mdx
new file mode 100644
index 000000000..b5a00bbad
--- /dev/null
+++ b/docs/cody/capabilities/blocks/cody-selecting-context.mdx
@@ -0,0 +1,4 @@
+Cody's chat allows you to add files and symbols as context in your messages.
+
+- Type `@` and then a filename to include a file as context
+- Type `@#` and then a symbol name to include the symbol's definition as context. Functions, methods, classes, types, etc., are all symbols
diff --git a/docs/cody/capabilities/blocks/cody-write-code.mdx b/docs/cody/capabilities/blocks/cody-write-code.mdx
new file mode 100644
index 000000000..ef0b79abe
--- /dev/null
+++ b/docs/cody/capabilities/blocks/cody-write-code.mdx
@@ -0,0 +1,13 @@
+The chat feature can also write code for your questions. For example, in VS Code, ask Cody to "write a function that sorts an array in ascending order".
+
+You are provided with code suggestions in the chat window along with the following options for using the code.
+
+- The **Copy Code** icon to your clipboard and paste the code suggestion into your code editor
+- Insert the code suggestion at the current cursor location by the **Insert Code at Cursor** icon
+- The **Save Code to New File** icon to save the code suggestion to a new file in your project
+
+During the chat, if Cody needs additional context, it can ask you to provide more information with a follow-up question. If your question is beyond the scope of the context, Cody will ask you to provide an alternate question aligned with the context of your codebase.
+
+
diff --git a/docs/cody/capabilities/blocks/how-chat-works.mdx b/docs/cody/capabilities/blocks/how-chat-works.mdx
new file mode 100644
index 000000000..fb9a242cb
--- /dev/null
+++ b/docs/cody/capabilities/blocks/how-chat-works.mdx
@@ -0,0 +1,7 @@
+Cody can use several methods (including keyword search and optional embeddings context) to ask relevant questions. For VS Code extension users, Cody also uses context from the files to provide an informed response based on your codebase. Cody also tells you which code files it reads to generate its responses.
+
+Cody can assist you with various use cases such as:
+
+- Generating an API call: Cody can analyze your API schema to provide context for the code it generates
+- Locating a specific component in your codebase: Cody can identify and describe the files where a particular component is defined
+- Handling questions that involve multiple files, like understanding data population in a React app: Cody can locate React component definitions, helping you understand how data is passed and where it originates
diff --git a/docs/cody/capabilities/chat.mdx b/docs/cody/capabilities/chat.mdx
index fbe284d0f..37ace171c 100644
--- a/docs/cody/capabilities/chat.mdx
+++ b/docs/cody/capabilities/chat.mdx
@@ -1,3 +1,7 @@
+import HowChatWorks from './blocks/how-chat-works.mdx'
+import CodyWriteCode from './blocks/cody-write-code.mdx'
+import CodySelectingContext from './blocks/cody-selecting-context.mdx'
+
# Chat
Use Cody's chat to get contextually-aware answers to your questions.
@@ -16,17 +20,9 @@ To use Cody's chat, you'll need to have the following:
- A supported editor extension (VS Code, JetBrains, and Neovim) installed
## How does chat work?
-
-Cody can use several methods (including keyword search and optional embeddings context) to ask relevant questions. For VS Code extension users, Cody also uses context from the files to provide an informed response based on your codebase. Cody also tells you which code files it reads to generate its responses.
-
-Cody can assist you with various use cases such as:
-
-- Generating an API call: Cody can analyze your API schema to provide context for the code it generates
-- Locating a specific component in your codebase: Cody can identify and describe the files where a particular component is defined
-- Handling questions that involve multiple files, like understanding data population in a React app: Cody can locate React component definitions, helping you understand how data is passed and where it originates
+
## Ask Cody your first question
-
Let's use Cody VS Code extension's chat interface to answer your first question.
- Click the Cody icon in the sidebar to view the detailed panel
@@ -42,27 +38,10 @@ Cody will take a few seconds to process your question, providing contextual info
## Ask Cody to write code
-
-The chat feature can also write code for your questions. For example, in VS Code, ask Cody to "write a function that sorts an array in ascending order".
-
-You are provided with code suggestions in the chat window along with the following options for using the code.
-
-- The **Copy Code** icon to your clipboard and paste the code suggestion into your code editor
-- Insert the code suggestion at the current cursor location by the **Insert Code at Cursor** icon
-- The **Save Code to New File** icon to save the code suggestion to a new file in your project
-
-During the chat, if Cody needs additional context, it can ask you to provide more information with a follow-up question. If your question is beyond the scope of the context, Cody will ask you to provide an alternate question aligned with the context of your codebase.
-
-
+
## Selecting Context
-
-Cody's chat allows you to add files and symbols as context in your messages.
-
-- Type `@` and then a filename to include a file as context
-- Type `@#` and then a symbol name to include the symbol's definition as context. Functions, methods, classes, types, etc., are all symbols
+
### Chat vs Commands
diff --git a/docs/cody/clients/blocks/cody-for-web-intro.mdx b/docs/cody/clients/blocks/cody-for-web-intro.mdx
new file mode 100644
index 000000000..80be2126c
--- /dev/null
+++ b/docs/cody/clients/blocks/cody-for-web-intro.mdx
@@ -0,0 +1,9 @@
+
+Cody support for Web interface is in the Experimental stage.
+
+
+In addition to the Cody extensions for [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains) IDEs, and [Neovim](/cody/clients/install-neovim), Cody is also available in the Sourcegraph web app. Community users can use Cody for free by logging into their accounts on Sourcegraph.com, and enterprise users can use Cody within their Sourcegraph instance.
+
+
+
+
diff --git a/docs/cody/clients/blocks/connect-instance-jetbrains-enterprise.mdx b/docs/cody/clients/blocks/connect-instance-jetbrains-enterprise.mdx
new file mode 100644
index 000000000..db0a3905c
--- /dev/null
+++ b/docs/cody/clients/blocks/connect-instance-jetbrains-enterprise.mdx
@@ -0,0 +1,7 @@
+To connect the extension with your Enterprise instance,
+
+- Click **Sign in with an Enterprise Instance**
+- Enter the server for your enterprise instance (e.g. `https://.sourcegraph.com`)
+- Select **Generate new token**. You'll be directed to the **Access tokens** page on your instance in the browser
+- Generate a new token, copy it, and paste it into the **Token** field in your editor
+- Click **Sign in**
diff --git a/docs/cody/clients/blocks/connect-instance-vscode-enterprise.mdx b/docs/cody/clients/blocks/connect-instance-vscode-enterprise.mdx
new file mode 100644
index 000000000..cab1a915a
--- /dev/null
+++ b/docs/cody/clients/blocks/connect-instance-vscode-enterprise.mdx
@@ -0,0 +1,43 @@
+ If you are using an older version of Cody, uninstall it and reload VS Code. It's always recommended to install the latest version before proceeding to next steps.
+
+Sourcegraph Enterprise users should connect Cody to their Enterprise instance by clicking **Sign In to Your Enterprise Instance**.
+
+You'll be prompted to choose how to sign-in, select **Sign In to Sourcegraph Instances v5.1 and above**.
+
+
+
+Enter the URL of your Enterprise instance. If you are unsure, please contact your administrator.
+
+
+
+A pop-up will ask if you want to Open the URL in a new window. Click **Open** to open the URL in a new window.
+
+
+
+Sign in to your instance. If you do not yet have a login, please contact your administrator.
+
+
+
+Create an access token from Account Settings - Access Tokens. Click **+ Generate new token**
+
+
+
+Name the token and click **+ Generate token**.
+
+
+
+Copy the token and return to VSCode.
+
+
+
+Again, click **Sign In to Your Enterprise Instance** and choose **Sign In to Sourcegraph Instances v5.1 and above**. Enter the URL of your instance.
+
+You should now be prompted to authorize Sourcegraph to connect to your VSCode extension using the token you created. Click **Authorize**.
+
+
+
+Finally, you will be asked to allow the extension access. CLick **Open**.
+
+
+
+VSCode should now display the Cody panel and you're ready to go.
diff --git a/docs/cody/clients/blocks/install-jetbrains-extension.mdx b/docs/cody/clients/blocks/install-jetbrains-extension.mdx
new file mode 100644
index 000000000..863cb1d72
--- /dev/null
+++ b/docs/cody/clients/blocks/install-jetbrains-extension.mdx
@@ -0,0 +1,9 @@
+Follow these steps to install the Cody plugin:
+
+- Open JetBrains IntelliJ editor on your local machine
+- Open **Settings** (Mac: `⌘+,` Windows: `Ctrl+Alt+S`) and select **Plugins**
+- Type and search **Sourcegraph Cody + Code Search** extension and click **Install**
+
+
+
+Alternatively, you can [Download and install the extension from the Jetbrains marketplace](https://plugins.jetbrains.com/plugin/9682-sourcegraph).
diff --git a/docs/cody/clients/blocks/install-vscode-extension.mdx b/docs/cody/clients/blocks/install-vscode-extension.mdx
new file mode 100644
index 000000000..f8dca079c
--- /dev/null
+++ b/docs/cody/clients/blocks/install-vscode-extension.mdx
@@ -0,0 +1,10 @@
+Follow these steps to install the Cody AI extension for VS Code:
+
+- Open VS Code editor on your local machine
+- Click the **Extensions** icon in the Activity Bar on the side of VS Code, or use the keyboard shortcut `Cmd+Shift+X` (macOS) or `Ctrl+Shift+X` (Windows/Linux)
+- Type **Cody AI** in the search bar and click the **Install** button
+- After installing, you may be prompted to reload VS Code to activate the extension
+
+
+
+Alternatively, you can also [download and install the extension from the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-ai) directly.
diff --git a/docs/cody/clients/cody-with-sourcegraph.mdx b/docs/cody/clients/cody-with-sourcegraph.mdx
index eefd4942b..5a058071b 100644
--- a/docs/cody/clients/cody-with-sourcegraph.mdx
+++ b/docs/cody/clients/cody-with-sourcegraph.mdx
@@ -1,16 +1,10 @@
+import CodyForWebIntro from './blocks/cody-for-web-intro.mdx'
+
# Cody for Web
Learn how to use Cody in the web interface with Sourcegraph.com
-
-Cody support for Web interface is in the Experimental stage.
-
-
-In addition to the Cody extensions for [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains) IDEs, and [Neovim](/cody/clients/install-neovim), Cody is also available in the Sourcegraph web app. Community users can use Cody for free by logging into their accounts on Sourcegraph.com, and enterprise users can use Cody within their Sourcegraph instance.
-
-
-
-
+
## Initial setup
diff --git a/docs/cody/clients/install-jetbrains.mdx b/docs/cody/clients/install-jetbrains.mdx
index 031b1e0e3..81ed57296 100644
--- a/docs/cody/clients/install-jetbrains.mdx
+++ b/docs/cody/clients/install-jetbrains.mdx
@@ -1,3 +1,6 @@
+import InstallJetbrainsExtension from './blocks/install-jetbrains-extension.mdx'
+import ConnectInstanceJetbrainsEnterprise from './blocks/connect-instance-jetbrains-enterprise.mdx'
+
# Install Cody for JetBrains
Learn how to use Cody and its features with the JetBrains IntelliJ editor.
@@ -30,16 +33,7 @@ The Cody extension by Sourcegraph enhances your coding experience in your IDE by
- [WebStorm](https://www.jetbrains.com/webstorm/)
## Install the JetBrains IntelliJ Cody extension
-
-Follow these steps to install the Cody plugin:
-
-- Open JetBrains IntelliJ editor on your local machine
-- Open **Settings** (Mac: `⌘+,` Windows: `Ctrl+Alt+S`) and select **Plugins**
-- Type and search **Sourcegraph Cody + Code Search** extension and click **Install**
-
-
-
-Alternatively, you can [Download and install the extension from the Jetbrains marketplace](https://plugins.jetbrains.com/plugin/9682-sourcegraph).
+
## Connect the extension to Sourcegraph
@@ -50,14 +44,7 @@ Alternatively, you can also click the **Sign in with an Enterprise Instance** to

### For Sourcegraph Enterprise users
-
-To connect the extension with your Enterprise instance,
-
-- Click **Sign in with an Enterprise Instance**
-- Enter the server for your enterprise instance (e.g. `https://.sourcegraph.com`)
-- Select **Generate new token**. You'll be directed to the **Access tokens** page on your instance in the browser
-- Generate a new token, copy it, and paste it into the **Token** field in your editor
-- Click **Sign in**
+
### For Sourcegraph.com users
diff --git a/docs/cody/clients/install-vscode.mdx b/docs/cody/clients/install-vscode.mdx
index 5e1d8ba7b..dfcdb91ae 100644
--- a/docs/cody/clients/install-vscode.mdx
+++ b/docs/cody/clients/install-vscode.mdx
@@ -1,3 +1,6 @@
+import InstallVscodeExtension from './blocks/install-vscode-extension.mdx'
+import ConnectInstanceVscodeEnterprise from './blocks/connect-instance-vscode-enterprise.mdx'
+
# Installing Cody in VS Code
Learn how to use Cody and its features with the VS Code editor.
@@ -14,17 +17,7 @@ The Cody extension by Sourcegraph enhances your coding experience in VS Code by
- You have a Free or Pro account via Sourcegraph.com or a Sourcegraph Enterprise account
## Install the VS Code extension
-
-Follow these steps to install the Cody AI extension for VS Code:
-
-- Open VS Code editor on your local machine
-- Click the **Extensions** icon in the Activity Bar on the side of VS Code, or use the keyboard shortcut `Cmd+Shift+X` (macOS) or `Ctrl+Shift+X` (Windows/Linux)
-- Type **Cody AI** in the search bar and click the **Install** button
-- After installing, you may be prompted to reload VS Code to activate the extension
-
-
-
-Alternatively, you can also [download and install the extension from the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-ai) directly.
+
## Connect the extension to Sourcegraph
@@ -37,50 +30,7 @@ Cody Free and Cody Pro users can sign in to their Sourcegraph.com accounts throu

### Sourcegraph Enterprise Cody Users
-
- If you are using an older version of Cody, uninstall it and reload VS Code. It's always recommended to install the latest version before proceeding to next steps.
-
-Sourcegraph Enterprise users should connect Cody to their Enterprise instance by clicking **Sign In to Your Enterprise Instance**.
-
-You'll be prompted to choose how to sign-in, select **Sign In to Sourcegraph Instances v5.1 and above**.
-
-
-
-Enter the URL of your Enterprise instance. If you are unsure, please contact your administrator.
-
-
-
-A pop-up will ask if you want to Open the URL in a new window. Click **Open** to open the URL in a new window.
-
-
-
-Sign in to your instance. If you do not yet have a login, please contact your administrator.
-
-
-
-Create an access token from Account Settings - Access Tokens. Click **+ Generate new token**
-
-
-
-Name the token and click **+ Generate token**.
-
-
-
-Copy the token and return to VSCode.
-
-
-
-Again, click **Sign In to Your Enterprise Instance** and choose **Sign In to Sourcegraph Instances v5.1 and above**. Enter the URL of your instance.
-
-You should now be prompted to authorize Sourcegraph to connect to your VSCode extension using the token you created. Click **Authorize**.
-
-
-
-Finally, you will be asked to allow the extension access. CLick **Open**.
-
-
-
-VSCode should now display the Cody panel and you're ready to go.
+
## Verifying the installation
diff --git a/docs/customer-enablement/cody/end-users/enterprise-start-guide.mdx b/docs/customer-enablement/cody/end-users/enterprise-start-guide.mdx
new file mode 100644
index 000000000..3f15208b5
--- /dev/null
+++ b/docs/customer-enablement/cody/end-users/enterprise-start-guide.mdx
@@ -0,0 +1,52 @@
+import InstallVscodeExtension from '../../../cody/clients/blocks/install-vscode-extension.mdx'
+import ConnectInstanceVscodeEnterprise from '../../../cody/clients/blocks/connect-instance-vscode-enterprise.mdx'
+import InstallJetbrainsExtension from '../../../cody/clients/blocks/install-jetbrains-extension.mdx'
+import ConnectInstanceJetbrainsEnterprise from '../../../cody/clients/blocks/connect-instance-jetbrains-enterprise.mdx'
+
+import CodyForWebIntro from '../../../cody/clients/blocks/cody-for-web-intro.mdx'
+
+import HowChatWorks from '../../../cody/capabilities/blocks/how-chat-works.mdx'
+import CodyWriteCode from '../../../cody/capabilities/blocks/cody-write-code.mdx'
+import CodySelectingContext from '../../../cody/capabilities/blocks/cody-selecting-context.mdx'
+
+# Cody Enterprise Start Guide
+A guide for Enterprise users to get set up and running with Cody
+
+## Configuring Cody clients
+There are three primary places where you can use Cody:
+
+
+ ### Install the VS Code extension
+
+
+ ### Connect the extension to Sourcegraph for Enterprise Cody Users
+ After a successful installation, the Cody icon appears in the [Activity sidebar](https://code.visualstudio.com/api/ux-guidelines/activity-bar).
+
+
+
+
+
+ ### Install Cody for JetBrains
+
+
+ ### Connect the extension to Sourcegraph for Eneterprise Cody Users
+
+
+
+
+
+
+
+## Cody Capabilities
+Cody offers a rich set of capabilities and features that help you write better code faster. These include:
+
+
+ ### How does chat work?
+
+
+ ### Ask Cody to write code
+
+
+ ### Selecting Context
+
+
diff --git a/docs/customer-enablement/index.mdx b/docs/customer-enablement/index.mdx
new file mode 100644
index 000000000..6fba28fc7
--- /dev/null
+++ b/docs/customer-enablement/index.mdx
@@ -0,0 +1 @@
+# Demo Guide for Customer Enablement