> ## Documentation Index
> Fetch the complete documentation index at: https://bunnynet-cb9733c2-burrow-origin-shield.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard

> Manage files directly from the bunny.net dashboard

The bunny.net dashboard provides a visual interface for managing files in your storage zones without writing code. It's ideal for quick file uploads, visual file organization, and non-technical team members managing content.

## Access the file browser

1. Log in to your bunny.net dashboard
2. Navigate to **CDN > Storage** in the left sidebar
3. Select your storage zone
4. Click **Browse Files**

## Manage folders

Create and organize folders to structure your files:

1. In the file browser, click **New Folder**
2. Enter a folder name
3. Click **Create**

<Info>
  When uploading files via API, or SDKs, folders are created automatically if they don't exist. The dashboard allows you to create folders manually before uploading files.
</Info>

**Folder operations:**

* **Navigate**: Click on folder names to browse their contents
* **Delete**: Click the delete icon next to a folder (folder must be empty)

## Upload files

1. In the file manager, navigate to your desired directory
2. Click the **Upload** or **Upload Folder** button
   <Frame>
     <img src="https://mintcdn.com/bunnynet-cb9733c2-burrow-origin-shield/V-EMGN6NMqJMpmVP/images/storage/upload-file-or-folder.png?fit=max&auto=format&n=V-EMGN6NMqJMpmVP&q=85&s=013d93c6ddd16b58310a8983b8ef3438" alt="Upload File or Folder" width="2580" height="1096" data-path="images/storage/upload-file-or-folder.png" />
   </Frame>
3. Select one or multiple files from your computer
4. Files will upload and appear in the file list

## Bulk actions

Select multiple files and folders to perform bulk operations:

1. Check the boxes next to the files or folders you want to manage
2. Choose an action from the toolbar:
   * **Download** - Download selected items
   * **Delete** - Delete selected items
   * **Compress** - Compress selected items

<Info>
  You can select individual files, entire folders, or a combination of both for bulk operations. Compressing folders will compress all files within them.
</Info>

## Download files

**Single file:**

1. Locate the file you want to download
2. Click the download icon next to the file
3. The file will download to your computer

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-burrow-origin-shield/V-EMGN6NMqJMpmVP/images/storage/download-file.png?fit=max&auto=format&n=V-EMGN6NMqJMpmVP&q=85&s=ca99f598c558f1411303259475b9ebe8" alt="Download File" width="1956" height="1090" data-path="images/storage/download-file.png" />
</Frame>

**Multiple files or folders:**

1. Select the files or folders using checkboxes
2. Click the **Download** button in the toolbar

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-burrow-origin-shield/V-EMGN6NMqJMpmVP/images/storage/download-folder.png?fit=max&auto=format&n=V-EMGN6NMqJMpmVP&q=85&s=9b409590edc7a0a955c8365af1283880" alt="Download Folder" width="1986" height="824" data-path="images/storage/download-folder.png" />
</Frame>

## Delete files

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-burrow-origin-shield/V-EMGN6NMqJMpmVP/images/storage/delete-files.png?fit=max&auto=format&n=V-EMGN6NMqJMpmVP&q=85&s=7e7641394720f795a6c93f4a68a2f200" alt="Delete Files" width="1984" height="792" data-path="images/storage/delete-files.png" />
</Frame>

**Single file or folder:**

1. Locate the file or folder you want to delete
2. Click the delete icon next to it
3. Confirm the deletion

**Multiple files or folders:**

1. Select the files or folders using checkboxes
2. Click the **Delete** button in the toolbar
3. Confirm the deletion

<Warning>
  Deleted files cannot be recovered. Make sure you have backups before deleting important files.
</Warning>

## Compress files

Reduce file size directly from the dashboard without downloading and re-uploading:

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-burrow-origin-shield/V-EMGN6NMqJMpmVP/images/storage/compress-files.png?fit=max&auto=format&n=V-EMGN6NMqJMpmVP&q=85&s=e759ef5d2022bb29a77f39d209d3a3e5" alt="Compress Files" width="1936" height="739" data-path="images/storage/compress-files.png" />
</Frame>

**Single file or folder:**

1. Locate the file or folder you want to compress
2. Click the compress icon next to it
3. The file will be compressed and replaced with the compressed version

**Multiple files or folders:**

1. Select the files or folders using checkboxes
2. Click the **Compress** button in the toolbar
3. Selected items will be compressed in place

Compressing folders will compress all files within them. This is useful for optimizing images and other compressible files.

## Copy CDN URL

Once you connect a Pull Zone, each file has a CDN URL for public access:

```bash theme={null}
https://your-zone-name.b-cdn.net/path/to/file.jpg
```

Click the copy icon next to any file to copy its CDN URL to your clipboard.

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-burrow-origin-shield/V-EMGN6NMqJMpmVP/images/storage/copy-cdn-url.png?fit=max&auto=format&n=V-EMGN6NMqJMpmVP&q=85&s=5ca5ba1ee8ac95601da009710e278b48" alt="Copy CDN URL" width="1928" height="1185" data-path="images/storage/copy-cdn-url.png" />
</Frame>

If multiple Pull zones are connected to your Storage zone then multiple CDN URLs will be visible.
