# Box

> Manage files in Box including uploading, downloading, copying, searching, and sharing.

Source: https://cotera.co/docs/reference/tools/individual-tools/box

---

**Authentication Type:** OAuth\
**Description:** Manage files in Box including uploading, downloading, copying, searching, and sharing.

***

## Beta Notice

**This tool is currently in beta testing and not yet available for general use.**

To get the Box tool added to your Cotera workspace, please contact our support team at [support.cotera.co](https://support.cotera.co).

***

## File Operations

Manage files in your Box account.

### Upload File

Upload a file to Box to store documents, images, and other content in the cloud.

**Operation Type:** Mutation (Write)

### Download File

Download a file from Box to retrieve its contents and access stored documents.

**Operation Type:** Query (Read)

### Get File

Get a file's metadata and information to retrieve details about a specific file including name, size, and modified date.

**Operation Type:** Query (Read)

### Copy File

Copy a file to duplicate it within Box, creating a copy in the same or different folder.

**Operation Type:** Mutation (Write)

### Share File

Share a file to grant access to specific users or generate shareable links with configurable permissions.

**Operation Type:** Mutation (Write)

### Search Files

Search files in Box to find documents using keywords, file names, content, and metadata filters.

**Operation Type:** Query (Read)

