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

# 워크플로 공유

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

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

* 조직 내에서: 대시보드의 아무 워크플로에서나 세 점 메뉴(···)를 클릭한 다음 '링크 복사'를 선택하세요. 조직 내 누구나 이 링크를 사용해 워크플로를 보고 실행할 수 있습니다.
* 외부로: 직접 만든 워크플로에서 세 점 메뉴(···)를 클릭하고 '공유' 위에 마우스를 올리세요. '외부 공유'를 켠 다음, '외부 링크 복사'를 클릭해 링크를 복사하거나 '시스템을 통해 공유...'를 클릭해 다른 앱으로 바로 전달할 수 있습니다. 이 링크가 있는 사람은 조직 밖에서도 워크플로를 보고 실행할 수 있습니다.

{% hint style="info" %}
'공유' 패널에는 Morphic이 공유된 워크플로를 마케팅 목적으로도 사용할 수 있다고 표시됩니다. 고객 작업에 외부 공유를 켜기 전에 알아두면 좋습니다.
{% endhint %}

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