> For the complete documentation index, see [llms.txt](https://primer2.dynamobim.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://primer2.dynamobim.org/zh-tw/dynamo-for-civil-3d/dynamo-player.md).

# Dynamo 播放器

<figure><img src="/files/rDbdtTjYj9sw4tSTsjtd" alt=""><figcaption><p>使用 Dynamo 播放器執行圖表，然後在 Civil 3D 中查看結果</p></figcaption></figure>

**Dynamo 播放器**提供一個在 Civil 3D 中執行 Dynamo 圖表的簡化方式。建立圖表後，您**不需要任何 Dynamo 專業知識**就可以使用播放器並執行圖表。您可以很輕鬆將圖表分享給對節點和線路的細節不感興趣的其他使用者。

{% hint style="info" %}
如需在 Civil 3D 中使用 Dynamo 播放器的更多資訊，請參閱 [Civil 3D 說明](https://help.autodesk.com/view/CIV3D/2025/CHT/?guid=dynamo_player)網站上提供的文件。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://primer2.dynamobim.org/zh-tw/dynamo-for-civil-3d/dynamo-player.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
