# 워크플로 만들기

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: 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.
