---
description: Launch the admin web UI to browse stores, search, and manage knowledge
allowed-tools: ["Bash(${CLAUDE_PLUGIN_ROOT:-.}/scripts/launch-ui.sh)"]
---
# Bluera Knowledge Admin UI (Beta)

Launch the web-based admin dashboard for Bluera Knowledge.

## Instructions

Start the admin UI server and open it in the default browser:

```bash
bash "${CLAUDE_PLUGIN_ROOT:-.}/scripts/launch-ui.sh"
```

The server auto-detects an open port and opens the dashboard in your browser.

## What it provides

- **Store Dashboard** — Overview of all stores with status, type badges, and stats
- **Store Detail** — Full metadata, re-index, delete, and browse indexed chunks
- **Search** — Global or per-store semantic search with relevance scores and code previews
- **Create Store** — Form-based creation for repo, file, and web stores
- **Background Jobs** — Store creation triggers automatic background indexing

> **Note:** This is a beta feature. The server runs in the foreground — press Ctrl+C to stop it.
