diff --git a/docs/publishing/index.mdx b/docs/publishing/index.mdx
index 9f7ee85d..e83ea5b9 100644
--- a/docs/publishing/index.mdx
+++ b/docs/publishing/index.mdx
@@ -5,4 +5,40 @@ description: Your API → Paid MCP, Instantly.
Run one command to turn any MCP server or OpenAPI service into a paid MCP product. With built-in support for every major LLM SDK and MCP client.
-Visit the [quick start](/publishing/quickstart) to get started.
+Visit the [Quick Start](/publishing/quickstart) to get started or read on for a quick overview.
+
+## How it works
+
+
+
+
+
+
+
+ Your origin server represents your product's unique value prop.
+
+ It can be any remote MCP server or OpenAPI service. You can host your origin server anywhere, using any language or framework.
+
+
+
+ Agentic's MCP Gateway acts as a public proxy between your origin
+ server and your customers.
+
+ It handles everything you'll need to start charging for your tools as a production-ready AI product. That includes auth, billing, rate-limiting, caching, usage tracking, versioning, etc. It also makes your tools instantly compatible with every major LLM SDK and MCP client.
+
+
+
+ Your MCP product is now live and ready to sell. You can share its public URL
+ with customers, and they'll be able to subscribe to your product via Stripe.
+ We use [Stripe Connect](https://stripe.com/connect) to handle sending
+ payments to your bank.
+
+
+
+That's all there is to it!
+
+Visit the [Quick Start](/publishing/quickstart) to get started in minutes.