diff --git a/docs/about/overview.mdx b/docs/about/overview.mdx
index 097dbb292e1..f93bd52bd18 100644
--- a/docs/about/overview.mdx
+++ b/docs/about/overview.mdx
@@ -13,7 +13,17 @@ skill:
---
import { AgentCli, AgentOnly } from "../_components/AgentGuide";
+
+
NVIDIA NemoClaw is an open-source reference stack for running always-on AI agents more safely inside OpenShell containers.
+
+
+
+
+NVIDIA NemoClaw is an open-source reference stack for running AI coding agents more safely inside OpenShell containers.
+
+
+
NemoClaw provides onboarding, lifecycle management, and agent operations for supported runtimes in OpenShell sandboxes.
It adds policy-based privacy and security controls for agent behavior and data handling.
These controls help agents run in clouds, on-premises environments, RTX PCs, and DGX Spark.
@@ -39,10 +49,17 @@ NemoClaw provides these product capabilities.
| AI-agent docs | Publishes Markdown docs and a small routing skill so AI coding assistants can guide setup, inference configuration, policy management, monitoring, deployment, security review, and troubleshooting. |
| Hardened blueprint | A Dockerfile with capability drops, least-privilege network rules, and declarative policy. |
| State management | Safe migration of agent state across machines with credential stripping and integrity verification. |
-| Messaging channels | OpenShell-managed processes connect Telegram, Discord, Slack, and similar platforms to supported messaging agents. NemoClaw configures channels during onboarding where the selected agent supports them; OpenShell supplies the native constructs, credential flow, and runtime supervision. |
| Routed inference | Provider-routed model calls through the OpenShell gateway, transparent to the agent. Supports NVIDIA Endpoints, OpenAI, Anthropic, Google Gemini, compatible endpoints, local Ollama, local vLLM, and the Model Router. |
| Layered protection | Network, filesystem, process, and inference controls that can be hot-reloaded or locked at creation. |
+
+
+| Feature | Description |
+|---------|-------------|
+| Messaging channels | OpenShell-managed processes connect Telegram, Discord, Slack, and similar platforms to supported messaging agents. NemoClaw configures channels during onboarding where the selected agent supports them; OpenShell supplies the native constructs, credential flow, and runtime supervision. |
+
+
+
## Benefits of Using NemoClaw
Autonomous AI agents can make arbitrary network requests, access the host filesystem, and call any inference endpoint.