Agent Conversation Export
What this covers
You can export any agent conversation as Markdown or PDF for sharing, archiving, or compliance.
How to export
- Open an Agent Chat conversation.
- Click the Export button in the conversation toolbar.
- Choose Markdown or PDF.
Markdown export
Downloads a .md file containing every turn in the conversation: user messages, assistant responses, embedded queries, result tables, and chart references.
PDF export
Opens a browser print dialog with a styled, print-ready version of the conversation. You can save as PDF or send to a printer. The PDF includes the same content as the Markdown export but with formatted tables and headings.
What is included
| Content | Included |
|---|---|
| User messages | Yes |
| Assistant responses | Yes |
| SQL queries | Yes (fenced code blocks) |
| Query results (tables) | Yes |
| Chart references | Yes (type + data summary) |
| Citations and sources | Yes |
| Judge verdicts | Yes, if present |
| Timestamps | Yes, per turn |
Notes
- Export captures the conversation at the time you click Export. Subsequent turns are not retroactively added.
- Special characters are properly escaped in both formats.
- PDF rendering uses
window.onloadto ensure styles are fully applied before the print dialog opens.