> 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/workflows/explore-workflows.md).

# 워크플로 탐색

Morphic의 워크플로우를 사용하면 직접 만든 모든 것을 재사용 가능한 AI 워크플로우로 바꿀 수 있습니다. Copilot으로 처음부터 하나를 만들거나, 이미 완성해 둔 프로세스를 한 번의 클릭으로 다시 실행할 수 있는 워크플로우로 저장하세요.

다음에서 사용 가능한 모든 워크플로우를 살펴보세요 <https://morphic.com/workflows>.

{% embed url="<https://youtu.be/gZ7UWRoWUmw>" %}

### 워크플로우에 액세스

이미 Morphic에서 작업 중이라면, 다음의 세 곳에서도 워크플로우 갤러리를 열 수 있습니다:

* Canvas의 프롬프트 바 위에 있는 워크플로우 버튼
* Copilot의 프롬프트 바 위에 있는 워크플로우 버튼
* 대시보드 사이드바의 워크플로우 탭

### 워크플로우 검색

특정 워크플로우를 찾는 방법은 두 가지입니다:

* 워크플로우 갤러리 상단의 검색창을 사용해 이름이나 키워드로 검색하세요
* Morphic 어디에서나 Cmd/Ctrl + K를 누르고, 워크플로우 이름을 입력한 다음, 결과에서 선택하세요

### 카테고리별로 둘러보기

워크플로우 갤러리는 카테고리별로 정리되어 있어 필요한 것을 빠르게 찾을 수 있습니다.

* 갤러리 상단의 필터 태그를 사용해 유형별로 워크플로우를 좁혀 보세요
* 트렌딩과 전체를 전환해 인기 있거나 최근 추가된 항목을 살펴보세요
* 워크플로우를 알파벳순, 가장 많이 사용됨, 또는 최근 업데이트 순으로 정렬하세요
* 즐겨찾기를 확인해 저장해 둔 워크플로우를 다시 열어보세요

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