> 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/gong-zuo-qu-he-qu-dong-qi/setting-up-workspaces-and-drives.md).

# 设置工作区和驱动器

以下是一些 Shade 用户配置其 Shade 工作区和驱动器的示例。

{% embed url="<https://youtu.be/GFpVyBT4qP4?si=rnmWyglpKclIvZGx>" %}

## **我是一个刚刚起步的个人用户，但我想能够与一些人分享一些内容。**

注册 Shade 后，你会自动获得自己的个人工作区。为了让你的内容与外部项目分开，你至少需要创建 1 个额外的驱动器：

复制

```
Reece 的个人工作区
├── 默认驱动器
└── 项目 1
```

你现在可以邀请团队成员在你的项目驱动器中与你协作，或在文件夹级别邀请访客。如果你想在这两个驱动器之间移动或复制文件，你可以将两个驱动器都挂载到桌面，然后使用 Finder 执行这些操作。有关挂载和 ShadeFS 的更多信息，请参阅 [ShadeFS](/shade-academy/shade-academy-zh/shadefs/introduction-to-shadefs.md). 但是，如果你知道这些访客需要访问多个驱动器和项目，那么创建一个团队工作区并邀请他们作为成员可能是个好主意。

## **我是一个制作团队，我有 10 个客户，在 Shade 中我应该如何组织我的团队和素材？**

首先，如果你还没有，为你的团队创建一个工作区，并邀请你的团队成员加入该工作区。你的团队成员将根据你的驱动器权限配置继承每个驱动器的特定权限级别（了解方法： [工作区和驱动器权限](/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/workspace-and-drive-permissions.md)）。除非你认为你的客户会访问多个驱动器，否则我们不建议在工作区级别添加客户。

外部客户应在 Shade 中作为访客进行管理和处理（在工作区级别以下邀请的用户）。访客可让你在驱动器、文件夹或文件级别明确提供特定类型的访问权限和控制。根据你与客户的协作方式，你可能会按文件夹拆分他们的项目，并为每个客户设置专用驱动器。以下是一些示例：

```
Shade Studios 工作区
├── 客户 1 驱动器
│   ├── 项目 1 文件夹
│   └── 项目 2 文件夹
├── 客户 2 驱动器
└── 客户 3 驱动器
```

```
Shade Studios 工作区
├── 客户 1 项目 A 驱动器
├── 客户 1 项目 B 驱动器
├── 客户 2 项目 A 驱动器
├── 客户 2 项目 B 驱动器
└── 客户 2 项目 C 驱动器
```

另一个选择是将你的客户作为工作区成员邀请进来，然后将他们在驱动器上的默认继承权限限制为 **`无`** 或 **`仅查看。`**

## **我是一个有 100 人的公司，管理多个项目，跨越不同的部门和团队，我应该如何使用 Shade？**

在这个规模下，你很可能需要创建多个工作区。如果你认为情况确实如此，请联系我们的团队，以便我们能在带有品牌的组织下统一所有工作区，并在组织级别配置计费。

如果你打算在一个工作区下工作，通常会希望为每个团队设置多个驱动器：

复制

```
Shade Studios 工作区
├── 团队 1 驱动器 A
│   ├── 2025 项目
│   └── 2026 项目
├── 团队 1 驱动器 B
│   ├── 视频
│   └── 数字媒体
├── 团队 2 驱动器 A
...
├── 团队 2 驱动器 Z
└── 团队 3 驱动器 A
```

许多企业用户也会发现创建一个 **归档素材** 驱动器很有用，它充当素材盘，可供工作区中的任何人访问。

接下来，在应用中的“设置 → 企业”页面启用 SSO/SAML。


---

# 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/gong-zuo-qu-he-qu-dong-qi/setting-up-workspaces-and-drives.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.
