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

### 내 워크플로와 커뮤니티 워크플로

갤러리는 두 부분으로 나뉩니다.

맨 위의 '조직 워크플로'에는 조직에서 만든 워크플로가 있습니다. 전체 목록을 열려면 제목 옆의 '더 보기'를 클릭하세요.

그 아래의 '커뮤니티'에는 누구나 실행할 수 있는 Morphic에 공개 공유된 워크플로가 있습니다. 상단의 태그를 사용해 'Filmmaking', 'Animation', 'Product shoot' 같은 항목으로 범위를 좁힐 수 있습니다. 'Trending'은 현재 많이 사용되는 항목을 보여주고, 'All'은 모든 항목을 보여줍니다.

### 갤러리 정렬

각 부분에는 제목 옆에 자체 정렬 드롭다운이 있습니다.

* 조직 워크플로는 '최근 수정일', '생성 날짜', 또는 '알파벳순'으로 정렬됩니다
* 커뮤니티는 '최근 수정일', '가장 많이 사용됨', 또는 '알파벳순'으로 정렬됩니다
* 같은 드롭다운의 '순서'에서 '최신 항목부터' 대신 '오래된 항목부터'처럼 방향을 반대로 바꿀 수 있습니다

### 워크플로로 할 수 있는 일

아무 워크플로 카드 위에 마우스를 올리고 '···' 메뉴를 클릭하세요:

* '세부 정보'를 열면 워크플로의 단계와 예시 출력이 표시됩니다
* '복제'를 선택하면 원하는 대로 수정할 수 있는 자신만의 사본이 만들어집니다
* '링크 복사'와 '공유'로 전달할 수 있습니다. 다음을 참조하세요 [워크플로 공유](/docs/kr/workflows/share-a-workflow.md)
* '버전 기록'은 모든 버전을 보여 주며 이전 버전을 다시 사용하도록 되돌립니다. 다음을 참조하세요 [버전 기록](/docs/kr/workflows/version-history.md)
* '즐겨찾기에 추가'하면 바로 손쉽게 사용할 수 있습니다

***

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