# Dashboard Guide

**What you'll learn:** How to navigate the Kyvvu dashboard, monitor agents, and manage policies.

***

## Overview

The Kyvvu dashboard is a web interface at [platform.kyvvu.com](https://platform.kyvvu.com) for monitoring agents, managing policies, triaging incidents, and generating reports.

## Navigation

The sidebar provides access to all sections:

| Section       | What it shows                                                                                               |
| ------------- | ----------------------------------------------------------------------------------------------------------- |
| **Dashboard** | Overview stats (agents, manifests, policies, incidents), recent incidents table, recent activity.           |
| **Agents**    | Agent list with risk, environment, last policy fetch. Expand for assigned manifests, resync, view policies. |
| **Manifests** | Connect GitHub repos, browse YAML manifest files, assign manifests to agents via checkbox modal.            |
| **Logs**      | Behavioral trace logs — searchable by agent, task ID, time range. Hash chain validation.                    |
| **Incidents** | Policy violations with severity, status, and agent details.                                                 |
| **Settings**  | Sub-tabs: API Keys, Platform Events, Reports, Organization, Members.                                        |

## Agent monitoring

The **Agents** page lists all registered agents with:

* Agent key and ID
* Name and purpose
* Environment (development / staging / production)
* Risk classification (high / limited / minimal)
* Active/inactive status

Click an agent to see its details, associated policies, recent logs, and incidents.

## Policy management

Policies are created automatically when manifests are assigned to agents. To manage policies:

* **Manifests page**: Connect a repo, browse manifests, assign to agents
* **Agents page**: Expand an agent to see assigned manifests, view policies, update or remove assignments

## Log viewer

The **Logs** page displays the behavioral trace:

* Filter by agent, task ID, step type, or time range.
* Click a task to see the full ordered sequence of steps.
* Each step shows its evaluation result (allow / warn / block) and the Behavior data.
* Hash chain validation: click "Validate" on a task to verify chain integrity.

## Authentication

Login at [platform.kyvvu.com](https://platform.kyvvu.com) with your email and password. JWT tokens expire after 24 hours.

***

## Next steps

* [Incident Management](/platform/incidents.md) — triage and resolve policy violations
* [Organizations & Access](/platform/organizations.md) — manage team members and permissions
* [Reports](/platform/reports.md) — generate compliance reports


---

# 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.kyvvu.com/platform/dashboard.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.
