# Anku > Most analytics tools (PostHog, Mixpanel) give you endless charts, numbers, and hours of session replays, but no clear directions. Anku connects to your PostHog event data and tells you what to do next: UX redesign prompts for confusing flows, diagnostic prompts for bugs, and personalized outreach emails for dropped users ready to send in one click. ## What Anku Does (Directions, Not Just Data) - **Fix UX & Flow Issues**: Detects onboarding and navigation friction, providing new flow structures and implementation prompts to redesign the experience. - **Diagnose Bugs**: Identifies technical drop-offs and delivers root-cause diagnostic prompts ready for your AI coding assistant. - **1-Click User Outreach**: Finds users who dropped off or hit friction, diagnoses their specific problem, and writes personalized outreach emails ready to send. - **Automated Regular Scans**: Run scans on-demand or on a weekly schedule so you get clear action items instead of spending hours watching session replays. ## Canonical Pages - [Home](https://www.anku.app): Turn PostHog events into weekly founder directions and fixes. - [Pricing](https://www.anku.app/pricing): Free ($0, 3 audits every hour, no card) and Pro ($29/month flat, 7-day free trial). - [Integrations](https://www.anku.app/integrations): Read-only PostHog connection (US and EU clouds); Segment, Mixpanel, Amplitude supported via PostHog. - [Security & Trust](https://www.anku.app/security): Zero end-user PII persisted, in-memory processing, AES-256-GCM encrypted keys, read-only permissions. - [Privacy Policy](https://www.anku.app/privacy): Transparent privacy practices and data lifecycle management. - [Terms of Service](https://www.anku.app/terms): Service terms, fair use, and subscription details. - [Sample Diagnostic](https://www.anku.app/dashboard?mode=demo): Interactive read-only sample report. - [Studio](https://www.anku.app/studio): Interactive read-only diagnostic studio with live landing-page audit. ## Full Documentation & Context - [Full Documentation](https://www.anku.app/llms-full.txt): Complete founder story, feature breakdown, and product mechanics. - [Agent Catalog](https://www.anku.app/agents.md): WebMCP tools, browser agent contracts, and prompt templates. ## WebMCP Tools Visiting any public Anku page exposes 1 browser-side tool via `document.modelContext` (deduped `navigator.modelContext` fallback); signed-in dashboard pages additionally expose the four read tools, which serve the founder's last completed diagnostic run (persisted at scan completion, RLS-isolated, zero new PostHog/LLM calls per read): 1. `anku_audit_landing_page` (any Anku page): Audit any public startup landing page URL to detect onboarding drop-off friction (broken, confusing, missing value). NOT read-only: a fresh audit consumes a rate slot, writes a 7-day cache, and accrues AI spend; failures return the server's honest reason. 2. `anku_get_aha_moment` (signed-in dashboard): The founder's activation X-ray — aha event, verdict, doers vs non-doers return rates — with a provenance link to the source query. Read-only; identifiers masked, no PII. 3. `anku_get_wireframe_spec` (signed-in dashboard): The 1-screen wireframe spec including the DO-NOT-BUILD exclusions for the detected leak class. If the run had no LLM triage the spec is absent — never invented. Read-only. 4. `anku_get_outreach_leads` (signed-in dashboard): Stalled-user outreach leads with Mom-Test draft emails. Identifiers are masked (m•••@host); raw emails are never included; every send-intent row carries `requires_human_review: true`. Read-only. 5. `anku_get_code_patch` (signed-in dashboard): Live error clusters ($exception) with a patch sketch when LLM triage succeeded for that cluster; clusters only otherwise. Read-only.