> 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/learn-80-of-shade-in-2-minutes.md).

# 2分钟内掌握 Shade 的 80%

你在日常中使用 Shade 的大多数方法都可以在 [2 分钟](https://www.youtube.com/watch?v=qiTMrJkC40Q).

{% stepper %}
{% step %}

## 在你的 AI 搜索中使用自然语言

当你使用自然语言而不是标签时，我们的神经搜索效果最好。你也可以搜索单个文件夹，而不是当前驱动器，使用 **`cmd/ctrl+f`**。或者，你也可以通过我们的命令面板访问 AI 搜索，使用 **`cmd/ctrl+k`**

<figure><img src="/files/f87a0ed9b243411811b6ca77b20a11f3f3505bf8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## 按特定属性筛选

使用文件级属性或自定义元数据上的筛选器进行更细致的筛选。

<figure><img src="/files/6049f670b5cbb95cfbf33eff0deaa0591309df4d" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## 通过邀请或公开链接进行外部共享

右键单击任何文件夹或资产，可通过电子邮件邀请协作者，或发送带有可选密码、过期日期和查看限制的公开链接。

<figure><img src="/files/2415c44a4feaf4abdd45b0fce208464b76f1657d" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## 管理你的 ShadeFS 挂载

ShadeFS 的工作方式是在你的电脑或外部目录中分配缓存空间。设置好 ShadeFS 后，你可以调整这些设置，并通过点击左侧面板中任意驱动器上的“挂载”开始工作。右键单击任意文件或文件夹，选择“固定到缓存”，即可让重要资产离线可用，便于即时访问。

<figure><img src="/files/11229bb2039e5e5d8590d0e02ebff45a0d0235b5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## 把它们整合起来

先进行 AI 搜索找到你要找的内容，查看评论，然后在本地打开文件开始工作。

<figure><img src="/files/e3133b5cbb47f6e1c65752444c6aee4e7f23817b" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/learn-80-of-shade-in-2-minutes.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.
