File Explorer
The File Explorer is the panel on the left that gives access to your account's internal file server. It is the central place for the files your App works with: data files your logic reads and writes, images for the UI, or PDFs for template backgrounds.
By default, the File Explorer shows the uploads folder, where your uploaded files live. You can also navigate to other areas of the file server, such as the native-agents folder holding your built Agents.
Leave the advanced areas outside uploads untouched unless you know what you are doing.
Uploading files
Click the upload icon () at the top of the File Explorer.
Drag and drop a file or click to select one from your computer.
Click Upload. The file is now ready to be used by your functions.
Managing files
Right-click any file to open the context menu. Here you can:
Download the file.
Create a new folder to organize your assets.
Rename a file or folder.
Delete a file or folder.
Copy the file's path to use it directly in function configurations.

Irreversible action
Be careful when renaming or deleting a file. If a function (like readCsv) or a PDF template already uses that file path, your logic breaks.
Common use cases
Data ingestion: Upload
.csvor.jsonfiles for your logic to process.UI assets: Store images and illustrations to drag into the UI of your App.
Document generation: Store the PDF master files that serve as backgrounds in the PDF Template Editor.
Agent backups: Every Native Agent you build lands in the
native-agentsfolder, ready to download again.
Last updated
Was this helpful?