> 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. 갤러리 오른쪽 아래의 'Build a workflow'를 클릭하세요
4. Copilot이 만들고 싶은 워크플로 유형에 대해 몇 가지 질문을 할 것입니다
5. 안내된 단계를 따라가며, 필요하다면 그 과정에서 자신의 맥락이나 맞춤 지침을 추가해도 됩니다
6. Copilot이 워크플로를 만듭니다. 준비가 되면 바로 실행하거나, 점 세 개 메뉴(···)를 클릭해 편집하거나, 링크를 복사하거나, 즐겨찾기에 추가할 수 있습니다

사이드바의 Workflows 탭 아래에 있는 '+ New workflow'를 클릭하여 대시보드에서도 시작할 수 있습니다.

팁: 이미 한 작업에서 워크플로를 만들 수도 있습니다. 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.
