# 맥락 검색

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: 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.
