# vCon Admin

**Repo:** [vcon-dev/vcon-admin](https://github.com/vcon-dev/vcon-admin)

`vcon-admin` is a web UI for the conserver and its storage backends. Use it when you need to:

* Browse the vCons in a database without writing SQL or a custom UI.
* Inspect a vCon's full JSON.
* Edit metadata on a vCon (tags, subject, custom fields).
* Export selected vCons to JSON.
* Run ad-hoc searches.

It's a complementary tool to the [conserver](/conserver.md) — the conserver runs the data pipeline, vcon-admin gives humans a window into the result.

## Install

See the repo for current install instructions. The typical deployment is a Docker container alongside a conserver instance, pointing at the same storage backend.

## When NOT to use vcon-admin

* For LLM-driven querying, the [vCon MCP Server](/mcp-server.md) is the right surface.
* For pipeline orchestration (transcribe → analyze → store), the [conserver](/conserver.md) is what you want; vcon-admin is read/edit, not workflow.

## See also

* [Conserver](/conserver.md)
* [vCon MCP Server](/mcp-server.md) — programmatic / LLM-facing alternative


---

# 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://www.conserver.io/tools/vcon-admin.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.
