Skip to main content

Chat Sessions

Chat sessions provide conversation context for asking questions about your documents.

What are Chat Sessions?

Chat sessions are conversation contexts linked to a folder:
  • Each chat is connected to one folder
  • Maintains conversation history for follow-up questions
  • Multiple chats can be created per folder
  • Isolates different conversation topics or users
Think of chats as conversation threads - each one remembers previous questions and answers within that thread.

Core Operations

Create a Chat

Response fields:
  • id: Unique chat identifier
  • name: Chat name
  • folder_id: Associated folder
  • created_at: Creation timestamp
  • message_count: Number of Q&A exchanges

List Chats

Get Chat Details

Update Chat Name

Delete Chat

Deleting a chat removes all Q&A history. The folder and files remain intact.

Chat Organization Patterns

Create individual chats for each user:
Benefit: Personalized conversation history per user
Organize by conversation topic:
Benefit: Clear separation of conversation topics
Create temporary chats for sessions:
Benefit: Automatic cleanup of temporary conversations
Chats for different teams accessing same docs:
Benefit: Department-specific conversation tracking

Conversation Context

Chat sessions maintain context for follow-up questions:
Context window: Chats remember the last 10 Q&A exchanges for context.

View Chat History

Get all questions and answers from a chat:

Complete Example: Multi-User Support System

Best Practices

Good: “Customer Support - Authentication Issues” Bad: “Chat 1”, “Test”, “Untitled”Clear names help identify chats when you have many.
Keep your workspace organized by removing unused chats.
Don’t share chats across users:
Individual chats prevent context confusion and protect privacy.
Temporary chats (delete after session):
Permanent chats (keep for history):

Limits & Quotas

Chats per Folder

Free tier: Up to 50 chats Pro tier: Up to 1,000 chats Enterprise: Unlimited

Messages per Chat

All tiers: Unlimited Q&A exchanges Context window: Last 10 exchanges used for context

Next Steps

Q&A System

Ask questions in your chats

Best Practices

Optimize chat organization

Examples

Complete RAG workflow examples