diff --git a/src/content/docs/browser-rendering/platform/limits.mdx b/src/content/docs/browser-rendering/platform/limits.mdx
index a5f22cea0516a55..56feb05690b487c 100644
--- a/src/content/docs/browser-rendering/platform/limits.mdx
+++ b/src/content/docs/browser-rendering/platform/limits.mdx
@@ -12,23 +12,23 @@ import { Render, Plan } from "~/components";
## Workers Free
-| Feature | Limit |
-| -------------------------------------- | --------------- |
-| Concurrent browsers per account (Workers Binding API only) | 3 per account |
-| New browser instances per minute | 3 per minute |
-| Browser timeout | 60 seconds [^2] |
-| Total requests per min (REST API only) | 6 per minute |
+| Feature | Limit |
+| ---------------------------------------------------------- | --------------- |
+| Concurrent browsers per account (Workers Binding API only) | 3 per account |
+| New browser instances per minute | 3 per minute |
+| Browser timeout | 60 seconds [^2] |
+| Total requests per min (REST API only) | 6 per minute |
## Workers Paid
-| Feature | Limit |
-| -------------------------------------- | ------------------- |
-| Concurrent browsers per account (Workers Binding API only) | 10 per account [^1] |
-| New browser instances per minute | 10 per minute [^1] |
-| Browser timeout | 60 seconds [^2][^1] |
-| Total requests per min (REST API only) | 60 per minute |
+| Feature | Limit |
+| ---------------------------------------------------------- | ------------------- |
+| Concurrent browsers per account (Workers Binding API only) | 10 per account [^1] |
+| New browser instances per minute | 10 per minute [^1] |
+| Browser timeout | 60 seconds [^2][^1] |
+| Total requests per min (REST API only) | 60 per minute |
[^1]: Contact our team to request increases to this limit.
@@ -41,4 +41,3 @@ While the limits above define the maximum number of concurrent browser sessions
## Pricing
Browser Rendering service is currently available at no cost up to the limits specified above **until billing begins**. Pricing to be announced and we will provide advance notice before any billing begins.
-
diff --git a/src/content/docs/browser-rendering/platform/pricing.mdx b/src/content/docs/browser-rendering/platform/pricing.mdx
new file mode 100644
index 000000000000000..5e38c7b930f5622
--- /dev/null
+++ b/src/content/docs/browser-rendering/platform/pricing.mdx
@@ -0,0 +1,19 @@
+---
+pcx_content_type: reference
+title: Pricing
+sidebar:
+ order: 30
+---
+
+import { Render, Plan } from "~/components";
+
+
+
+Browser rendering is available on all [Workers plans](/workers/platform/pricing/), with usage limits and concurrency varying by tier. The Free plan offers limited daily usage, while the Paid and Enterprise plans include monthly browser hours and support for more concurrent browsers. Additional usage and concurrency can be added as needed.
+
+| | Workers Free | Workers Paid | Enterprise |
+| ------------------------------------------- | ------------------ | ------------------ | ------------------ |
+| **Browser hours included** | 10 minutes per day | 10 hours per month | 10 hours per month |
+| **Concurrent browsers** | 3 | 10 | 10 |
+| **Price per additional browser hour** | N/A | $0.09 / hour | $0.09 / hour |
+| **Price per additional concurrent browser** | N/A | $2 | $2 |