> 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/ai-gong-ju/ai-search-best-practices.md).

# AI 搜索最佳实践

你可以使用 AI 搜索更快地找到你要找的媒体。要在你的驱动器中用 AI 搜索任何内容，请按 **`cmd/ctrl + k` .** 要对当前文件夹进行 AI 搜索，请按 **`cmd/ctrl + f` .**

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

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

<figure><img src="/files/f87a0ed9b243411811b6ca77b20a11f3f3505bf8" alt=""><figcaption></figcaption></figure>

Shade 的 AI 并不是围绕标签构建的；它的核心是创建对资产（信息的基本单元）和文本（我们通常搜索的方式）的统一理解。标签只是这种理解的一个简单快照，由我们在创建 Shade 过程中整理出的 1500 个词构成。它并不能代表每一张图片或每一帧，也无法捕捉诸如动作等语义信息。

正确示例：“山上秋天森林的无人机航拍画面”

错误示例：“森林，树木，无人机”

正确示例：“架子上的瓶子”

错误示例：“架子，瓶子”

完成 AI 搜索后，你会希望通过选择查询下方的资产类型来确定你要搜索的资产类型。

{% hint style="info" %}
要阻止某个文件夹被 AI 索引或出现在 AI 搜索结果中，你可以右键单击任意文件夹，然后点击“从 AI 中排除此文件夹”
{% endhint %}

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

<div data-full-width="false"><figure><img src="/files/7b316346d62de5eb99f2e782b8e5298788a7ae77" alt=""><figcaption></figcaption></figure></div>


---

# 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/ai-gong-ju/ai-search-best-practices.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.
