> 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/drive-faq/what-is-drive-inheritance.md).

# What is Drive Inheritance?

Drive inheritance is the default permissions that a drive has for their workspace members. This means, that for a drive, the default drive permission will be defined for all workspace members if they are not explicitly added to the drive with a certain permission level (i.e. all workspace members, by default, will have "full access" to this new drive XYZ). This inheritance can be changed by any administrator of the drive or a workspace admin.

You can easily change the default inheritance for workspace members on a drive by heading into Settings > Drives > \<Drive Name> > Members > Default Inheritance.

<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/drive-faq/what-is-drive-inheritance.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.
