> 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.md).

# 共享与协作

- [访客与工作区成员](https://academy.shade.inc/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/guests-vs-workspace-members.md): 访客和工作区成员有什么区别，以及何时使用
- [权限管理概览](https://academy.shade.inc/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/permission-management-overview.md)
- [工作区和驱动器权限](https://academy.shade.inc/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/workspace-and-drive-permissions.md)
- [权限表](https://academy.shade.inc/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/quan-xian-biao.md)
- [设计你的权限层级](https://academy.shade.inc/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/designing-your-permission-hierarchy.md)
- [权限继承示例](https://academy.shade.inc/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/quan-xian-ji-cheng-shi-li.md)
- [邀请外部协作者](https://academy.shade.inc/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/inviting-external-collaborators.md)
- [已发布链接](https://academy.shade.inc/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/published-links.md)
- [共享文件夹和文件](https://academy.shade.inc/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/sharing-folders-and-files.md)
- [创建素材集合](https://academy.shade.inc/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/creating-asset-collections.md): 如何使用 Shade 创建、管理和共享集合。
- [对素材发表评论](https://academy.shade.inc/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/commenting-on-assets.md): 关于 Shade 评论系统的完整指南，详细介绍如何留下带时间戳、锚定和线程式评论，以简化创意团队的协作和反馈。
- [与客户协作：最佳实践](https://academy.shade.inc/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/yu-ke-hu-xie-zuo-zui-jia-shi-jian.md)


---

# 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.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.
