> 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/gong-zuo-qu-yu-yun-pan-de-qu-bie.md).

# 工作区与云盘的区别

工作区是您、团队、云盘和资源的中心位置。这便于跨云盘进行权限管理、在整个组织内统一计费，以及对文件和资源进行安全与审计日志记录。工作区可包含任意数量、任意类型的云盘。可按以下权限将用户添加到工作区：

云盘是您存放不同资源集合的位置。您可以根据项目、客户、拍摄等场景，为每个项目创建一个云盘，具体取决于您和团队的工作流程。

我们的推荐方案是：为每位客户创建一个云盘，并为项目和拍摄分别设置独立文件夹。这样可以实现最大的权限控制，并便于向外部协作者和工作区成员撤销访问权限或设置访问到期。


---

# 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/gong-zuo-qu-yu-yun-pan-de-qu-bie.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.
