# コンテキスト検索

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内の現在地に応じて内容が変わります。キャンバスでは作成ツールと編集ツールが表示されます。ダッシュボードでは、整理、ファイル、アカウントのオプションが表示されます。どのビューでも開けば、その時点で最も関連性の高いコマンドが表示されます。
4. キーワードを入力して、すべてを横断検索します。結果には、ファイル、プロジェクト、ワークフロー、アセット、モデル、対応するコマンドが含まれます。
5. キーボードで移動します。矢印キーで結果を移動し、 `Enter` で選択し、 `Esc` で戻るか、メニューを閉じます。

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

***


---

# Agent Instructions: 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.
