> For the complete documentation index, see [llms.txt](https://primer2.dynamobim.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://primer2.dynamobim.org/ko/dynamo-in-forma-beta/run-graphs-in-dynamo-player.md).

# Dynamo Player에서 그래프 실행

그래프를 열면 Is Input으로 표시된 노드가 Player에 표시되며, 사용자는 이러한 노드와 상호 작용할 수 있습니다.

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

일부 입력의 경우 화면에서 요소를 선택할 수 있는 선택 모드로 이동됩니다. **Confirm selection**을 클릭하여 선택을 승인하고 돌아가 그래프 입력을 확인합니다.

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

Player에서 **Run**을 클릭하여 그래프를 실행합니다. 완료되면 Is Output으로 표시된 Watch 및 Watch 3D 노드가 다음과 같이 표시됩니다.

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

형상을 생성하는 그래프는 형상을 미리 보고 사이트에 추가할 수 있는 옵션을 제공합니다. 눈 아이콘을 클릭하여 미리보기를 켜거나 끈 다음, **Add**를 클릭하여 형상을 사이트에 추가합니다.

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


---

# 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://primer2.dynamobim.org/ko/dynamo-in-forma-beta/run-graphs-in-dynamo-player.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.
