---
title: "Capturing AI conversations"
url: https://mdfy.app/mdfy-ex-ai
updated: 2026-05-12T08:42:56.602Z
source: "mdfy.app"
---
# Capturing AI conversations

mdfy treats the AI conversation as a first-class document type.

## Three paths in

1. **Paste a share URL.** ChatGPT, Claude, or Gemini conversation links resolve to clean markdown automatically.
2. **Drop a transcript.** Copy a chat thread, paste into mdfy — the parser detects the AI dialect and structures turns as `User:` / `Assistant:`.
3. **One-click capture.** The Chrome extension grabs whatever AI UI is open; `/mdfy capture` works inside Claude Code, Cursor, Codex, Aider.

## Why capture matters

Every captured chat lives at a permanent URL like `mdfy.app/abc123`. The URL is two-way readable: humans see a rendered doc, AIs fetch it as clean markdown.

> The answer you didn't save is the context the next AI session won't have.

That's the loop: capture today, paste tomorrow, the next AI gets your prior AI's work for free.
