diff --git a/apps/portal/src/app/insight/sidebar.tsx b/apps/portal/src/app/insight/sidebar.tsx index c3f6a9a76fd..40027e80201 100644 --- a/apps/portal/src/app/insight/sidebar.tsx +++ b/apps/portal/src/app/insight/sidebar.tsx @@ -25,6 +25,10 @@ export const sidebar: SideBar = { name: "Use cases", href: `${insightSlug}/use-cases`, }, + { + name: "Agents & LLMs", + href: `${insightSlug}/agents-and-llms`, + }, { name: "API Reference", href: "https://insight-api.thirdweb.com/reference",