diff --git a/content/Introduction/getting-started.mdx b/content/Introduction/getting-started.mdx
new file mode 100644
index 00000000..ebf4d997
--- /dev/null
+++ b/content/Introduction/getting-started.mdx
@@ -0,0 +1,105 @@
+---
+title: Getting Started
+description: Get started with Agentuity in minutes
+---
+
+import { Step, Steps } from 'fumadocs-ui/components/steps';
+
+
+
+### Create a Free Account
+[Create a free Agentuity account](https://app.agentuity.com/sign-up) or [Sign in](https://app.agentuity.com/sign-in) to the cloud portal.
+
+If you already have the Agentuity CLI installed, you can skip this step and signup using the CLI.
+
+
+
+### Install the CLI
+
+The [Agentuity CLI](/CLI/installation) is a cross-platform command-line tool for working with Agentuity Cloud. It supports Windows (using WSL), MacOS, and Linux.
+
+
+
+
+
+### Sign up for an Account with the CLI
+
+You can sign up for a free account using the CLI or skip this step if you already have an account.
+
+
+
+
+
+### Login to Agentuity
+
+You can skip this step if you used the CLI to sign up for an account, otherwise you must login to your account using the CLI.
+
+
+
+
+
+### Create Your First Project
+
+You can select a template to get started quickly.
+
+
+
+
+
+### Run Your Agent Locally
+
+You can run your agent locally to test it out before you deploy it to the cloud.
+
+
+
+
+
+### Deploy Your Project to the Cloud
+
+Deploy your agent to the cloud and start using it! 🚀
+
+
+
+
+If you're using an Agentic Code Editor such as [Cursor](https://www.cursor.com), just tell your agent to deploy your project to the cloud such as "Deploy my project to the cloud" and it will do it for you.
+
+
+
+
+
+
+## Recommended Reading
+
+
+
+
+
+
+
+
+
+
diff --git a/content/Introduction/index.mdx b/content/Introduction/index.mdx
index 75c4f1c0..47bf43a8 100644
--- a/content/Introduction/index.mdx
+++ b/content/Introduction/index.mdx
@@ -11,6 +11,11 @@ description: Agentuity is rebuilding the cloud for AI Agents
Our mission is to provide a fully agentic infrastructure and tools necessary to build Agents that are fully operated by AI.
+
+If you're ready to dive in, skip to [Getting Started](/Introduction/getting-started) to get your first Agent up and running in minutes.
+
+
+
With Agentuity, you or your agents can:
- Deploy agents with a single command to a fully agentic infrastructure
@@ -36,107 +41,4 @@ We see a near future where Agents are the primary way to build and operate softw
allowFullScreen
>
-## Getting Started
-
-Signup and have your first Agent running in minutes.
-
-import { Step, Steps } from 'fumadocs-ui/components/steps';
-
-
-
-### Create a Free Account
-[Create a free Agentuity account](https://app.agentuity.com/sign-up) or [Sign in](https://app.agentuity.com/sign-in) to the cloud portal.
-
-If you already have the Agentuity CLI installed, you can skip this step and signup using the CLI.
-
-
-
-### Install the CLI
-
-The [Agentuity CLI](/CLI/installation) is a cross-platform command-line tool for working with Agentuity Cloud. It supports Windows (using WSL), MacOS, and Linux.
-
-
-
-
-
-### Sign up for an Account with the CLI
-
-You can sign up for a free account using the CLI or skip this step if you already have an account.
-
-
-
-
-
-### Login to Agentuity
-
-You can skip this step if you used the CLI to sign up for an account, otherwise you must login to your account using the CLI.
-
-
-
-
-
-### Create Your First Project
-
-You can select a template to get started quickly.
-
-
-
-
-
-### Run Your Agent Locally
-
-You can run your agent locally to test it out before you deploy it to the cloud.
-
-
-
-
-
-### Deploy Your Project to the Cloud
-
-Deploy your agent to the cloud and start using it! 🚀
-
-
-
-
-If you're using an Agentic Code Editor such as [Cursor](https://www.cursor.com), just tell your agent to deploy your project to the cloud such as "Deploy my project to the cloud" and it will do it for you.
-
-
-
-
-
-
-## Recommended Reading
-
-
-
-
-
-
-
-
-
-
+If you're ready to have your own Agent, [Get Started](/Introduction/getting-started) in just a few minutes.
\ No newline at end of file
diff --git a/content/Introduction/meta.json b/content/Introduction/meta.json
index 90c2cb0c..93ebf579 100644
--- a/content/Introduction/meta.json
+++ b/content/Introduction/meta.json
@@ -1,4 +1,9 @@
{
"title": "Introduction",
- "pages": ["index", "architecture", "templates"]
-}
+ "pages": [
+ "index",
+ "getting-started",
+ "architecture",
+ "templates"
+ ]
+}
\ No newline at end of file