> 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/shen-me-shi-yun-pan-ji-cheng.md).

# 什么是云盘继承？

驱动继承是指驱动对其工作区成员默认拥有的权限。这意味着，对于某个驱动，如果工作区成员没有被显式添加并分配某个权限级别，那么该驱动的默认权限就会适用于所有工作区成员（例如，默认情况下，所有工作区成员都会对这个新的 XYZ 驱动拥有“完全访问”权限）。此继承设置可由该驱动的任何管理员或工作区管理员更改。

您可以通过进入“设置 > 驱动 > <驱动名称> > 成员 > 默认继承”，轻松更改驱动中工作区成员的默认继承权限。

<figure><img src="https://downloads.intercomcdn.com/i/o/1084926063/d1a498ff28098c095d9e9b66/Screenshot+2024-06-17+at+7_01_03%E2%80%AFPM.png?expires=1739547900&#x26;signature=849f587418775ea6d4a3d23a484c28d8544fab8374ac989ead7521b092489540&#x26;req=dSAvEsB8m4FZWvMW1HO4zftCS7cyBGD11YWHsmqb%2By43wuHTYZifRV%2F0RKiO%0ARBWcrPQOPiiWIj%2FweBg%3D%0A" alt=""><figcaption></figcaption></figure>


---

# 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/shen-me-shi-yun-pan-ji-cheng.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.
