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

# Dashboard Guide

> A walkthrough of every section in the OpenHermit dashboard.

## Overview

The dashboard is your central hub for managing websites, viewing detected actions, configuring agent prompts, and monitoring analytics. Access it at [openhermit.com/dashboard](https://openhermit.com/dashboard).

***

## Overview page

The first page you see after logging in. Shows:

* **Welcome message** with your name
* **Stats row** — total websites, actions, interactions, and active agents
* **Quick actions** — shortcuts to Add Website, View Analytics, and Manage Actions
* **Getting Started stepper** — three steps (Add Website → Auto Detect → Track & Optimize)

***

## Websites

**`/dashboard/websites`**

Lists all your registered websites. For each website you can see:

* Name and domain
* Status badge (active / inactive)
* Script installation status (green dot = script detected, amber = not yet detected)
* Number of detected actions
* Number of agent interactions
* API key (truncated, with copy button)

Click **View →** to open the website detail page.

***

## Website detail

**`/dashboard/websites/[id]`**

The most important page per website. Contains:

### Installation status badge

Shows whether the script is correctly installed and when it was last seen. Updates automatically every 15 seconds — no manual refresh needed.

| Status                              | Meaning                                |
| ----------------------------------- | -------------------------------------- |
| 🟡 Script not yet detected          | Script has never pinged from this site |
| 🟢 Script active · Last seen 3m ago | Working correctly                      |
| ⚪ Script detected (inactive)        | Not seen in the last 24 hours          |

### Stats row

* **Actions** — how many forms/widgets have been detected
* **Interactions** — total agent events recorded
* **Completions** — successful form submissions by agents
* **Conv. Rate** — completions ÷ interactions

### API Key

Your site's unique API key. Used in the script tag and all API calls. Copy it here.

### Installation Script

The exact script tag to paste into your website. One-click copy.

### Details

Domain, status, date added, and a link to view your raw WebMCP manifest JSON.

### Detected Actions

All actions found on this website. Click **Edit** next to any action to configure its agent prompts.

### Recent Interactions

The last 20 agent events on this website — agent name, page URL, event type, and timestamp.

***

## Add Website

**`/dashboard/websites/new`**

Two-step flow:

**Step 1 — Enter details**

* Website name (your label, e.g. "My Portfolio")
* Domain (e.g. `example.com`)

Click **Generate Script** — this creates the website record and generates a unique API key.

**Step 2 — Install the script**
Copy the generated script tag and paste it into your website. The page shows a "What happens next" guide explaining the auto-detection flow.

***

## Actions

**`/dashboard/actions`**

All detected actions across all your websites. Stats across the top:

* Total actions detected
* Active actions (enabled)
* Total interactions
* Number of websites with actions

Each action card shows:

* Action type icon and name
* Active / Disabled badge
* Website domain and CSS selector
* WebMCP tool name and description
* Interaction count and detection date
* **Edit Prompts** button and Enable/Disable toggle

***

## Edit Action Prompts

**`/dashboard/actions/[id]`**

Configure how AI agents interact with a specific action. Three sections:

**WebMCP Identity**

* Tool name (auto-generated, read-only)
* Description — what agents read to decide whether to use this action

**Agent Prompts**

* Before prompt — shown before the agent acts
* Success prompt — returned after successful completion
* Failure prompt — returned if the action fails

**Next Step**

* Next action URL — chain agents to the next best step
* Next action label — human-readable label for the URL

See the [Agent Prompts guide](/guides/agent-prompts) for writing tips.

***

## Analytics

**`/dashboard/analytics`**

Shows the last 30 days of agent interaction data:

* **Total Interactions** — all agent events
* **Conversions** — completed actions
* **Conversion Rate** — with industry average comparison
* **Active Agents** — unique agents seen

**Agent Breakdown** — bar chart showing each agent's interaction and conversion counts.

**Recent Interactions** — last 10 events with agent name, action, website domain, event type, and timestamp.

***

## Settings

**`/dashboard/settings`**

* **Profile** — update your full name (email cannot be changed)
* **Subscription** — current plan details and upgrade option
* **API Keys** — link to the Websites section for key management
* **Danger Zone** — delete your account permanently
