diff --git a/packages/docs/v2/basics/agent.mdx b/packages/docs/v2/basics/agent.mdx
index 4383fb6f5..d55781ef0 100644
--- a/packages/docs/v2/basics/agent.mdx
+++ b/packages/docs/v2/basics/agent.mdx
@@ -57,6 +57,8 @@ await agent.execute("apply for a job at Browserbase")
```
+View or run the example template [here](https://www.browserbase.com/templates/gemini-cua)
+
### Use Stagehand Agent with Any LLM
Use the agent without specifying a provider to utilize any model or LLM provider:
diff --git a/packages/docs/v2/best-practices/computer-use.mdx b/packages/docs/v2/best-practices/computer-use.mdx
index 71d2c8b42..b0c9cb8eb 100644
--- a/packages/docs/v2/best-practices/computer-use.mdx
+++ b/packages/docs/v2/best-practices/computer-use.mdx
@@ -194,4 +194,6 @@ await agent.execute(
max_steps=10,
)
```
-
\ No newline at end of file
+
+
+View or run the example templates [here](https://www.browserbase.com/templates?category=Computer+Use+Agents)
diff --git a/packages/docs/v2/first-steps/introduction.mdx b/packages/docs/v2/first-steps/introduction.mdx
index cbbf90c34..5cdba7c04 100644
--- a/packages/docs/v2/first-steps/introduction.mdx
+++ b/packages/docs/v2/first-steps/introduction.mdx
@@ -122,9 +122,9 @@ Stagehand is designed for developers building production browser automations and
Generate Stagehand scripts with AI
See real-world automation examples
diff --git a/packages/docs/v3/best-practices/computer-use.mdx b/packages/docs/v3/best-practices/computer-use.mdx
index 9de969801..cbef45440 100644
--- a/packages/docs/v3/best-practices/computer-use.mdx
+++ b/packages/docs/v3/best-practices/computer-use.mdx
@@ -181,4 +181,6 @@ const agent = stagehand.agent({
});
```
-
\ No newline at end of file
+
+
+View or run the example templates [here](https://www.browserbase.com/templates?category=Computer+Use+Agents)
diff --git a/packages/docs/v3/first-steps/introduction.mdx b/packages/docs/v3/first-steps/introduction.mdx
index d25bfd984..945b79f07 100644
--- a/packages/docs/v3/first-steps/introduction.mdx
+++ b/packages/docs/v3/first-steps/introduction.mdx
@@ -97,9 +97,9 @@ Stagehand is designed for developers building production browser automations and
Generate Stagehand scripts with AI
See real-world automation examples