# Fleet Overview

The Fleet Overview is the home screen of the TherosAI dashboard. It gives operators a live summary of every agent vault in the organisation — balances, spend rates, policy status, and health — at a glance.

***

## What you'll see

Each vault in your fleet is represented as a row in the Fleet table. Each row shows:

| Column               | Description                                                                                     |
| -------------------- | ----------------------------------------------------------------------------------------------- |
| **Name**             | Vault label and agent ID                                                                        |
| **Balance**          | Current USDC balance                                                                            |
| **24h Spend**        | Total USDC spent in the last 24 hours                                                           |
| **Policy**           | Attached policy name                                                                            |
| **Status**           | `active`, `idle`, `policy_violation`, `frozen`, or `unfunded`                                   |
| **Last Transaction** | Timestamp of the most recent confirmed transaction                                              |
| **Health**           | Visual indicator - green (active), amber (policy violation), grey (idle/unfunded), red (frozen) |

***

## Filtering and sorting

Filter the fleet table by:

* **Status** - show only active vaults, or only vaults with policy violations
* **Tags** - filter by one or more tags applied at vault creation
* **Policy** - show all vaults using a specific policy
* **Search** - search by vault name, agent ID, or Solana address

Sort by any column. The table defaults to sorting by last transaction time (most recent first).

***

## Quick actions

From the Fleet Overview you can, without navigating to the vault detail view:

* **Fund** a vault - opens a modal to allocate USDC from the organisation reserve
* **Freeze** a vault - immediately suspends all transactions
* **View on Solscan** - opens the vault's Solana address in Solscan

***

## Organisation summary bar

At the top of the Fleet Overview, a summary bar shows:

* **Total USDC deployed** - sum of all vault balances across the fleet
* **Organisation reserve** - unallocated USDC in the org treasury, available for future allocations
* **24h fleet spend** - total spend across all vaults in the last 24 hours
* **Active vaults** - count of vaults with a non-zero balance and at least one transaction in the last 7 days
* **Policy violations** - count of vaults in `policy_violation` state (clickable — filters the table)

***

## Real-time updates

The Fleet Overview updates in real-time via WebSocket. Balance changes, new transactions, and status changes propagate to the table within seconds of on-chain confirmation — no page refresh required.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.therosai.com/dashboard/fleet-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
