> 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.md).

# 워크플로

- [워크플로 둘러보기](https://morphic.com/docs/kr/workflows/explore-workflows.md): 워크플로를 어디에서 찾는지, 갤러리를 검색하고 정렬하는 방법, 그리고 찾은 워크플로로 무엇을 할 수 있는지.
- [워크플로 실행](https://morphic.com/docs/kr/workflows/run-a-workflow.md): 워크플로를 시작하고, 요청하는 입력값을 제공한 다음, 결과를 받는 방법.
- [워크플로 만들기](https://morphic.com/docs/kr/workflows/create-a-workflow.md): 워크플로를 만드는 두 가지 방법: Copilot으로 처음부터 만들기, 또는 채팅에서 이미 완료한 작업에서 만들기.
- [워크플로 편집](https://morphic.com/docs/kr/workflows/edit-a-workflow.md): 만든 워크플로를 바꾸는 방법으로, 워크플로를 만든 채팅에서 하거나 워크플로 편집기에서 할 수 있습니다.
- [버전 기록](https://morphic.com/docs/kr/workflows/version-history.md): 워크플로의 모든 버전을 보고, 이전 버전을 살펴보고, 다시 사용하도록 게시하는 방법입니다. 아무것도 덮어쓰지 않으므로, 잘못된 편집도 언제든 되돌릴 수 있습니다.
- [중첩 워크플로](https://morphic.com/docs/kr/workflows/nested-workflows.md): 이미 만든 작업을 하나의 워크플로 안의 단계로 사용해, 해당 프로세스를 구성 요소처럼 활용하는 방법.
- [워크플로 공유](https://morphic.com/docs/kr/workflows/share-a-workflow.md): 워크플로를 팀에 전달하는 방법과, 조직 외부 사람들도 사용할 수 있게 설정하는 방법.


---

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