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

# 워크플로 편집

워크플로를 만들었는데 수정하고 싶으신가요? 만든 워크플로는 언제든지 업데이트할 수 있습니다. Copilot과 대화하면서 새 단계를 추가하고, 설정을 조정하거나, 작동 방식을 다듬을 수 있습니다.

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

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

* 채팅에서: 방금 워크플로를 만들었다면 채팅에서 Copilot에게 바로 무엇을 변경할지 알려주세요. 원하는 수정 사항을 설명하면 Copilot이 워크플로를 업데이트해 줍니다.
* 대시보드에서: 사이드바의 Workflows 탭으로 이동한 다음, 만든 워크플로의 점 세 개 메뉴(···)를 클릭하고 '편집'을 선택하세요. 그러면 왼쪽에는 전체 세부 정보가, 오른쪽에는 Copilot이 있는 워크플로 편집기가 열려 변경 사항을 안내해 줍니다.

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