Uploading Files in Chat
- Click the attachment icon in the chat input area (or drag and drop a file).
- Select one or more files from your computer.
- The files upload and appear as previews in the message input.
- Type your message (optional) and send.
Supported File Types
- Images
- Documents
- Audio
- Video
- Data & Code
JPG, PNG, GIF, WebP, SVGImages are sent directly to the AI model for visual analysis. The model can describe what it sees, extract text from images, analyze charts and diagrams, and answer questions about visual content.
How Attachments Are Processed
When you send a file in chat, the processing flow is:- Upload — The file is securely uploaded and stored via cloud storage (S3 or local).
- Content extraction — Text is extracted from documents; images are prepared for vision processing; audio/video is transcribed.
- Context injection — The extracted content is included in the AI model’s context alongside your message and conversation history.
- Response generation — The model generates a response that can reference both your message and the attachment content.
Attachment content is processed for the current message context. Unlike knowledge base documents, chat attachments are not permanently indexed or made searchable across conversations.
File Security
Attachments are handled with multiple security layers:- Token-based access — Each uploaded file receives a unique access token for retrieval
- Organization scoping — Files are partitioned by organization
- Type validation — Files are validated against allowed types before processing
- Size limits — Configurable maximum file size per upload
Attachments and Knowledge Bases
Chat attachments and knowledge base documents serve different purposes:
If you find yourself attaching the same file repeatedly, consider uploading it to a knowledge base instead. That way, the agent can reference it in any conversation without re-uploading.
Viewing Conversation Attachments
To see all files shared in a conversation:- Attachments appear inline with the messages they were sent with
- Each attachment shows a preview (for images) or file metadata (name, type, size)
- Click an attachment to download or view it

