> ## Documentation Index
> Fetch the complete documentation index at: https://web2md.org/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Web2MD converts any webpage into clean, AI-ready Markdown — in one click.

## What is Web2MD?

Web2MD is a Chrome extension that converts any webpage into clean Markdown format. Whether you're feeding content to AI assistants, saving articles to Obsidian, or archiving web content — Web2MD handles the conversion so you don't have to.

<Frame>
  <img src="https://mintcdn.com/web2md/-nkbvAbPNvMPm39U/images/homepage.png?fit=max&auto=format&n=-nkbvAbPNvMPm39U&q=85&s=27221e042f0c87e505368775a0e7df9d" alt="Web2MD homepage — Web to Markdown, One Click" width="1280" height="800" data-path="images/homepage.png" />
</Frame>

<CardGroup cols={2}>
  <Card title="One-click conversion" icon="bolt">
    Press `Alt+M` or click the extension icon to instantly convert any page.
  </Card>

  <Card title="Send to AI" icon="robot">
    Choose your AI platform and template, then convert & send in one click.
  </Card>

  <Card title="Multi-page queue" icon="layer-group">
    Convert multiple pages, then send all to AI at once.
  </Card>

  <Card title="AI Auto Tags" icon="tags">
    Every conversion auto-generates semantic tags and summary.
  </Card>

  <Card title="Smart extraction" icon="wand-magic-sparkles">
    16 site adapters for Reddit, GitHub, YouTube, Hacker News, arXiv, Wikipedia, Medium, and more.
  </Card>
</CardGroup>

### More capabilities

* **AI-powered summaries and tags** — Auto-generate summaries and topic tags for every conversion (PRO)
* **Collections** — Organize saved content into collections for knowledge management (PRO)
* **Semantic search** — Find saved content by meaning, not just keywords (PRO)
* **REST API & MCP Server** — Integrate Web2MD into your developer workflows programmatically (PRO)
* **CLI tool** — `npx web2md` converts URLs from the command line. Pipe to LLMs, batch process, or save to Obsidian vaults
* **Agent Bridge** — Let AI agents (Claude Code, Cursor) batch-convert Reddit and other sites via your Chrome extension
* **Export as Image** — Save Markdown as a styled image with dark/light themes (PRO)

## See it in action

<Frame>
  <img src="https://mintcdn.com/web2md/-nkbvAbPNvMPm39U/images/demo-convert.gif?s=9679e66f8767b7af0321dc87029dfb99" alt="Web2MD converting a webpage to Markdown" width="800" height="450" data-path="images/demo-convert.gif" />
</Frame>

## Quick start

Get up and running in under a minute.

<Card title="Install & first conversion" icon="rocket" href="/docs/quickstart" horizontal>
  Install the extension, convert your first page, and explore key features.
</Card>

## Explore features

<CardGroup cols={2}>
  <Card title="Convert pages" icon="file-lines" href="/docs/features/convert">
    The core conversion flow and output options.
  </Card>

  <Card title="Send to AI" icon="paper-plane" href="/docs/features/send-to-ai">
    Inject Markdown directly into AI chat interfaces.
  </Card>

  <Card title="Batch convert" icon="list-check" href="/docs/features/batch-convert">
    Convert multiple pages in one go.
  </Card>

  <Card title="Preview card" icon="credit-card" href="/docs/features/preview-card">
    In-page floating card for quick actions.
  </Card>

  <Card title="Context menu" icon="ellipsis-vertical" href="/docs/features/context-menu">
    Right-click to convert or send to AI.
  </Card>

  <Card title="Prompt templates" icon="message" href="/docs/advanced/prompt-templates">
    Customize how content is sent to AI.
  </Card>

  <Card title="Site adapters" icon="plug" href="/docs/advanced/site-adapters">
    Optimized extraction for specific websites.
  </Card>

  <Card title="Obsidian integration" icon="vault" href="/docs/advanced/obsidian">
    Save Markdown directly to your Obsidian vault.
  </Card>

  <Card title="CLI" icon="terminal" href="/docs/advanced/cli">
    Convert URLs from the command line.
  </Card>

  <Card title="Agent Bridge" icon="microchip" href="/docs/advanced/agent-bridge">
    AI agents control your extension.
  </Card>
</CardGroup>
