Microsoft Copilot Exporter — Save Copilot Conversations
Export Microsoft Copilot and Bing Chat conversations to Markdown, JSON, HTML, PDF, Word, or PNG. Works across multiple Microsoft AI domains. Free and open source.
Microsoft Copilot's Unique Challenge
Microsoft Copilot lives across multiple domains and has evolved through several branding changes. The same AI assistant is accessible at copilot.microsoft.com, copilot.com, and through Bing Chat at bing.com/chat. Each of these entry points uses a slightly different DOM structure, making generic export tools unreliable. Some miss messages entirely, others fail to capture Bing's search integration panels, and most do not handle the transition between Bing Chat and Copilot-branded pages gracefully.
Microsoft does not provide a built-in export or download feature for Copilot conversations. Once a chat session ends or you navigate away, the conversation is gone unless you manually copy it. For users who rely on Copilot for daily tasks, coding assistance, or content generation, this is a significant gap.
Supported Copilot Domains
AI Chat Exporter includes dedicated parsers for each Copilot variant. The extension automatically detects which domain you are on and applies the correct parsing logic.
| Domain | Also Known As | Parser Status |
|---|---|---|
| copilot.microsoft.com | Microsoft Copilot (current) | Full support |
| copilot.com | Redirect to Microsoft Copilot | Full support |
| bing.com/chat | Bing Chat | Full support |
| www.bing.com/search | Bing Search with AI answers | Partial support |
Features for Copilot Export
Bing Search Integration
Copilot responses often include inline search results and source citations from Bing. The parser captures these reference panels and preserves their URLs in the export output.
Multi-Domain Detection
The extension identifies which Copilot domain you are using and loads the appropriate DOM parser. No manual configuration is needed regardless of which entry point you used.
Image Descriptions
When Copilot generates or references images, the export captures the image descriptions and alt text. In HTML and PNG exports, images are included where the source URLs are accessible.
Conversation History
Both current and historical conversations visible on the page are captured. The parser handles the lazy-loaded message list that Copilot uses for long conversations.
Export Formats
All major formats are available for Copilot conversations, just as they are for every other supported platform.
| Format | Best For | Citations |
|---|---|---|
| Markdown | Note-taking, documentation | Inline links preserved |
| JSON | Data processing, automation | Structured citation objects |
| HTML | Web archives, sharing | Clickable source links |
| Printed records, compliance | Numbered references | |
| Word (.doc) | Collaboration, editing | Hyperlinked footnotes |
| PNG Image | Social sharing, screenshots | Rendered visually |
How to Export a Copilot Conversation
Install the Extension
Add AI Chat Exporter from the Chrome Web Store or Firefox Add-ons. The extension activates automatically on supported Microsoft domains.
Open Your Copilot Chat
Navigate to copilot.microsoft.com or bing.com/chat and open the conversation you want to export. Both Copilot and Bing Chat are supported.
Click the Extension Icon
Click the AI Chat Exporter icon in your browser toolbar. The extension detects the domain and loads the correct parser for your conversation.
Choose Format and Download
Select your preferred format from the popup. The file downloads immediately with all messages, citations, and formatting preserved.
Known limitation: AI Chat Exporter is a read-only tool for Copilot. It can export conversations but cannot continue or resume them. For conversation continuation, see the full feature list on the home page for supported platforms.
Copilot vs Other AI Platforms
Microsoft Copilot has specific characteristics that affect how export works compared to other AI chatbots.
- Domain fragmentation: Copilot is spread across multiple domains with different DOM structures. AI Chat Exporter handles each variant, while generic scrapers often break on one or more.
- Bing search integration: Copilot responses frequently cite web search results inline. The parser preserves these citations as structured data rather than stripping them.
- No official export: Unlike some competitors that offer export buttons, Microsoft provides no way to download Copilot conversations. Third-party tools fill this gap.
- Enterprise variants: Microsoft 365 Copilot uses a different interface entirely. AI Chat Exporter focuses on the consumer Copilot at copilot.microsoft.com. Enterprise Copilot export is not currently supported.
Frequently Asked Questions
AI Chat Exporter supports copilot.microsoft.com, copilot.com, and bing.com/chat. The Bing search page at bing.com/search has partial support for AI-generated answers. The extension automatically detects which domain you are on and applies the correct parser.
Yes. Bing Chat at bing.com/chat is fully supported. Whether you access Copilot through the Bing sidebar, the dedicated Bing Chat page, or the current copilot.microsoft.com interface, the extension captures your conversations correctly.
AI Chat Exporter does not support Microsoft 365 Copilot within Word, Excel, PowerPoint, or Outlook. These embedded AI assistants use entirely different interfaces. The extension works with the standalone Copilot web application only.
All major formats are supported: Markdown, JSON, HTML, PDF, Word (.doc), PNG image, and Continuation. Choose the format that fits your workflow from the extension popup.
The extension is export-only for Copilot. It captures what is currently visible in the conversation. If Copilot limits the scrollable history on a page, only the visible messages are captured. There is no continuation or resume feature for Copilot conversations. All export is local with no data leaving your browser.