# VCON MCP

## Docs

- [Introduction](https://mcp.conserver.io/guide/index.md)
- [Getting Started](https://mcp.conserver.io/guide/getting-started.md)
- [Installation](https://mcp.conserver.io/guide/installation.md)
- [Basic Usage](https://mcp.conserver.io/guide/basic-usage.md)
- [Search & Query](https://mcp.conserver.io/guide/search.md)
- [Tag Management](https://mcp.conserver.io/guide/tags.md)
- [Query Prompts](https://mcp.conserver.io/guide/prompts.md)
- [Database Tools](https://mcp.conserver.io/guide/database-tools.md)
- [Troubleshooting](https://mcp.conserver.io/guide/troubleshooting.md)
- [FAQ](https://mcp.conserver.io/guide/faq.md)
- [Overview](https://mcp.conserver.io/api-reference/index.md)
- [REST API](https://mcp.conserver.io/api-reference/rest-api.md)
- [MCP Tools](https://mcp.conserver.io/api-reference/tools.md)
- [MCP Resources](https://mcp.conserver.io/api-reference/resources.md)
- [MCP Prompts](https://mcp.conserver.io/api-reference/prompts.md)
- [TypeScript Types](https://mcp.conserver.io/api-reference/types.md)
- [Overview](https://mcp.conserver.io/development/index.md)
- [Architecture](https://mcp.conserver.io/development/architecture.md)
- [Building from Source](https://mcp.conserver.io/development/building.md)
- [Plugin Development](https://mcp.conserver.io/development/plugins.md)
- [Testing](https://mcp.conserver.io/development/testing.md)
- [Embeddings](https://mcp.conserver.io/development/embeddings.md)
- [Contributing](https://mcp.conserver.io/development/contributing.md)
- [Code Style](https://mcp.conserver.io/development/code-style.md)
- [Documentation](https://mcp.conserver.io/development/documentation.md)
- [Overview](https://mcp.conserver.io/deployment/index.md)
- [Production Setup](https://mcp.conserver.io/deployment/production.md)
- [Security](https://mcp.conserver.io/deployment/security.md)
- [Performance](https://mcp.conserver.io/deployment/performance.md)
- [Docker](https://mcp.conserver.io/deployment/docker.md)
- [Kubernetes](https://mcp.conserver.io/deployment/kubernetes.md)
- [Cloud Providers](https://mcp.conserver.io/deployment/cloud.md)
- [Self-Hosted Supabase](https://mcp.conserver.io/deployment/self-hosted-supabase.md)
- [Quick Start Guide](https://mcp.conserver.io/vconic-for-resellers/01-quick-start-guide.md)
- [Installation Guide](https://mcp.conserver.io/vconic-for-resellers/02-installation-guide.md)
- [Configuration Guide](https://mcp.conserver.io/vconic-for-resellers/03-configuration-guide.md)
- [Administration Guide](https://mcp.conserver.io/vconic-for-resellers/04-administration-guide.md)
- [Troubleshooting Guide](https://mcp.conserver.io/vconic-for-resellers/05-troubleshooting-guide.md)
- [Upgrade Guide](https://mcp.conserver.io/vconic-for-resellers/06-upgrade-guide.md)
- [Release Notes](https://mcp.conserver.io/vconic-for-resellers/07-release-notes.md)
- [Overview](https://mcp.conserver.io/reference/index.md)
- [vCon Specification](https://mcp.conserver.io/reference/vcon-spec.md)
- [Database Schema](https://mcp.conserver.io/reference/agent_database_schema.md)
- [Corrected Schema](https://mcp.conserver.io/reference/corrected_schema.md)
- [Implementation Corrections](https://mcp.conserver.io/reference/implementation_corrections.md)
- [Migration Guide](https://mcp.conserver.io/reference/migration_guide.md)
- [Quick Reference](https://mcp.conserver.io/reference/quick_reference.md)
- [Features](https://mcp.conserver.io/reference/features.md)
- [Glossary](https://mcp.conserver.io/reference/glossary.md)
- [Changelog](https://mcp.conserver.io/reference/changelog.md)
- [Overview](https://mcp.conserver.io/examples/index.md)
- [System Instruction Assets](https://mcp.conserver.io/examples/system-instruction-assets.md)
- [Large Database Optimization](https://mcp.conserver.io/examples/large-database-optimization.md)
- [Thread context bootstrap](https://mcp.conserver.io/optimization/thread-context-bootstrap.md)
- [Session handoff for vault](https://mcp.conserver.io/optimization/session_handoff_for_vault.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://mcp.conserver.io/guide/index.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.
