> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/jp/advanced-basic/workbench/global-search.md).

# グローバル検索

グローバル検索は、1つの入口でメッセージ、会話、タスク、アシスタント、エージェント、ナレッジベースを検索するためのものです。「内容は覚えているが、どこに置いたか覚えていない」という場合に適しています。

<figure><img src="/files/7e6c7485d098054978635a28e568f2dd036f1185" alt="全局搜索中的关键词、搜索类型和更新时间筛选"><figcaption><p>まずは特徴のあるキーワードを入力し、次に会話、ナレッジベースなどの種類や更新時間で範囲を絞り込みます。</p></figcaption></figure>

## 使い方

{% stepper %}
{% step %}

### 1. ウィンドウ上部の検索ボタンをクリックします

また、【設定】→【ショートカットキー】で対応するショートカットキーを確認または変更できます。
{% endstep %}

{% step %}

### 2. 特徴のあるキーワードを入力します

優先的にプロジェクト名、人名、ファイルのテーマ、または結論の中のフレーズを使用してください。「設定」「レポート」などの一般的な語だけを入力すると、結果が通常多すぎます。
{% endstep %}

{% step %}

### 3. 検索範囲を絞り込みます

【メッセージ】に切り替えるか、【会話】【タスク】【アシスタント】【エージェント】【ナレッジベース】で絞り込み、さらに更新時間で範囲を狭めます。
{% endstep %}

{% step %}

### 4. 結果を開いて作業を続けます

検索すると該当する内容に戻れます。開く前に種類を確認し、同名のアシスタントとエージェントのタスクを混同しないようにしてください。
{% endstep %}
{% endstepper %}

### 使用例：先月の顧客の結論を探し出す

顧客のプロジェクト名を検索し、種類を【メッセージ】に絞って更新時間を制限します。結論が見つかったら元の会話を開き、その後修正があったかを先に確認します。結論を新しいタスクで使う必要がある場合は、記憶にある断片的な内容ではなく、すでに確認済みの要約をコピーしてください。

<details>

<summary>なぜディスク上のファイル内容が検索できないのですか？</summary>

グローバル検索は主に Cherry Studio 内で保存済みの内容を検索します。ディスク上のファイルは、エージェントの作業ディレクトリ、ナレッジベース、またはメモにおいて対応するフローに入ってから、対応する入口で検索できます。

</details>


---

# 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://docs.cherryai.com.cn/docs/jp/advanced-basic/workbench/global-search.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.
