# 基本节点和概念

在本部分中，我们将介绍 Dynamo 库中提供的基本节点，这些节点将帮助您像专业人员一样创建自己的可视化程序。

* [计算设计的几何图形](/zh-cn/5_essential_nodes_and_concepts/5-2_geometry-for-computational-design.md)：如何在 Dynamo 中使用几何图元？探索基于基本体创建简单或复杂几何图形的多种方法。
* [程序的构建块](/zh-cn/5_essential_nodes_and_concepts/5-3_the-building-blocks-of-programs.md)：“数据”是什么，我可以在程序中开始使用哪些基本类型？此外，还要了解有关在设计工作流中结合数学和逻辑运算的更多信息。
* [使用列表进行设计](/zh-cn/5_essential_nodes_and_concepts/5-4_designing-with-lists.md)：如何管理和协调数据结构？详细了解“列表”的概念，并使用它来高效管理设计数据。
* [Dynamo 中的词典](/zh-cn/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-cn/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.
