> 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/ru-men/contextual-search.md).

# 上下文搜索

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

以下是 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. 使用键盘进行导航。方向键可在结果之间移动，“Enter”用于选择，“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/ru-men/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.
