BroxiAI
  • Welcome
  • Account
    • Quickstart
    • Password
    • Team
      • Create team
      • Join team
      • Payment & Billing
      • Payment Policy
    • Global Variables
    • API Keys
  • Workflow
    • Overview
    • Quickstart
    • Components
    • Playground
    • Publish Workflow
    • File Manager
    • Webhook
  • Components
    • Input & Output
    • Agents
    • AI Models
    • Data
    • Embeddings
    • Helper
    • Loader
    • Logic
    • Memories
    • Processing
    • Prompt
    • Tools
    • Vector database
  • Advanced
    • Use Agent in flow
    • MCP Connect
    • MCP Astra DB
  • Integration
    • Apify
    • AssemblyAI
    • Composio
    • Google
      • Google Auth
      • Vertex AI
    • Notion
      • Setup
      • Notion Conversational Agent
      • Notion Meeting Notes Agent
Powered by GitBook
On this page
  • Use uploaded files​
  • Supported file types​
  1. Workflow

File Manager

Uploading files to the File management system keeps your files in a central location, and allows you to re-use files across flows without repeated manual uploads.

PreviousPublish WorkflowNextWebhook

Last updated 13 days ago

Use uploaded files

To use your uploaded files in flows:

  1. Include the File component in a flow.

  2. To select a document to load, in the File component, click the Select files button.

  3. Select a file to upload, and then click Select file. The loaded file name appears in the component.

If you prefer a one-time upload, the File component still allows one-time uploads directly from your workflow and don't save to your account.

Supported file types

The maximum supported file size is 100 MB.

Text files:

  • .txt - Text files

  • .md, .mdx - Markdown files

  • .csv - CSV files

  • .json - JSON files

  • .yaml, .yml - YAML files

  • .xml - XML files

  • .html, .htm - HTML files

  • .pdf - PDF files

  • .docx - Word documents

  • .py - Python files

  • .sh - Shell scripts

  • .sql - SQL files

  • .js - JavaScript files

  • .ts, .tsx - TypeScript files

Archive formats (for bundling multiple files):

  • .zip - ZIP archives

  • .tar - TAR archives

  • .tgz - Gzipped TAR archives

  • .bz2 - Bzip2 compressed files

  • .gz - Gzip compressed files

​
​