# 開發人員手冊

#### 本指南的目的是什麼？ <a href="#what-is-the-purpose-of-this-guide" id="what-is-the-purpose-of-this-guide"></a>

本指南的目的是協助您瀏覽使用 C# 開發 Dynamo 的可能範圍，從如何建立 zero-touch 節點到建立延伸。

> 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 Language Guide**：撰寫 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/zh-tw/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.
