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

# Uploading Files

> Upload files to Bizzy via drag-drop or the upload dialog

Files upload directly to Bizzy storage and appear in the list as soon as they
finish.

## Two ways to upload

### Drag and drop

Drop one or more files anywhere on the Files page. The upload starts
immediately.

### Upload dialog

Click **Upload Files** to open the upload dialog. Select one or more files from
your file picker and confirm.

<Frame>
  <img src="https://mintcdn.com/thebizzycomapny/LTbGbhRRJUQlFsAe/images/user-guide/files/upload-dialog.png?fit=max&auto=format&n=LTbGbhRRJUQlFsAe&q=85&s=73177ab0d9b02713659cf32fb36b26c0" alt="File upload dialog" width="800" height="500" data-path="images/user-guide/files/upload-dialog.png" />
</Frame>

## What you can attach per file

On upload you can optionally set:

| Field            | Purpose                                                                                |
| ---------------- | -------------------------------------------------------------------------------------- |
| **Description**  | Short note about what the file is                                                      |
| **Tags**         | Free-form labels                                                                       |
| **Agent access** | Whether agents can read this file — see [RAG indexing](/user-guide/files/rag-indexing) |

## Where uploads land

New files appear in the **current folder** — whichever folder you're viewing
when you start the upload. To upload into a specific folder, navigate into it
first.

## Storage limits

Before any upload, Bizzy checks your organization's remaining storage
allocation. If you're out of space, the upload fails with an error and no
partial file is stored.

Raise your allocation in [Admin Guide → Billing](/admin-guide/billing/index).

## Troubleshooting

| Problem                           | Likely cause                | Fix                            |
| --------------------------------- | --------------------------- | ------------------------------ |
| Upload fails with "storage limit" | Hit your allocation         | Free up space or upgrade       |
| Very large file times out         | Network interruption        | Retry from a stable connection |
| File doesn't appear in list       | Browser cached the old list | Refresh the page               |

## Next steps

<CardGroup cols={2}>
  <Card title="Organize with folders" icon="folder-tree" href="/user-guide/files/folders">
    Group files into folders
  </Card>

  <Card title="Agent access & RAG" icon="robot" href="/user-guide/files/rag-indexing">
    Let agents search file contents
  </Card>
</CardGroup>
