# Dynamo Player에서 그래프 추가 및 공유

Dynamo Player를 설정하면 이 Player에서 파일을 열 수 있습니다. 데스크톱 버전을 사용 중인 경우 Dynamo도 열어야 합니다.

<figure><img src="/files/jNj0fZwiE7ibOu45tah7" alt=""><figcaption><p>Dynamo Desktop에서 연결된 그래프 열기</p></figcaption></figure>

Dynamo Desktop을 사용하는 경우 Player에서는 현재 Dynamo에 열려 있는 그래프를 인식하여 Player에서 그래프를 열 수 있는 옵션을 제공합니다.

<figure><img src="/files/KhONrK219V6jZWK7r8I5" alt=""><figcaption></figcaption></figure>

Service 탭과 Desktop 탭에서 **Upload graph**\[ 1] 영역을 찾을 수 있습니다. 여기에서 .dyn 파일을 끌어서 놓아 Player에 추가할 수 있습니다. 또는 영역을 클릭하여 파일을 찾아보고 추가할 수 있는 대화상자를 엽니다.

업로드한 그래프는 **Uploaded graphs**\[ 2 ] 아래에 나타납니다. 그래프를 열거나 옵션 메뉴(점 3개)를 클릭하여 그래프를 제거, 다운로드 또는 공유할 수 있습니다.

그래프를 사이트 또는 허브\[ 3 ]와 공유할 수 있습니다. 하나의 허브에는 여러 사이트가 포함되어 있습니다. 그래프를 공유하려면 **Share graph**를 클릭하고 그래프 상세 정보를 입력합니다. 그래프를 사이트 또는 허브와 공유할지 여부를 선택할 수 있습니다. **Share**를 클릭하면 해당 사이트 또는 허브에 대한 액세스 권한이 있는 다른 사용자가 그래프를 사용할 수 있게 됩니다.

<figure><img src="/files/DUfULYhumHRGntJvFwCt" alt=""><figcaption><p>그래프 공유</p></figcaption></figure>

Dynamo Player에는 여러 개의 미리 작성된 그래프가 함께 제공되고, 이러한 그래프는 **Graphs provided by Autodesk** 섹션\[ 4 ]에서 찾을 수 있으며 탐색하고 실험해 볼 수 있는 훌륭한 출발점이 됩니다!


---

# Agent Instructions: 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://primer2.dynamobim.org/ko/dynamo-in-forma-beta/add-and-share-graphs-in-dynamo-player.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.
