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

# Working With Files

Being able to upload and download files is essential to many workflows.

## File Upload

If you want your workflow to be able to read from a local file you need to upload it to your remote file storage.

Drag any 'File Operations' node and click on the folder icon.

<div align="center">
  <img src="https://mintcdn.com/agenthub/KMa3S5LrPuj3opZR/images/file_option.png?fit=max&auto=format&n=KMa3S5LrPuj3opZR&q=85&s=72479b32710009c896804839b9a6f7cd" alt="Alt text" width="600" data-path="images/file_option.png" />
</div>

The following popup will appear (might look a little different for you)

<div align="center">
  <img src="https://mintcdn.com/agenthub/BbHU4APLtf15VcpU/images/file_upload.png?fit=max&auto=format&n=BbHU4APLtf15VcpU&q=85&s=c1677478d409a8de2eadc588965f593b" alt="Alt text" width="600" data-path="images/file_upload.png" />
</div>

Select the "Pick a File to Upload" option and upload your local file!

## File Download & Delete

From the files pop-up you can right-click on any file to either download it or delete it.

**Deleting a file deletes it from our servers forever so be careful!**

<div align="center">
  <img src="https://mintcdn.com/agenthub/BbHU4APLtf15VcpU/images/generate_file.png?fit=max&auto=format&n=BbHU4APLtf15VcpU&q=85&s=5ceb85ab79e0e7805509a61a2d85012a" alt="Alt text" width="600" data-path="images/generate_file.png" />
</div>

## Supported File Types

* .csv
* .pdf
* .doc/.docx
* .xlsx/xls
* .json
* .txt
* .html

We only support these file types currently because these are the ones we've seen a need for thus far.

## Maximum File Size

Currently, the maximum file size supported is 200MB.

### File Help

If you need us to add support for a different file type email us at [support@gumloop.com](mailto:support@gumloop.com)
