> 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를 누르고 워크플로 이름을 입력한 다음 결과에서 선택하세요

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

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

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


---

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