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.
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
Ready to export your Copilot conversations?