> 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/create-a-workflow.md).

# 워크플로 만들기

Copilot을 사용하여 처음부터 직접 워크플로를 만들거나, 이미 해낸 작업을 재사용 가능한 워크플로로 바꿀 수 있습니다. Copilot이 과정을 안내해 주므로 시작하는 데 별도의 기술 설정이 필요하지 않습니다.

워크플로를 만드는 방법은 다음과 같습니다:

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

1. Canvas 또는 Copilot으로 이동하세요
2. 프롬프트 표시줄 위에 있는 'Workflows' 버튼을 클릭하세요
3. 갤러리 오른쪽 아래에서 '워크플로 만들기'를 클릭하세요
4. Copilot이 만들고 싶은 워크플로의 종류에 대해 몇 가지 질문을 할 것입니다
5. 안내에 따라 단계를 진행하고, 중간에 원하는 맥락이나 사용자 지정 지침을 자유롭게 추가하세요
6. Copilot이 워크플로를 만듭니다. 준비가 완료되면 바로 실행할 수도 있고, 세 점 메뉴(···)를 클릭해 편집하거나, 링크를 복사하거나, 즐겨찾기에 추가할 수 있습니다

사이드바의 Workflows 탭 아래에 있는 '+ 새 워크플로'를 클릭해 대시보드에서 시작할 수도 있습니다.

팁: 이미 해본 작업으로부터 워크플로를 만들 수도 있습니다. Copilot에서 작업을 완료한 뒤 "이것으로 워크플로 만들기"라고 입력하면 Copilot이 이를 재사용 가능한 워크플로로 저장합니다.

이렇게 Morphic에서 워크플로를 만들 수 있습니다. 준비가 되면 실행, 편집 또는 팀과 공유할 수 있습니다.

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