# Dynamo in Forma

Dynamo 在 Forma 中可作為延伸使用。目前有兩種形式：一個是桌面版連接的版本，一個是以雲端為基礎的整合版本 (作為一種封閉測試版)。您可以在這篇[部落格文章](https://dynamobim.org/dynamo-in-forma/)閱讀有關桌面版本的更多資訊，以及在這篇[部落格文章](https://dynamobim.org/dynamo-as-a-service-powers-up-dynamo-player-in-forma/)閱讀有關測試版雲端整合的更多資訊。請注意，該部落格是在封閉測試版階段發佈；雲端整合目前為開放測試版，可供所有 Forma 使用者使用。

### 什麼是 Autodesk Forma？

Autodesk Forma 是一款雲端軟體，提供功能強大且易於使用的 AI 驅動工具，可用於進行預先設計和示意圖設計。建築師和設計師可使用 Forma 在幾分鐘內對複雜的 3D 設計進行建模、透過即時的環境分析最佳化居住品質和永續性，然後與 Revit、Rhino 和 Dynamo 順暢地連接，持續進行設計過程。您可以在此處瞭解更多資訊，並開始免費試用或購買：[Autodesk Forma](https://www.autodesk.com/products/forma/overview?term=1-YEAR\&tab=subscription)。Forma 隨附在工程建設軟體集中。

### 什麼是 Forma 中的 Dynamo Player？

Dynamo Player 是一個延伸功能，可為 Forma 使用者帶來各種設計自動化功能。將 Dynamo Player 與 Forma 搭配使用的一些主要優點：

* 簡化自動化程序：Dynamo Player 可簡化在 Forma 中自動執行重複工作和工作流程的程序。只需按幾下，即可直接在 Forma 中執行利用 Dynamo 的視覺程式設計環境建立的自訂圖表。這些圖表在 Dynamo Player 中會以清單顯示，當您需要時即可輕鬆選取和執行圖表。這個簡化的流程能讓您快速執行重複性的工作，減少錯誤並提高效率。
* 易於使用的介面：Dynamo Player 提供易於使用的介面，Forma 使用者無需任何 Dynamo 專業知識即可存取。未來，我們計畫發佈更多範例圖表，讓您能夠存取 Dynamo 提供的自動化功能，無需依賴開發人員或具備進階的程式碼技能。
* 可自訂的參數：Dynamo Player 可讓您為自動化圖表定義輸入參數，讓您能夠根據特定專案需求自訂圖表行為。您可以設定選項和值，每次執行圖表時都可以輕鬆加以修改，提供靈活性和對不同場景的適應性。
* 可重複使用和分享：Dynamo Player 可促進 Forma 使用者之間的協同合作和知識分享。自動化圖表可以儲存並在多個網站中重複使用，確保一致性和效率。此外，您也可以與 Forma 社群中的其他人分享您的腳本，讓他們從您的自動化解決方案中受益，反之亦然。


---

# 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/dynamo-in-forma-beta.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.
