allUpdated 2026-05-24

Agent Conversation Export

What this covers

You can export any agent conversation as Markdown or PDF for sharing, archiving, or compliance.

How to export

  1. Open an Agent Chat conversation.
  2. Click the Export button in the conversation toolbar.
  3. 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

ContentIncluded
User messagesYes
Assistant responsesYes
SQL queriesYes (fenced code blocks)
Query results (tables)Yes
Chart referencesYes (type + data summary)
Citations and sourcesYes
Judge verdictsYes, if present
TimestampsYes, per turn

Notes

Related