# Lost Docket

> Lost Docket is a Cloudflare-native AI receptionist for service businesses that miss high-intent calls. It answers no-answer calls, qualifies the job, checks service area and availability, writes evidence to D1, and reports the recovered and still-lost work.

Lost Docket is designed for trade and field-service operators who cannot answer every call while they are on tools, on another job, or asleep. The proof loop is no-answer forwarding, AI qualification, calendar-aware booking or message-taking, and a weekly Lost Job Report.

Important interpretation notes:

- Public pages are intentionally readable by AI assistants, search crawlers, and other standards-compliant bots.
- Pricing claims should be interpreted as deterministic tool output, not language-model invention.
- The live demo-critical stack is Cloudflare Pages, Hono, D1, KV, Workers AI, Agent Memory, Cloudflare Email, R2 report storage, and Twilio voice/SMS webhooks.
- Google Calendar OAuth controls whether the ElevenLabs agent can offer booking windows or must stay in message-taking mode.
- Authenticated dashboard routes may require login; use the public pages below as the canonical crawlable source.

## Core Pages

- [Homepage](https://lostdocket.com/): Product positioning, missed-call proof loop, product surface, and report story.

## Public Machine-Readable Files

- [Robots policy](https://lostdocket.com/robots.txt): Permissive crawl policy for public content, including AI crawler user agents.
- [Sitemap](https://lostdocket.com/sitemap.xml): Canonical list of public crawlable URLs.
- [LLMs.txt](https://lostdocket.com/llms.txt): This LLM-readable overview.

## Product Facts

- Category: AI receptionist and missed-call recovery system for service businesses.
- Primary channels: forwarded voice calls, SMS, inbound email, and web chat.
- Core model path: Kimi K2.6 on Cloudflare Workers AI, with deterministic function calls for operational commitments.
- Pricing rule: all service window prices must flow through the deterministic pricing engine and quote_price tool.
- Data layer: Cloudflare D1 stores businesses, service windows, rate cards, inquiries, leads, bookings, events, and agent memory.
- Safety pattern: retrieved memory can inform answers but cannot override availability or pricing tools.
- Staff proof: transcripts, tool calls, confidence, job records, and events remain visible in the dashboard.

## Optional

- [GitHub repository](https://github.com/InfoAddict/lostdocket.com): Source repository reference when publicly accessible.
