diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx
index 3f862218..7463b228 100644
--- a/src/components/NavigationDocs.jsx
+++ b/src/components/NavigationDocs.jsx
@@ -461,11 +461,11 @@ export const docsNavigation = [
},
{
title: 'AGENT NETWORK',
- // Featured highlight: any group with `featured: true` renders as the
- // card at the top of the sidebar, with an optional `badge`. isOpen:false
- // keeps this card collapsed by default, while the other top-level
- // sections start expanded. To spotlight a different product later, move
- // these lines to its group; remove them to drop the card entirely.
+ // Featured highlight: any group with `featured: true` is pinned to the
+ // top of the sidebar, with an optional `badge` pill. isOpen:false keeps
+ // it collapsed by default, while the other top-level sections start
+ // expanded. To spotlight a different product later, move these lines to
+ // its group; remove them to drop the highlight entirely.
featured: true,
badge: 'New',
isOpen: false,
@@ -473,6 +473,7 @@ export const docsNavigation = [
{
title: 'Getting Started',
href: '/agent-network',
+ isOpen: true,
links: [
{ title: 'What is Agent Network?', href: '/agent-network' },
{ title: 'How It Works', href: '/agent-network/how-it-works' },
@@ -1198,16 +1199,10 @@ export function NavigationDocs({ className }) {
{docsNavigation.map((group, groupIndex) =>
group.featured ? (