> 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-xiang-yu-xie-zuo/sharing-folders-and-files.md).

# 共享文件夹和文件

共享就像在任何文件或文件夹上右键单击并共享到任意电子邮件一样简单。你还可以为任何文件夹或文件发布链接。

已发布链接支持分析，因此你可以在共享后查看链接活动。

已发布链接还可以通过密码、到期日期和查看次数限制进行保护。

### 文件/文件夹访问

用于外部协作的最细粒度且最安全的方法。当你共享特定文件或文件夹时，协作者会成为 **访客** 在工作区和驱动器级别。这样他们只能看到所需内容，同时保持干净、专业的体验。

此级别非常适合：

* 审核特定交付成果的客户
* 处理单个资产的自由职业者
* 审核特定内容的外部 QA 团队
* 需要访问演示材料的利益相关方<br>

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


---

# 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-xiang-yu-xie-zuo/sharing-folders-and-files.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.
