> 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/shade-academy/shade-academy-zh/ru-men/publish-your-docs.md).

# 了解结构

{% embed url="<https://youtu.be/i5JRJB0fjLs?si=9XbcUEiEOxRhNmPv>" %}

## **你们为什么要把 Shade 设计成这样？**

在我们开始开发 Shade 时，我们希望构建一个系统，它既符合我们早已习惯的使用体验（比如 Google Drive 或 Dropbox），又具备像 Notion 和 Figma 这样的现代生产力软件的能力。Shade 的结构被设计得足够灵活，方便你按照自己的方式组织团队项目和工作。你还可以轻松管理成员和访客之间的继承级别。

Shade 旨在成为一种文件系统解决方案，不仅提供卓越的搜索能力，还能在管理外部协作者、团队成员和资产时带来高端体验。

## 什么是工作区？

工作区是 Shade 的基础，也是你整合自己、团队、项目和资产的最高层级。简单来说，工作区是驱动器和用户的集合。这就是你添加会参与多个项目成员的“团队”。你的团队费用按工作区层级计算，即工作区成员数加上工作区总存储用量。了解计费方式请见 [账单](/shade-academy/shade-academy-zh/guan-li-yu-an-quan/billing.md).

### 创建新工作区：

当你注册账户时，系统会自动创建你的第一个工作区。你可以在应用左上角的工作区下拉菜单中切换任意数量的工作区。每个工作区都会单独计费。

### 删除工作区：

工作区管理员可以在“设置/常规”中删除工作区——此操作无法撤销。

### 重命名工作区：

工作区管理员可以在“设置/常规”中重命名工作区。

### 工作区权限：

**工作区成员：** 你的核心团队可以：

* 管理驱动器配置
* 创建和删除驱动器
* 管理访客的驱动器访问权限
* 管理访客的文件和文件夹权限

**工作区管理员** - 成员级别权限以及：

* 添加工作区成员
* 管理账单
* 查看工作区使用详情

{% content-ref url="/pages/ff4502a3d9b5359b10483ed069cacf139a8e2c1f" %}
[工作区和驱动器权限](/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/workspace-and-drive-permissions.md)
{% endcontent-ref %}

## 什么是驱动器？

我们又增加了一层，用于在工作区层级和文件夹之间组织你的媒体内容。当你使用桌面应用时，驱动器是可以像硬盘一样挂载到电脑上的层级。

你可以按项目、按客户、按拍摄，或者根据你和团队的工作流程自行选择创建驱动器。我们推荐的方案是按客户创建驱动器，并为项目和拍摄分别设置独立文件夹。这样可以实现最大的权限控制、轻松撤销权限，以及为外部协作者和工作区成员设置访问过期时间。&#x20;

查看更多组织建议请见 [设计你的权限层级](/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/designing-your-permission-hierarchy.md#drive-level-access).

### 删除驱动器：

驱动器管理员可以在“设置/\[驱动器名称]/常规”中删除驱动器。此操作无法撤销。

### 重命名驱动器：

驱动器管理员可以在“设置/\[驱动器名称]/常规”中重命名驱动器。请注意，已挂载的驱动器在你重新挂载之前不会更新名称。


---

# 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/shade-academy/shade-academy-zh/ru-men/publish-your-docs.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.
