Overview
LibreChat provides powerful tools to manage your conversation history, including search, bookmarks, tags, sharing, and organization features. Keep your conversations organized and easily accessible.Conversation List
The sidebar displays your conversation history:- Recent conversations: Sorted by last activity
- Conversation titles: Auto-generated or custom
- Conversation metadata: Model, date, message count
- Search bar: Quick filtering by title or content
Creating Conversations
Conversation Titles
Auto-Generated Titles
By default, titles are automatically generated from conversation content:Title Generation Configuration
Title Generation Configuration
Control which model generates titles:Or in
librechat.yaml per endpoint:Manual Rename
Searching Conversations
LibreChat includes powerful search capabilities:- Quick Search
- MeiliSearch (Advanced)
Use the search bar in the sidebar:
- Type your search query
- Results filter in real-time
- Search includes titles and content
MeiliSearch provides lightning-fast full-text search across all your conversations, even with thousands of messages.
Bookmarks
Save important conversations for quick access:Bookmark Configuration
Managing Bookmarks
- Edit: Modify bookmark tags or notes
- Remove: Unbookmark a conversation
- Search: Filter bookmarks by tag or title
Tags
Organize conversations with custom tags:Tags are user-specific and help you categorize conversations by project, topic, or priority.
Sharing Conversations
Share conversations with other users or publicly:Share a Conversation
- Open conversation options menu
- Click Share
- Select users, groups, or roles
- Choose permissions (view/edit)
Shared Links
Create public links to conversations:Conversation Options
Right-click or click the three-dot menu on any conversation:Available Actions
Available Actions
- Rename: Change conversation title
- Delete: Permanently remove conversation
- Archive: Hide from main list (if enabled)
- Bookmark: Add to bookmarks
- Share: Share with users or create public link
- Fork: Create a branch from a specific message
- Export: Download conversation data
Deleting Conversations
Multi-Conversation Mode
Manage multiple conversations simultaneously:- Open multiple chat windows
- Switch between conversations quickly
- Compare responses across different models
Conversation Export
Export conversations for backup or analysis:- Single Conversation
- Bulk Export
- Open conversation options
- Select Export
- Choose format (JSON, Markdown, etc.)
- Download file
Export Rate Limiting
Conversation Import
Import conversations from other systems:Supported formats depend on the import feature configuration. Typically includes JSON exports from LibreChat or compatible systems.
Temporary Conversations
Configure automatic cleanup of old conversations:Temporary conversations are automatically deleted after the retention period. Bookmarked conversations are exempt from automatic deletion.
Pagination
For users with many conversations:Configuration Reference
Best Practices
Troubleshooting
Search not working
Search not working
- Verify MeiliSearch is running (
docker ps) - Check
SEARCH=truein.env - Ensure
MEILI_HOSTis accessible - Check MeiliSearch logs for errors
Conversations not loading
Conversations not loading
- Check MongoDB connection
- Verify sufficient server resources
- Clear browser cache
- Check for JavaScript errors in console
Sharing not available
Sharing not available
Auto-titles not generating
Auto-titles not generating
- Check
TITLE_CONVOis enabled - Verify
OPENAI_TITLE_MODELor equivalent is configured - Ensure model has API access
- Check for rate limiting