Files
Upload, organize, and share documents, images, and files with folder hierarchies and access controls.
Files
Files let you store documents, images, and other files your team and AI agents need. Organize them in folders, control access, and give your AI the ability to read and reference them in conversations.
Managing Files
Go to Knowledge → Files to open the file browser.
Uploading Files
- Drag and drop files directly onto the file browser
- Click the Upload button to select files from your computer
- Maximum file size: 10 MB per file
Supported file types include images (JPEG, PNG, GIF, SVG, WebP), documents (PDF, DOCX, XLSX, PPTX), text files (TXT, Markdown, JSON, CSV, YAML, HTML), code files (JS, TS, Python, and more), and media files (MP3, MP4, WAV).
Creating a File
You can also create text files directly in the app:
- Click New File
- Enter a name and content
- Choose a folder location
- Set the access level
Viewing and Downloading
Click any file to open its detail pane. From there you can:
- Preview the file contents (text and images)
- Download the original file
- View and edit metadata (title, description)
- Manage file labels
Folders
Folders organize your files into a hierarchy. You can nest folders as deep as you need.
Creating Folders
- In the file browser, click New Folder
- Enter a folder name
- The folder is created in your current location
Folder names must be unique within the same parent folder.
Moving Files and Folders
Drag files or folders to move them into a different folder. You can also use the file detail pane to change a file's folder.
Deleting Folders
Deleting a folder also deletes all files and subfolders inside it. This action cannot be undone.
Access Levels
Every file has an access level that controls who can see it:
| Level | Who Can Access |
|---|---|
| Private | Only the file owner and workspace admins |
| Users | All authenticated workspace members |
| Public | Anyone with the link (no login required) |
File Permissions
For more granular control, you can assign specific permissions to member roles:
| Permission | What It Allows |
|---|---|
| Read | View and download the file |
| Write | Edit file metadata and content |
| Read + Write | Full access |
Folder permissions apply to all files within the folder.
AI File Access
Give your AI agent access to files so it can search, read, and reference them during conversations.
Setting Up File Access
- In your workflow, add the File Access ability
- Configure which folders the AI can access
- Set read or read/write permissions
What the AI Can Do
With file access enabled, your AI agent can:
- Read files — Access file contents to answer questions or follow instructions
- Create files — Generate new text files (e.g., summaries, reports) and save them to a folder
- Search files — Find relevant files based on content
Folder Indexing
For AI-powered semantic search across large document collections:
- Open a folder in the file browser
- Enable Indexing on the folder
- The system processes all files in the folder for vector search
- Your AI can then search the folder's contents by meaning, not just keywords
Indexing works best with text-based files (documents, markdown, text files). Processing may take a few minutes for large folders.
File Labels
Tag files with labels for quick organization and filtering.
Creating File Labels
- Go to Knowledge → Labels
- Select the File Labels tab
- Click Create Label
- Set a name, color, and optional description
Assigning Labels
- Open a file's detail pane
- Add or remove labels from the labels section
- Files can have multiple labels
Use labels to categorize files by type, project, status, or any other grouping that helps your team find what they need.
Image Processing
When downloading images, the system supports on-the-fly transformations:
| Parameter | What It Does | Example |
|---|---|---|
| width | Resize to width (pixels) | width=300 |
| height | Resize to height (pixels) | height=200 |
| fit | Aspect ratio handling | cover, contain, fill |
| quality | JPEG quality (1-100) | quality=80 |
| format | Output format | jpeg, png, webp |
| crop | Crop region | x,y,width,height |
These are applied automatically when files are served through the CDN.
Tips
- Organize early — Set up a folder structure before uploading many files. Moving files later is possible but easier to plan ahead.
- Use descriptive names — File and folder names are searchable. Clear names help both your team and AI find what they need.
- Enable indexing for AI — If your AI agent needs to search through documents, enable folder indexing for semantic search.
- Set access levels carefully — Public files are accessible to anyone with the URL. Use Private or Users for sensitive content.
Related
Related Resources
Forms
Create structured data types to collect, store, and manage information through AI-powered conversations or manual entry.
Labels
Organize members, chats, and files with color-coded tags for filtering, automations, and access control.
Computed Fields
Automatically calculate form values using CEL formulas for scoring, totals, and derived data.
All Guides
Browse all available guides