# Learn

> Plaintext version for LLMs. Canonical HTML: https://askbowtie.com/learn/

Guides and playbooks on the things that quietly cost websites money: errors nobody reports, funnels that leak, forms that fail in silence. Written for owners, useful to agents.

## Guides: askbowtie in action

- [How I Ran an AI Content Audit on My Own Site](/guides/ai-content-audit/)An AI content audit in one sitting: I pointed my agent at my own Search Console and analytics, and it graded all 27 pages. The exact prompt, and what it found.
- [How I Find a Silently Broken Form With AI](/guides/find-broken-forms/)A form can fail silently for weeks while every monitor shows green. Here's the exact playbook I run to find the broken element and the deploy that broke it.
- [How I Diagnose a Sudden Conversion Drop](/guides/diagnose-conversion-drops/)When conversions drop, the cause is usually split across four tools. Here's how I ask one question and let my AI agent join them into a fast diagnosis.
- [How I Give My AI Agent Memory Between Sessions](/guides/ai-agent-memory/)My AI agent forgets when the session ends. Here's how notes give every project a memory: one log per site, readable across all of them, so nothing is relearned.

## Analytics

- [Section Engagement Analytics: See What Converts](/learn/new-analytics/)Pageviews can't tell you which part of a page visitors use. Tag your sections and page role with two HTML attributes, then see which parts drive conversions.

## Error monitoring

- [Website Error Monitoring Guide](/learn/error-monitoring/)Catch JavaScript errors, broken elements, and silent failures before they cost you conversions. A practical guide to error monitoring that connects bugs to revenue.
- [Silent Failures Your Error Tracker Can't See](/learn/error-monitoring/user-behavior/)Uptime is green, the error tracker is quiet, but users are still stuck on a dead button. How askbowtie detects the silent failures that throw zero errors.
- [Prioritizing Errors by Revenue Impact](/learn/error-monitoring/prioritizing-errors/)Sorting errors by frequency is wrong. Use this framework to decide which JavaScript errors to fix first based on actual business impact, not volume.

## Conversions

- [Conversion Funnel Leaks: Find Where Sessions End](/learn/conversions/)Your funnel's leak is already in your data. Sort pages by exit rate to find where sessions end, then join errors and performance to learn why they leave.

## Performance

- [Website Performance & Uptime Monitoring](/learn/performance/)Monitor site speed, Core Web Vitals, and uptime in one place. Know when your site is slow or down before your visitors do — and fix it fast.

## Fixes

- [Website Fixes: Step-by-Step Troubleshooting](/learn/fixes/)Fix broken forms, checkout failures, plugin conflicts, and slow pages. Platform-specific solutions for WordPress, Shopify, and general web issues.
- [Find a Silently Failing Form Fast](/learn/fixes/form-failures/)A form can show a success message while losing every submission. How to detect silent form failures from error and conversion signals, and trace where it dies.
- [Shopify Checkout Problems: See Hidden Drop-Off](/learn/fixes/shopify-issues/)Shopify checkout runs on Shopify's servers, so you can't see where buyers leave. How to detect the checkout drop-off from exit rates and conversion data.

## The tracker

- [How askbowtie Works](/learn/tracker/how-it-works/)What the tracker script does, what data it collects, what it doesn't, and how it keeps your site fast and your visitors' data private.
- [Install the askbowtie tracker](/docs/install/)Add askbowtie to any site with one line of code. Copy-paste steps for plain HTML, WordPress, Shopify, Google Tag Manager, and Cloudflare. 9.8 KB loader, cookieless, no PII.
- [JavaScript API](/learn/tracker/javascript-api/)Report conversions, errors, and custom events from your own code with the askbowtie JavaScript API: bowtie.converted(), bowtie.error(), bowtie.track().
- [Cookieless Tracking](/learn/tracker/cookieless-tracking/)How askbowtie tracks sessions without cookies — and how to keep it that way when adding server-side conversions, payment webhooks, or custom integrations.
- [Security & Data](/learn/tracker/security-and-csp/)How askbowtie handles your data — what's public, what's authenticated, how sites are isolated, and the CSP directives to allow the tracker.
