> 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에서 워크플로를 실행하는 방법입니다. 직접 만들어 보고 싶으신가요? 워크플로 만드는 방법을 알아보세요.

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