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

# 워크플로 공유

공유할 만한 워크플로우를 만들었나요? 워크플로우는 팀과 공유하여 작업 방식을 일관되게 유지하거나, 조직 외부의 누구에게나 제공할 수 있습니다. 공유된 워크플로우는 모두가 같은 단계를 따르고, 같은 설정을 사용하며, 매번 같은 품질의 결과물을 얻게 해줍니다.

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

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

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