FruxonDocs

Assets

Manage templates, files, and reusable resources

Reusable resources that can be referenced across multiple agents.

Asset Types

  • Document Templates - DOCX, PDF templates for document generation
  • Prompt Libraries - Reusable system and user prompts
  • Configuration Files - JSON, YAML configs
  • Reference Data - CSV, JSON datasets
  • Media Files - Images, logos for document generation

Uploading Assets

  1. Navigate to Assets in the sidebar
  2. Click Upload Asset
  3. Configure name, description, and access
  4. Click Upload

Using Assets in Agents

Reference assets in your workflows using placeholders:

{{asset.invoice_template}}
{{asset.company_logo}}
{{asset.faq_database}}

Supported Formats

File Uploads

  • PDF, DOCX, TXT, Markdown

Data Import/Export

  • JSON, CSV, YAML

Images

  • PNG, JPG, GIF, WebP

Next Steps

On this page