> 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/1_introduction/1-what-is-dynamo.md).

# Dynamo의 정의 및 작동 방식

Dynamo는 독립 실행형 "Sandbox" 모드에서 다운로드하여 실행하거나 Revit, FormIt 또는 Civil 3D와 같은 다른 소프트웨어에 대한 플러그인으로 실행할 수 있는 [시각적 프로그래밍](https://primer2.dynamobim.org/v/ko/a_appendix/a-1_visual-programming-and-dynamo) 응용프로그램입니다.

{% hint style="info" %}
\[\*\*Dynamo Core\*\* / \*\*Revit\*\* / \*\*Sandbox\*\* 간의 차이점에 대해 자세히 알아보십시오.]\(<https://dynamobim.org/a-new-way-to-get-dynamo-sandbox/>)
{% endhint %}

### 프로세스

Dynamo를 통해 시각적 프로그래밍 프로세스 내에서 작업할 수 있는데, 이러한 프로세스에서 요소를 함께 연결하여 사용자 알고리즘을 구성하는 작업의 관계와 시퀀스를 정의하게 됩니다. 데이터 처리부터 형상 생성까지 다양한 응용 환경에서 `code` 한 줄을 작성하지 않고도 모두 실시간으로 이러한 알고리즘을 사용할 수 있습니다.

!

### 노드 및 와이어 연결

노드 및 와이어는 [시각적 프로그래밍](/ko/a_appendix/a-1_visual-programming-and-dynamo.md) 프로세스를 지원하기 위한 Dynamo의 주요 구성요소입니다. 설계 부품 간에 강력한 시각적 및 체계적 관계를 구축하는 데 도움이 됩니다. 설계 워크플로우를 개발 및 최적화하는 동안 간단한 마우스 클릭을 사용하여 노드를 쉽게 연결할 수 있습니다.

!

## Dynamo를 통해 얻을 수 있는 이점

프로젝트 워크플로우에 시각적 프로그래밍을 사용하는 것부터 사용자화된 도구를 개발하는 것에 이르기까지 Dynamo는 유용한 여러 응용프로그램에서 핵심적인 역할을 합니다.

[Pinterest에서 Dynamo in Action 보드를 팔로우하십시오.](http://www.pinterest.com/modelabnyc/dynamo-in-action/)


---

# 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/1_introduction/1-what-is-dynamo.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.
