> 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/kr/getting-around/contextual-search.md).

# 문맥 기반 검색

Morphic의 컨텍스트 검색을 사용하면 키보드 단축키로 플랫폼의 모든 항목을 찾고 접근할 수 있습니다. 열려면 `Cmd+K` Mac에서는 또는 `Ctrl+K` 를 사용해 플랫폼 전반에서 파일, 자산, 워크플로 등 다양한 항목을 검색하세요.

Morphic에서 컨텍스트 검색이 작동하는 방식은 다음과 같습니다:

<figure><img src="/files/6eb49128f1e175969a49d8e587f9f9ebab4f982b" 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에서 컨텍스트 검색 기능을 사용하는 방법입니다. 하나의 단축키로 플랫폼의 모든 것과 연결되어 흐름을 끊지 않고 찾고, 탐색하고, 작업할 수 있습니다.

***

문제가 있거나 궁금한 점이 있으면 언제든지 문의해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 연락해 주세요: [**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/kr/getting-around/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.
