> ## Documentation Index
> Fetch the complete documentation index at: https://trickest.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Uploading Files

> Upload and organize files in storage, then use them as inputs in your workflows.

## Overview

You can upload files in two ways: from the **Files** page (to manage and organize storage) or from a workflow node when configuring a **File** parameter. Uploaded files are stored in your workspace and can be reused across workflows.

## Upload files from the Files page

Use the **Files** page to upload, manage, and organize files in your storage.

<Steps>
  <Step title="Open Files">
    From the global menu, open **Files**.
  </Step>

  <Step title="Optional: create a folder">
    Click **New Folder** to create a folder for better organization.
  </Step>

  <Step title="Upload">
    Click **Upload Files** and select the file(s) you want to upload.
  </Step>
</Steps>

<Note>
  Uploaded files are stored in your workspace storage and can be reused across workflows.
</Note>

## Upload files from a workflow node

If a workflow node has a **File** parameter, you can upload a file directly while configuring that node.

<Steps>
  <Step title="Open the workflow">
    Open the workflow in the Editor and double-click the node that contains a **File** parameter.
  </Step>

  <Step title="Upload a file">
    For the file parameter, choose **Select file**, then **Upload file**.
  </Step>
</Steps>

<Note>
  Files uploaded this way are also stored in your global Files storage, so you can reuse them in other workflows.
</Note>
