> ## 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.

# Send to AI

> Send converted Markdown directly to Claude, ChatGPT, Gemini, Perplexity, Grok, or DeepSeek.

## Overview

The AI platform selector is front and center at the top of the Convert tab. Pick your platform and template, then convert & send in one click — no manual copy-paste needed.

<Frame>
  <img src="https://mintcdn.com/web2md/qOtwQjeH2QQiHWtp/images/send-to-ai.png?fit=max&auto=format&n=qOtwQjeH2QQiHWtp&q=85&s=89a38d053aefe4ef72fad1f755319705" alt="Send to AI feature" width="1280" height="800" data-path="images/send-to-ai.png" />
</Frame>

## Supported platforms

<CardGroup cols={3}>
  <Card title="Claude" icon="message">
    [claude.ai](https://claude.ai) — Anthropic's AI assistant. Uses ProseMirror editor injection.
  </Card>

  <Card title="ChatGPT" icon="comment">
    [chatgpt.com](https://chatgpt.com) — OpenAI's GPT models. Uses textarea injection.
  </Card>

  <Card title="Gemini" icon="sparkles">
    [gemini.google.com](https://gemini.google.com) — Google's AI. Uses contenteditable injection.
  </Card>

  <Card title="Perplexity" icon="magnifying-glass">
    [perplexity.ai](https://www.perplexity.ai) — AI-powered search engine.
  </Card>

  <Card title="Grok" icon="bolt">
    [grok.com](https://grok.com) — xAI's conversational AI.
  </Card>

  <Card title="DeepSeek" icon="brain">
    [chat.deepseek.com](https://chat.deepseek.com) — DeepSeek's AI assistant.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Select your AI platform">
    At the top of the **Convert** tab, choose your preferred AI platform from the platform selector.
  </Step>

  <Step title="Pick a prompt template">
    Optionally select a prompt template to wrap your content with instructions.
  </Step>

  <Step title="Convert & send">
    Click **Convert** — the page is converted to Markdown, the template is applied, and the content is injected into your AI platform's chat input in a new tab.
  </Step>
</Steps>

### Fallback behavior

If the injection fails (e.g. the AI platform changes its interface), Web2MD falls back gracefully:

1. Copies the content to your clipboard
2. Opens the AI platform in a new tab
3. Shows a notification: **"Content copied! Press Ctrl+V to paste"**

## Prompt templates

Combine Send to AI with [Prompt Templates](/docs/advanced/prompt-templates) to automatically wrap your content with instructions like "Summarize this article" or "Extract key points".

When a template is selected, the content is wrapped with your prompt before being sent:

```
Please summarize the following article concisely:

[converted Markdown content here]
```

## Auto send

Enable **Auto send to AI** to automatically send content to your preferred platform after every conversion — no extra click needed.

## Settings

| Setting                   | Description                                                                              |
| ------------------------- | ---------------------------------------------------------------------------------------- |
| **Preferred AI platform** | Default platform for Send to AI (Claude, ChatGPT, Gemini, Perplexity, Grok, or DeepSeek) |
| **Prompt template**       | Template to apply when sending to AI                                                     |
| **Auto send to AI**       | Automatically send after conversion                                                      |

These settings are configured directly in the **Convert** tab via the platform selector and template picker. [See all settings →](/docs/advanced/settings)
