# 手冊使用者指南、Dynamo 社群與平台

本手冊包括 Mode Lab 開發的章節。這些章節專注於基礎內容，這些內容可協助您使用 Dynamo 開始開發您自己的視覺程式，並提供關於如何進一步發展 Dynamo 的關鍵見解。

### 手冊使用者指南

本指南旨在滿足不同背景和技能等級的讀者需求。以下各節提供有關 Dynamo 設定、使用者介面和關鍵概念的一般簡介，建議新使用者閱讀下列主題：

* [什麼是 Dynamo？它如何運作？](/zh-tw/1_introduction/1-what-is-dynamo.md)
* [安裝 Dynamo](/zh-tw/2_setup_for_dynamo.md)
* [使用者介面](/zh-tw/3_user_interface.md)
* [節點和線路](/zh-tw/4_nodes_and_wires.md)

對於想要更深入瞭解每個元素 (例如特定節點及其背後的概念) 的使用者，我們將在各自的章節中探討基礎知識。

* [基本節點和概念](/zh-tw/5_essential_nodes_and_concepts.md)

如果您想要查看 Dynamo 工作流程的示範，我們在「範例工作流程」一節中包括了一些圖表。請遵循附加的指示建立您自己的 Dynamo 圖表。

* [參數式花瓶](/zh-tw/10_sample_workflow/10-1_getting-started-workflows/1-parametric-vase.md)

![](/files/NNyOCCNWEYlkBUsqDbhA)

* [牽引點](/zh-tw/10_sample_workflow/10-1_getting-started-workflows/2-attractor-points.md)

!

{% hint style="info" %}
在稍後的章節中，我們會介紹有關 Dynamo 的不同主題，您可以找到更多主題特定的練習。\*\*練習\*\*通常可在每頁的最後一節看到。
{% endhint %}

### 社群

如果沒有一群強大的活躍使用者和積極貢獻者，Dynamo 就沒有今天。請關注[部落格](http://dynamobim.org/blog/)、將您的工作新增到展示區或在[論壇](https://forum.dynamobim.com)中討論 Dynamo，以參與社群。

### 平台

Dynamo 是針對設計人員的一種視覺程式設計工具，我們可使用其開發各種工具，以利用外部庫或任何具有 API 的 Autodesk 產品。使用 Dynamo Sandbox，我們可以在「沙箱」形式的應用程式中開發程式 - 但 Dynamo 生態系統會持續增長。

專案的原始碼是開源的，我們可隨心所欲地延伸其功能。出庫使用 GitHub 上的專案，並瀏覽使用者自訂 Dynamo 的「進行中工作」。

> 根據需要瀏覽、分支並開始延伸 Dynamo


---

# 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_introduction/2-primer-user-guide-dynamo-community-and-platform.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.
