# 附录

在本节中，您可以找到使 Dynamo 技能更进一步的资源。我们还在此 Primer 中添加了重要节点的索引、一组有用的软件包以及示例文件库。请随意添加到此部分...请记住，[Dynamo Primer](https://github.com/DynamoDS/DynamoPrimer) 是开源的！


---

# 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/a_appendix.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.
