# Primer 用户手册、Dynamo 社区和平台

本入门包含由 Mode Lab 开发的章节。这些章节重点介绍使用 Dynamo 开始和运行自己的可视化程序所需的基本技能，以及有关如何进一步使用 Dynamo 的关键信息。

### Primer 用户手册

本手册旨在满足不同背景和技能水平的读者的需求。有关 Dynamo 设置、用户界面和关键概念的一般简介位于以下各部分中，建议新用户浏览以下主题：

* [什么是 Dynamo 以及它是如何工作的？](/zh-cn/1_introduction/1-what-is-dynamo.md)
* [Dynamo 设置](/zh-cn/2_setup_for_dynamo.md)
* [用户界面](/zh-cn/3_user_interface.md)
* [节点和导线](/zh-cn/4_nodes_and_wires.md)

对于希望更深入地了解每个元素（例如，特定节点及其背后的概念）的用户，我们会在各自相应章节中介绍基础知识。

* [基本节点和概念](/zh-cn/5_essential_nodes_and_concepts.md)

如果您想要查看 Dynamo 工作流的演示，我们已在“示例工作流”部分中包含了一些图形。按照随附的说明创建您自己的 Dynamo 图形。

* [参数化花瓶](/zh-cn/10_sample_workflow/10-1_getting-started-workflows/1-parametric-vase.md)

![](/files/9ZDte0upj6aOjxMZhveM)

* [吸引器点](/zh-cn/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 沙箱，我们可以在“沙箱”样式的应用程序中开发程序，但 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-cn/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.
