diff --git a/apps/rowboat/app/projects/[projectId]/entities/agent_config.tsx b/apps/rowboat/app/projects/[projectId]/entities/agent_config.tsx
index 1519947f..5b3d7ac4 100644
--- a/apps/rowboat/app/projects/[projectId]/entities/agent_config.tsx
+++ b/apps/rowboat/app/projects/[projectId]/entities/agent_config.tsx
@@ -197,10 +197,10 @@ export function AgentConfig({
/>
Agent Types
- Conversation agents' responses are user-facing.
+ Conversation agents' responses are user-facing. You can use conversation agents for multi-turn conversations with users.
- Task agents' responses are internal but available to other agents.
+ Task agents' responses are internal and available to other agents. You can use them to build pipelines and DAGs within workflows. E.g. Conversation Agent {'->'} Task Agent {'->'} Task Agent.