diff --git a/docs/agents/create-and-edit.mdx b/docs/agents/create-and-edit.mdx
index 79becb4a668..e0bb505032b 100644
--- a/docs/agents/create-and-edit.mdx
+++ b/docs/agents/create-and-edit.mdx
@@ -9,80 +9,6 @@ sidebarTitle: "Create & Edit"
This ensures proper validation, versioning, and team collaboration features.
-## Try an Agent First: Your 60-Second Challenge
-
-Before creating your own agent, let's see one in action! The fastest way to experience the power of Continue agents is with our demo repository.
-
-
-
-### See an Agent Create a Pull Request in Under 60 Seconds
-
-
-
- Get a safe sandbox to experiment with:
-
- **Option 1: GitHub Web Interface**
- Visit [github.com/continuedev/demo-project](https://github.com/continuedev/demo-project) and click **Fork**
-
- **Option 2: GitHub CLI**
- ```bash
- gh repo fork continuedev/demo-project
- ```
-
-
-
- Go to [hub.continue.dev/agents](https://hub.continue.dev/agents) and:
- - **Connect GitHub** and authorize Continue when prompted
- - This gives agents access to create PRs in your repositories
-
-
-
- **Target your forked demo repo** and try one of these commands:
-
-
-
- ```
- Create a new function that calculates fibonacci numbers.
- ```
-
-
-
- ```
- Fix the TypeError in api/users.ts
- ```
-
-
-
- ```
- Add comprehensive README documentation with setup instructions.
- ```
-
-
-
-
-
- **Result:** A fully-formed Pull Request opens in your demo repo with:
- - Complete implementation or fix
- - Proper commit messages
- - Detailed PR description
- - Ready for review and merge
-
-
-
-
- **Why Use the Demo Repo?**
- - **Safe testing environment** - No risk to your production code
- - **Pre-configured issues** - Common bugs and features to practice with
- - **Immediate results** - See agents in action without setup complexity
- - **Learn by example** - Study the generated code and PR descriptions
-
-
-
- Once you see how agents work with the demo repo, you'll understand exactly how to create and customize your own for real projects!
-
-
----
-
## Creating an Agent

diff --git a/docs/agents/intro.mdx b/docs/agents/intro.mdx
index b7484351eaf..10dcb9f5586 100644
--- a/docs/agents/intro.mdx
+++ b/docs/agents/intro.mdx
@@ -57,6 +57,78 @@ Use Mission Control to kick off agents for:
**New to agents?** Check out our [pre-configured agents](/hub/agents/overview#pre-configured-agents) to test out a workflow immediately.
+## Try an Agent First: Your 60-Second Challenge
+
+Before creating your own agent, let's see one in action! The fastest way to experience the power of Continue agents is with our demo repository.
+
+
+
+### See an Agent Create a Pull Request in Under 60 Seconds
+
+
+
+ Get a safe sandbox to experiment with:
+
+ **Option 1: GitHub Web Interface**
+ Visit [github.com/continuedev/demo-project](https://github.com/continuedev/demo-project) and click **Fork**
+
+ **Option 2: GitHub CLI**
+ ```bash
+ gh repo fork continuedev/demo-project
+ ```
+
+
+
+ Go to [hub.continue.dev/agents](https://hub.continue.dev/agents) and:
+ - **Connect GitHub** and authorize Continue when prompted
+ - This gives agents access to create PRs in your repositories
+
+
+
+ **Target your forked demo repo** and try one of these commands:
+
+
+
+ ```
+ Create a new function that calculates fibonacci numbers.
+ ```
+
+
+
+ ```
+ Fix the TypeError in api/users.ts
+ ```
+
+
+
+ ```
+ Add comprehensive README documentation with setup instructions.
+ ```
+
+
+
+
+
+ **Result:** A fully-formed Pull Request opens in your demo repo with:
+ - Complete implementation or fix
+ - Proper commit messages
+ - Detailed PR description
+ - Ready for review and merge
+
+
+
+
+ **Why Use the Demo Repo?**
+ - **Safe testing environment** - No risk to your production code
+ - **Pre-configured issues** - Common bugs and features to practice with
+ - **Immediate results** - See agents in action without setup complexity
+ - **Learn by example** - Study the generated code and PR descriptions
+
+
+
+ Once you see how agents work with the demo repo, you'll understand exactly how to create and customize your own for real projects!
+
+
## Example Workflow Tasks
Here are some example tasks you can try with your agents: