diff --git a/src/pages/agent-network/index.mdx b/src/pages/agent-network/index.mdx
index 9e9a392c..1080f582 100644
--- a/src/pages/agent-network/index.mdx
+++ b/src/pages/agent-network/index.mdx
@@ -1,4 +1,4 @@
-import { Note } from '@/components/mdx'
+import { Note, Warning } from '@/components/mdx'
export const description =
'Agent Network is NetBird\'s control layer for AI agents — a keyless gateway to LLM APIs and scoped, identity-based access to your internal resources, all over the tunnel with per-identity policies, limits, and audit.'
@@ -9,6 +9,14 @@ export const description =
Agent Network is currently in Beta. It is open source and can be self-hosted on your own infrastructure.
+
+ Agent Network is available only as a **release candidate** ([v0.74.0-rc.2](https://github.com/netbirdio/netbird/releases/tag/v0.74.0-rc.2))
+ and is intended **for evaluation purposes only, not for production use**. You cannot yet enable it on an existing
+ self-hosted instance; the [Quickstart](/agent-network/quickstart) stands up a fresh deployment for evaluation.
+ Upgrading an existing instance will be supported on general availability and will require only a simple variable and
+ minor migration steps. This documentation will be updated on release.
+
+
As AI spreads across organizations, humans, agents, tools, and workflows need access to LLM APIs
and internal systems. Too often, that access relies on shared API keys and broad network paths, creating credential
sprawl, weak identity, poor visibility, and limited control over cost, usage, and what each agent can reach. It echoes how SSH keys are still managed in many places: shared, copied onto machines by
diff --git a/src/pages/agent-network/quickstart.mdx b/src/pages/agent-network/quickstart.mdx
index f17c5445..763c5f2c 100644
--- a/src/pages/agent-network/quickstart.mdx
+++ b/src/pages/agent-network/quickstart.mdx
@@ -1,4 +1,4 @@
-import { Note } from '@/components/mdx'
+import { Note, Warning } from '@/components/mdx'
export const description =
'Get an LLM request routed through NetBird Agent Network end to end: set up the NetBird server with the proxy, connect a provider, create a policy, and make your first keyless call.'
@@ -11,10 +11,19 @@ Agent Network.
NetBird Agent Network is open source and self-hosted. This guide sets up a minimal deployment with core functionality;
you can enable the full platform later.
-
- It is currently in beta, and the setup process installs release candidate versions of the platform.
+
+ Agent Network is currently available only as a **release candidate** ([v0.74.0-rc.2](https://github.com/netbirdio/netbird/releases/tag/v0.74.0-rc.2)).
+ The deployment created by this guide is intended **for evaluation purposes only and is not for production use**.
+
+ You **cannot yet enable Agent Network on an existing self-hosted instance**. The setup command below
+ stands up a fresh deployment with the release candidate. Upgrading an existing instance will be supported on
+ general availability and will require only a simple variable and minor migration steps.
+
+ This page will be updated on release with the required variables and full upgrade and migration instructions.
+
+
## Infrastructure Requirements
- A Linux VM with at least **1 CPU** and **2 GB** of memory.