diff --git a/docs/core_concepts/22_ai_generation/index.md b/docs/core_concepts/22_ai_generation/index.md
index 87aefe377..0c74c5591 100644
--- a/docs/core_concepts/22_ai_generation/index.md
+++ b/docs/core_concepts/22_ai_generation/index.md
@@ -66,21 +66,29 @@ Generate flows from prompts.
Describe the sequence of actions you wish to execute, and the AI Flow builder will write all the steps, link them together, and allow you to trigger the flow manually.
-
+
### Trigger Flows
Build a flow with two scripts, one that regularly checks for changes in an external system and a second that is executed for each change using a [for-loop](../../flows/12_flow_loops.md).
-
+
diff --git a/docs/flows/17_ai_flows.mdx b/docs/flows/17_ai_flows.mdx
index 853e44872..1f684908d 100644
--- a/docs/flows/17_ai_flows.mdx
+++ b/docs/flows/17_ai_flows.mdx
@@ -8,11 +8,15 @@ import DocCard from '@site/src/components/DocCard';
Generate flows from prompts.
-
+
diff --git a/src/components/pricing/PriceCalculator.js b/src/components/pricing/PriceCalculator.js
index da5c05991..00409a664 100644
--- a/src/components/pricing/PriceCalculator.js
+++ b/src/components/pricing/PriceCalculator.js
@@ -43,16 +43,17 @@ export default function PriceCalculator({ period, tier }) {
return (
@@ -198,6 +199,11 @@ export default function PriceCalculator({ period, tier }) { OR {seats * 2} operators