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

# Cloudfile

> Cloud storage application for file storage and organization

## Overview

Cloudfile is a cloud storage application that provides file storage and organization capabilities. It's ideal for testing AI agents on file management, hierarchical navigation, sharing permissions, and search operations.

## Key Features

* **Hierarchical Folder Structure**: Organize files and folders in nested hierarchies
* **File Operations**: Create, rename, move, delete files and folders
* **Sharing & Permissions**: Share items with users (viewer, editor, owner roles)
* **Search**: Find files and folders across the entire drive
* **File Types**: Support for documents, sheets, slides, forms, and other file formats

## Available Data Pack

### professional-drive-v2

A corporate file structure including:

* 3 users with shared access
* 25+ files and folders
* Nested folders up to 3 levels deep
* Mix of document types (docs, sheets, slides, etc.)
* Various levels of access among users
* Different categorization of files for quick access (e.g., Starred, Recents)

## Common Testing Scenarios

* Navigate nested folder structures
* Create new folders and documents
* Move files between folders
* Share files with specific permissions
* Search for files by name or content
* Manage starred items

## Verifier Functions

These domain-specific functions can be used in [manual verifier checks](/deep-dives/verifiers/website) to validate task completion.

| Function                              | Description               |
| ------------------------------------- | ------------------------- |
| `get_item(type, name)`                | Get item by type and name |
| `get_all_items_in_folder(folderName)` | Get all items in a folder |

## Next Steps

<CardGroup cols={2}>
  <Card title="Shopora" icon="bag-shopping" href="/environments/website/shopora">
    Explore the e-commerce environment
  </Card>

  <Card title="Website API" icon="code" href="/api-reference/websites/overview">
    Full API documentation
  </Card>
</CardGroup>
