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

# Files

> Your agent's persistent file storage

# Files

Every agent has its own persistent storage. Files your agent creates, downloads, or receives are saved automatically and available across all conversations.

## How It Works

Your agent has a dedicated storage volume — like its own hard drive. Anything it creates or you upload stays there until you delete it.

* Files persist between conversations
* Your agent can read, write, and organize files freely
* You can upload files to the agent and download files from it

## Uploading Files

### In conversation

Drag and drop files into the chat, or click the attachment button. Your agent can immediately work with the uploaded file:

* *"Summarize this PDF"*
* *"Translate this document to English"*
* *"Analyze the data in this spreadsheet"*

### In the file browser

1. Click the **Files** tab in the right sidebar
2. Click **Upload** or drag files into the browser
3. Files are immediately available to your agent

## File Browser

The file browser in the right sidebar lets you:

* **Browse** all files and folders on your agent's machine
* **Create folders** to organize your files
* **Preview** documents, images, and code files
* **Download** any file to your computer
* **Delete** files or folders you no longer need

## Storage

Each agent starts with a default storage volume. You can adjust the storage size in agent settings under **Advanced**:

| Size    | Best For                              |
| ------- | ------------------------------------- |
| 32 GB   | Lightweight tasks, text processing    |
| 64 GB   | General use, moderate file storage    |
| 128 GB  | Large datasets, many files            |
| 256+ GB | Heavy data processing, large projects |

<Info>
  Your agent's files are completely private to that agent. Other agents in the same workspace cannot access them.
</Info>
