> 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/zh/kuai-su-shang-shou/contextual-search.md).

# 上下文搜索

Morphic 上的上下文搜索可让你使用键盘快捷键查找并访问平台中的任何内容。使用以下快捷键打开它： `Cmd+K` 在 Mac 上，或 `Ctrl+K` 在 Windows 上，用它来搜索平台中的文件、资源、工作流等内容。

以下是 Morphic 上上下文搜索的工作方式：

<figure><img src="/files/f25b8c2bc8cff902bbddd7bbb8edadcfd9652b34" alt=""><figcaption><p>上下文搜索（cmd/ctrl + k）</p></figcaption></figure>

1. 在 Morphic 的任意位置使用以下方式打开上下文搜索： `Cmd+K` 在 Mac 上，或 `Ctrl+K` 在 Windows 上。
2. 当你刚开始熟悉 Morphic 时，可以随时用它；当你想追求速度时，也可以依赖它。新用户会发现它是一种低阻力的探索方式，而高级用户则用它来保持流畅操作，无需离开键盘。
3. 该菜单会根据你在 Morphic 中所在的位置自适应。Canvas 会显示创建和编辑工具。仪表板会显示组织、文件和账户选项。可在任意视图中打开它，查看当下最相关的命令。
4. 通过输入关键词即可跨所有内容搜索。结果包括文件、项目、工作流、资源、模型以及匹配的命令。
5. 使用键盘导航。方向键在结果之间移动， `回车键` 用于选择， `Esc` 用于返回或关闭菜单。

这就是你在 Morphic 上使用上下文搜索功能的方式。一个快捷键即可连接平台中的一切，因此你可以在不中断流程的情况下查找、导航并执行操作。

***

如果你有任何问题或疑问，请随时联系我们。我们很乐意提供帮助，请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/zh/kuai-su-shang-shou/contextual-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.
