diff --git a/src/layouts/DashboardLayout.vue b/src/layouts/DashboardLayout.vue
index 581152d..7f8c5df 100644
--- a/src/layouts/DashboardLayout.vue
+++ b/src/layouts/DashboardLayout.vue
@@ -45,6 +45,16 @@
Dashboard
+
+ Agents defined as plain markdown files, run by FlatRun through the assistant's permissioned tools +
+
+ An agent is a markdown file in {{ dir || ".flatrun/agents" }}: optional frontmatter for its scope, a body of instructions. Drop a file there and it appears here.
+
---
+description: Summarize recent errors in the logs
+scope: deployment
+deployment: my-api
+---
+Read the recent logs and the compose file. Summarize any
+errors you find, and propose a fix for each.
+ {{ agent.description }}
+