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

# 워크플로 공유

공유할 만한 워크플로우를 만드셨나요? 팀과 어떤 워크플로우든 공유해 일관성을 유지하거나 조직 외부의 누구에게나 사용할 수 있게 할 수 있습니다. 공유된 워크플로우는 모두가 같은 단계를 따르고, 같은 설정을 사용하며, 매번 동일한 품질의 결과를 얻는다는 뜻입니다.

워크플로우를 공유하는 방법은 다음과 같습니다:

* 조직 내에서: 대시보드의 아무 워크플로우에서나 점 3개 메뉴(···)를 클릭하고 '링크 복사'를 선택하세요. 조직 내 누구나 이 링크를 사용해 워크플로우를 보고 실행할 수 있습니다.
* 외부에서: 직접 만든 워크플로우에서 점 3개 메뉴(···)를 클릭하고 '공유'를 선택한 다음, '외부 공유'를 켜고 '외부 링크 복사'를 클릭하세요. 이 링크가 있는 사람은 조직 밖에서도 워크플로우를 보고 실행할 수 있습니다.

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