> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/help-center/help-center-zh/gong-zuo-qu-chang-jian-wen-ti/shen-me-shi-gong-zuo-qu.md).

# 什么是工作区？

工作区是共享空间，用于存放您的云盘（云盘中包含文件和文件夹）。内部团队可在此访问所有媒体和内容。

换句话说，工作区是云盘和用户的集合。它相当于一个“团队”，您可以将会参与多个项目的用户加入到这个团队中。

用户可按以下权限加入工作区：

成员拥有额外优势：可轻松管理并访问多种云盘，可为自己和团队创建新的云盘，并可邀请访客访问指定云盘或文件夹。

工作区管理员在管理各类云盘时更加灵活，包括编辑关联详情、变更位置等。

### 为什么要使用工作区？ <a href="#h_4993f6947e" id="h_4993f6947e"></a>

工作区可将用户统一到一个团队下，并将多个云盘连接到同一个工作区。这带来两点好处

### 您会被收取哪些费用？ <a href="#h_f1c8bb86c1" id="h_f1c8bb86c1"></a>

系统会按您工作区中的管理员和成员总数计费。也就是说，在工作区层级添加的任何成员或管理员，都会占用 Shade 的一个计费席位。每个方案都规定了可邀请的席位和访客数量上限，并会在邀请时进行校验。


---

# 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, and the optional `goal` query parameter:

```
GET https://academy.shade.inc/help-center/help-center-zh/gong-zuo-qu-chang-jian-wen-ti/shen-me-shi-gong-zuo-qu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
