diff --git a/extensions/vscode.mdx b/extensions/vscode.mdx
new file mode 100644
index 0000000..af985c9
--- /dev/null
+++ b/extensions/vscode.mdx
@@ -0,0 +1,60 @@
+---
+title: "PotpieAI VSCode Integration"
+description: "How to get the PotpieAI extension in your IDE"
+---
+
+## Features
+
+- **Manage Chats**: View all your ongoing conversations in one place.
+- **Start New Chats**: Quickly begin a new conversation with a simple command.
+- **Intuitive Chat Interface**: Chat seamlessly within your VS Code environment.
+
+
+
+
+*Parse your repository to enable contextual conversations about your codebase*
+
+
+
+
+*Chat with your codebase with context from the Command Palette or Extension Menu*
+
+
+
+
+*Access your complete chat history and manage all conversations in one place*
+
+## Prerequisites
+
+Before using the PotpieAI VSCode integration, you need:
+
+1. A PotpieAI account.
+
+## How to Use Potpie
+
+### Step 1: Install the Extension
+
+1. Open **Visual Studio Code**.
+2. Navigate to the **Extensions** view by clicking on the Extensions icon in the Activity Bar or pressing `Ctrl+Shift+X`.
+3. Search for **"Potpie"** in the marketplace.
+4. Click **Install**.
+5. Login into your PotpieAI account.
+
+### Step 2: Open Potpie
+
+1. Open the **Command Palette** using `Ctrl+Shift+P` (Windows/Linux) or `Cmd+Shift+P` (Mac).
+2. Type **Potpie** and select the desired command from the list.
+
+### Step 3: Commands and Navigation
+
+- **View All Chats**: Lists all your ongoing chats.
+- **Start a New Chat**: Opens a new conversation window.
+- **Chat Interface**: Engage with a user-friendly interface for seamless chatting.
+
+
+## Command Reference
+
+| Command | Description |
+| ---------------------- | ----------------------------------------- |
+| `Ctrl+Shift+P` | Open Command Palette for Windows/Linux and type `Potpie` |
+| `Cmd+Shift+P` | Open Command Palette for Mac and type `Potpie` |
diff --git a/images/vscode-chat.png b/images/vscode-chat.png
new file mode 100644
index 0000000..d32f2f5
Binary files /dev/null and b/images/vscode-chat.png differ
diff --git a/images/vscode-history.png b/images/vscode-history.png
new file mode 100644
index 0000000..08e0cca
Binary files /dev/null and b/images/vscode-history.png differ
diff --git a/images/vscode-parse.png b/images/vscode-parse.png
new file mode 100644
index 0000000..73d64ea
Binary files /dev/null and b/images/vscode-parse.png differ
diff --git a/mint.json b/mint.json
index 0669fbe..42f0630 100644
--- a/mint.json
+++ b/mint.json
@@ -112,7 +112,8 @@
{
"group": "Extensions",
"pages": [
- "extensions/slack"
+ "extensions/slack",
+ "extensions/vscode"
]
},
{