Managing Conversations
Organize, search, and export your chat history
View All Conversations
Access all your past conversations in one place with searchable history
Star Important Chats
Mark important conversations for quick access later
Export Conversations
Download conversations as JSON or PDF for offline reference
Share with Team
Share conversations with team members (Pro feature)
Viewing Conversations
Access your conversations from the main navigation:
- 1. Click "Conversations" in the sidebar
- 2. Browse your conversation history (sorted by most recent)
- 3. Click any conversation to view full chat history
- 4. Use the search bar to find specific conversations
Creating New Conversations
Start a new conversation in several ways:
From Chat Page
Click the "New Chat" button or press Ctrl/Cmd + N
Automatic Creation
Simply ask a question without selecting a conversation - a new one will be created automatically
Managing Conversations
Each conversation has a menu (⋮) with these options:
Rename
Change the conversation title to something descriptive
Star/Unstar
Mark important conversations for easy access
Export
Download as JSON (for data) or PDF (for sharing)
Share Pro
Share with team members (requires Pro plan)
Delete
Permanently delete the conversation
Exporting Conversations
Export conversations for offline reference or sharing:
📄 JSON Format
Machine-readable format for data processing
- ✓ Full message history
- ✓ Source citations
- ✓ Timestamps
📋 PDF Format
Formatted document for easy sharing
- ✓ Clean formatting
- ✓ Source links
- ✓ Print-ready
API Access
Manage conversations programmatically via API:
# List conversations (authenticated via httpOnly cookie)
curl -b cookies.txt \
https://api.doculume.com/api/v1/chat/conversations?page=1&page_size=20
# Get specific conversation
curl -b cookies.txt \
https://api.doculume.com/api/v1/chat/conversations/{id}
# Delete conversation
curl -X DELETE -b cookies.txt \
https://api.doculume.com/api/v1/chat/conversations/{id}
# Export conversation
curl -b cookies.txt \
https://api.doculume.com/api/v1/chat/conversations/{id}/export?format=jsonSee the API Reference for full documentation
Pro Tips
- ✓Name your conversations: Descriptive titles make it easier to find what you need
- ✓Star important chats: Quick access to frequently referenced conversations
- ✓Export regularly: Keep offline backups of critical conversations
- ✓Use search: Find conversations by keyword instead of scrolling