> 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/yun-pan-chang-jian-wen-ti/wen-jian-wen-jian-jia-quan-xian.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/yun-pan-chang-jian-wen-ti/wen-jian-wen-jian-jia-quan-xian.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.
