File Uploads¶
Users can upload files directly in the Karli Studio chat interface. Uploaded files are made available to flow components — most commonly the File Component.
Upload Flow¶
- The user attaches a file in the Karli Studio chat.
- The file is uploaded and associated with the current chat session.
- When the flow executes, file-consuming components (like the File Component) receive the uploaded file for processing.
Supported Formats¶
File upload accepts any file type. What happens with the file depends on which components process it and whether KARLI document extraction is enabled. See Supported File Types for details on per-format behavior.