Dashboard Chat

Talk to your AI agent like a colleague — ask questions, assign work, and get real-time updates.

Overview

The Dashboard Chat is a real-time messaging interface between you and your AI agent. It's built into the Delegated dashboard and works just like any messaging app — type a message, get a response.

But it's more than a chatbot. The chat is deeply integrated with your kanban board, store data, and integrations. The agent can take action based on your messages, not just answer questions.

What You Can Do

Ask Questions

Create Tasks

You can create tasks directly from chat without touching the kanban board:

The agent will create the task with the appropriate title, description, and priority, then confirm it in chat.

Manage Operations

Tip: Be specific in your requests. Instead of "make some content," say "write 3 product descriptions for our silk pillowcases in a luxury tone." The clearer your instructions, the better the output.

File Attachments

You can send files to the agent through chat:

The agent will process attachments and use them as context. For example, send a product photo and ask "write a description for this product" — the agent will analyze the image and generate copy.

Chat via API

You can also send messages programmatically:

POST /tasks-api.php?action=chat
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY

{
  "message": "What tasks are currently in progress?",
  "user": "admin"
}

Multi-Channel Support

Beyond the dashboard, you can chat with your AI agent through multiple channels:

Unified history: All messages from all channels appear in a single conversation history on the dashboard. Whether you chat via Telegram or the dashboard, the agent has full context.

Next Steps