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

# コンテキスト検索

Morphic のコンテキスト検索を使うと、キーボードショートカットでプラットフォーム内のあらゆるものを見つけてアクセスできます。以下で開きます `Cmd+K` Mac では、または `Ctrl+K` Windows では、ファイル、アセット、ワークフローなどをプラットフォーム全体から検索できます。

Morphic でコンテキスト検索がどのように機能するかをご紹介します：

<figure><img src="/files/a8247dde371a529e2db7a9269cfe4acf2e91743f" alt=""><figcaption><p>コンテキスト検索（cmd/ctrl + k）</p></figcaption></figure>

1. Morphic のどこからでもコンテキスト検索を開くには `Cmd+K` Mac では、または `Ctrl+K` Windows では。
2. Morphic に慣れるときに活用し、速度を求めるときには頼ってください。新規ユーザーには手軽に試せる探索手段となり、上級ユーザーにはキーボードから手を離さずに流れを保つための手段になります。
3. メニューは Morphic の現在位置に応じて適応します。Canvas では作成ツールと編集ツールが表示されます。ダッシュボードでは整理、ファイル、アカウントの各オプションが表示されます。どの画面でも開けば、その時点で最も関連性の高いコマンドが表示されます。
4. キーワードを入力して、あらゆるものを横断的に検索できます。結果には、ファイル、プロジェクト、ワークフロー、アセット、モデル、および一致するコマンドが含まれます。
5. キーボードで移動できます。矢印キーで結果を移動し、 `Enter` で選択し、 `Esc` で戻るか、メニューを閉じます。

これが、Morphic のコンテキスト検索機能の使い方です。1 つのショートカットでプラットフォーム内のあらゆるものにつながるため、流れを止めずに見つけ、移動し、操作できます。

***


---

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

```
GET https://morphic.com/docs/jp/i/contextual-search.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
