> 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에서 작업을 완료한 뒤 "Create a workflow from this"라고 입력하면 Copilot이 이를 재사용 가능한 워크플로로 저장합니다.

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


---

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