diff --git a/src/interface/web/app/agents/page.tsx b/src/interface/web/app/agents/page.tsx
index 332ac0d2..82ed4529 100644
--- a/src/interface/web/app/agents/page.tsx
+++ b/src/interface/web/app/agents/page.tsx
@@ -302,9 +302,7 @@ function AgentCard(props: AgentCardProps) {
}
text={`knowledge`}
- hoverText={
- "The agent has a custom knowledge base it can use to give you answers."
- }
+ hoverText={`The agent has a custom knowledge base with ${props.data.files.length} documents. It can use them to give you answers.`}
/>
)}