# 基本節點和概念

在本節中，我們將介紹 Dynamo 資源庫中提供的基本節點，這些節點將協助您像專業人士一樣建立自己的視覺程式。

* [用於計算設計的幾何圖形](/zh-tw/5_essential_nodes_and_concepts/5-2_geometry-for-computational-design.md)：如何在 Dynamo 中使用幾何元素？探索從基本圖元建立簡單或複雜幾何圖形的多種方法。
* [建置程式的區塊：](/zh-tw/5_essential_nodes_and_concepts/5-3_the-building-blocks-of-programs.md)什麼是「資料」？我可以在程式中開始使用哪些基本類型？此外，進一步瞭解如何在設計工作流程中納入數學和邏輯運算。
* [使用清單設計：](/zh-tw/5_essential_nodes_and_concepts/5-4_designing-with-lists.md)如何管理和協調資料結構？進一步瞭解「清單」的概念，並使用它來有效地管理您的設計資料。
* [Dynamo 中的字典：](/zh-tw/5_essential_nodes_and_concepts/5-5_dictionaries-in-dynamo.md)什麼是字典？瞭解如何使用字典從既有結果中尋找特定資料和值。


---

# 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/5_essential_nodes_and_concepts.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.
