> ## Documentation Index
> Fetch the complete documentation index at: https://docs.argentos.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard Features

> Chat interface, task management, session history, model badges, and more.

## Chat Interface

The main chat panel provides a real-time conversation with your agent:

* **Streaming responses**: See the agent's response as it is generated, token by token
* **Tool use visibility**: Tool calls are displayed inline so you can see what the agent is doing
* **File attachments**: Drag and drop files to send to the agent
* **Markdown rendering**: Responses are rendered with full Markdown support (code blocks, tables, lists)

## Model Badges

Each message displays a colored badge indicating which model tier processed it:

| Color  | Tier     | Model              |
| ------ | -------- | ------------------ |
| Green  | LOCAL    | Local model (free) |
| Yellow | FAST     | Claude Haiku       |
| Blue   | BALANCED | Claude Sonnet      |
| Purple | POWERFUL | Claude Opus        |

<Tip>
  This gives you visibility into how the model router is working and what each interaction costs.
</Tip>

## Task Management

The dashboard includes a full task management interface:

* **Task list**: View all tasks with status, priority, and assignee
* **Create tasks**: Add new tasks directly from the UI
* **Play/Complete flow**: Click play to start a task, the agent works on it, click complete when done
* **Progress tracking**: Real-time updates as the agent works on tasks

See [Tasks UI](/dashboard/tasks-ui) for the full task management workflow.

## Session History

View and manage all conversation sessions:

* **Session list**: All active and past sessions
* **Context usage**: See how much of the context window is used
* **Switch sessions**: Click to switch the chat to a different session
* **Clear context**: Reset a session's context window

## Document Panel

The slide-out document panel (`doc_panel` tool) displays reports, documents, and structured content alongside the chat:

* Opens as a side panel without leaving the chat
* Supports Markdown rendering
* Can be used for code reviews, reports, and documentation

## Settings

### Audio Settings

Configure text-to-speech voice and behavior. See [TTS](/dashboard/tts).

### Display Settings

* Theme (light/dark)
* Font size
* Message density

## Keyboard Shortcuts

| Shortcut      | Action             |
| ------------- | ------------------ |
| `Enter`       | Send message       |
| `Shift+Enter` | New line           |
| `Ctrl+L`      | Clear chat display |
| `Ctrl+K`      | Command palette    |
