> 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` Windows에서는 파일, 자산, 워크플로 등 플랫폼 전반에서 다양한 항목을 검색할 수 있습니다.

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에서 문맥 검색 기능을 사용하는 방법입니다. 하나의 단축키로 플랫폼의 모든 것에 연결되어, 흐름을 끊지 않고 찾고, 탐색하고, 작업할 수 있습니다.

***


---

# 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/kr/getting-around/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.
