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

# 워크플로 실행

갤러리에서 원하는 워크플로를 선택해 몇 단계만 거치면 실행할 수 있습니다. Canvas 또는 Copilot의 프롬프트 바 위에 있는 워크플로 버튼에서, 또는 대시보드의 워크플로 탭에서 워크플로를 찾아 실행할 수 있습니다. 각 워크플로는 단계별로 안내해 주므로, 다음에 무엇을 해야 하는지 항상 정확히 알 수 있습니다.

워크플로를 실행하는 방법은 다음과 같습니다:

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

1. Canvas, Copilot 또는 대시보드에서 워크플로를 엽니다
2. 갤러리에서 워크플로를 둘러보거나 검색하거나 필터링합니다
3. '워크플로 실행'을 클릭합니다
4. 단계를 따라 필요한 입력을 제공합니다(자산 업로드, 기본 설정 선택 등)
5. 모든 단계가 완료되면 워크플로가 실행되어 결과물을 생성합니다

이것이 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/run-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.
