> 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/shen-me-shi-shade.md).

# 什么是 Shade

**Shade 是一个由 AI 驱动的媒体存储与协作平台，改变创意团队管理、搜索和协作处理媒体资产的方式。**

我们提供云存储、本地文件访问、自然语言搜索和资产审核，全部集成在一个统一平台中。

### 我们的愿景：你文件系统的 CRM

如今，公司的文件分散在 6 到 7 种不同的工具和系统中：存储在硬盘、云平台以及介于两者之间的各个地方。这种碎片化造成混乱、拖慢工作流程，并且几乎不可能在你需要的时候找到所需内容。

Shade 正在构建解决方案： **一个统一的文件系统，像 CRM 一样管理你所有的资产。**

我们同时构建：

* **文件系统层**：将一切整合到一起的集中式存储
* **工作流层**：用于在整个企业范围内处理、搜索、共享和自动化文件的工具

与其在 Dropbox、Google Drive、外部硬盘和服务器存储之间来回切换，Shade 为你的团队提供一个智能平台，让每个文件都可访问、可搜索、可执行操作。


---

# 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/shen-me-shi-shade.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.
