docs/usage/getting-started/file-upload.mdx
LobeHub provides comprehensive file upload capabilities, enabling AI agents to access, analyze, and reference documents, images, code, and other files during conversations.
- Works with single or multiple files
- Supports any file type
- Files upload and preview automatically
- Add context or questions, then send
- Browse your file system
- Select one or more files
- Preview before upload
- Multi-select support
- Screenshots appear instantly
- Ideal for quick screenshot questions
- Works with copied images and files
**Capabilities:** Text extraction, summarization, content search, data extraction from spreadsheets.
**Capabilities:** Code review, bug detection, documentation generation, data parsing, syntax highlighting.
**Capabilities:** Visual analysis (with vision models), text extraction (OCR), image description, design feedback. See [Vision](/docs/usage/getting-started/vision) for details.
**Capabilities:** Playback, transcription (with appropriate tools), content analysis.
When you upload files to a conversation, the AI agent can reference them directly:
You: [uploads API_Documentation.pdf]
"What are the rate limits for the free tier?"
Agent: According to the API documentation, rate limits are:
- Free tier: 100 requests/hour
- Pro tier: 1,000 requests/hour
- Enterprise: Custom limits
Source: API_Documentation.pdf (page 12)
Reference multiple files in a single conversation:
"Compare the architectures described in design_v1.pdf and design_v2.pdf"
"Summarize all meeting notes from this folder"
"Find contradictions between doc_a.txt and doc_b.txt"
Create workflows around files:
LobeHub includes an integrated file viewer:
Click on any file name or thumbnail in chat to open the viewer.
Files uploaded to conversations are automatically saved to the Resource Library. You can also organize files into dedicated knowledge bases for persistent, searchable access across all your agents.
See Resource Library for the full knowledge base workflow.
<Callout type={'warning'}> Uploaded files may be processed by AI services. Avoid uploading sensitive or confidential information unless using a private or self-hosted deployment. </Callout>
<Card href={'/docs/usage/getting-started/vision'} title={'Vision & Image Understanding'} />
<Card href={'/docs/usage/getting-started/agent'} title={'Agent'} /> </Cards>