# 개발자 입문서

#### 이 안내서의 목적은 무엇입니까? <a href="#what-is-the-purpose-of-this-guide" id="what-is-the-purpose-of-this-guide"></a>

이 안내서의 목적은 Zero-Touch 노드를 만드는 방법부터 확장 기능 구축에 이르기까지 Dynamo의 다양한 C# 개발 가능성을 탐색하는 데 도움을 주기 위한 것입니다.

> GitHub의 Dynamo 소스

#### 추가로 제공되는 개발자 리소스는 무엇입니까? <a href="#what-additional-online-resources-do-we-provide" id="what-additional-online-resources-do-we-provide"></a>

**Dynamo**: Dynamo의 안정적이고 일일 최신 빌드를 다운로드할 수 있습니다.

<https://dynamobuilds.com/>

**Dynamo GitHub**: Dynamo는 GitHub의 오픈 소스 개발 프로젝트입니다.

<https://github.com/DynamoDS/Dynamo>

**Dynamo GitHub Wiki**: 개발자 문서를 위한 기본 리소스로 활용되어 왔습니다.

<https://github.com/DynamoDS/Dynamo/wiki>

**노드 명명 표준**은 Dynamo의 카테고리, 노드, 입력 및 출력 포트의 이름 지정에 대한 표준과 지침을 제공합니다.

<https://github.com/DynamoDS/Dynamo/wiki/Naming-Standards>

**Dynamo 언어/API 안내서**: 현재 Dynamo의 API 문서에서는 핵심 기능을 다루고 있습니다.

<https://dynamods.github.io/DynamoAPI/>

**DynamoBIM** 추가 정보, 학습 컨텐츠 및 포럼을 확인할 수 있는 최고의 출처는 DynamoBIM 웹 사이트입니다.

<https://dynamobim.org>

**Dynamo 사전** 모든 Dynamo 노드를 검색할 수 있는 데이터베이스입니다.

[https://dictionary.dynamobim.com/](https://dictionary.dynamobim.com)

**DesignScript 언어 안내서** DesignScript 작성을 위한 PDF 안내서입니다.

[PDF](https://dynamobim.org/wp-content/uploads/forum-assets/colin-mccroneautodesk-com/07/10/Dynamo_language_guide_version_1.pdf)

#### 이 안내서에 대한 변경 사항을 제안하려면 어떻게 해야 합니까? <a href="#how-can-i-suggest-changes-to-this-guide" id="how-can-i-suggest-changes-to-this-guide"></a>

이 문서에 제안 사항을 적용할 수 있습니다. 변경 요청을 생성하여 GitHub에서 바로 적용할 수 있습니다.


---

# 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/1_developer_primer_intro.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.
