- HTML
- TXT
HTML export
HTML export produces a self-contained.html file that opens directly in any browser. It preserves the visual structure of the conversation — code blocks, tables, and images appear as they do in ChatGPT.What HTML export preserves
- Visual layout and conversation structure
- Code blocks with syntax highlighting
- Tables with headers and alignment
- Images — DALL-E outputs, uploads, and inline graphics
- Bold, italic, and other inline formatting
Use cases
- Web viewing — open the file in a browser and read it like a webpage
- Sharing — send the
.htmlfile to someone who doesn’t have ChatGPT access - Archiving — store a self-contained snapshot of the conversation that renders without any dependencies
- Embedding — include the file in a web project or internal documentation site