> For the complete documentation index, see [llms.txt](https://docs-old.zus.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-old.zus.network/guides/zbox-cli.md).

# Zbox CLI

ZboxCLI is a Go based command-line interface (CLI) tool used for managing storage operations on the Züs distributed storage platform. Built using Züs GoSDK ,the ZboxCLI tool provides a convenient way to interact with the blockchain, storage, and smart contracts.

ZboxCLI provides features such as storage allocation, downloading, and sharing of files and folders on the Züs dStorage platform.

### Allocation Management

Zbox CLI provides a simple way to create and manage storage spaces on Züs decentralized storage network.

### Private File Management

Another feature offered by Zbox CLI is file management. You can upload, download and delete files from dStorage. Not only that, you can even share encrypted files.

### Storage Pool Management

With the help of Zbox CLI, you can manage pools. You can create read pools, check pool info and even lock tokens in the read pool.Read more about pools [here](https://docs.zus.network/concepts/wiki/payment#token-pools-and-markers).<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-old.zus.network/guides/zbox-cli.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
