> 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-compute-service.md).

# Dynamo 雲端運算

Dynamo 雲端運算將 Dynamo 強大的視覺程式設計執行階段功能引入雲端。計算服務不會在您的本機電腦上執行圖表，而是在安全的雲端環境執行圖表並傳回結果。

## 什麼是 Dynamo？

Dynamo 是一種視覺程式設計語言和編寫環境，透過將節點連接在一起形成圖表來建立程式。Dynamo 執行階段會執行這些圖表，讓您能夠自動執行複雜的工作、產生幾何圖形，並與其他軟體整合。

## 計算服務如何運作

當您透過雲端用戶端 (例如 Forma 中的 Dynamo 播放器) 使用 Dynamo 時，`.dyn` 圖表檔案會傳送至計算服務執行。服務會：

1. 接收您的圖表和任何輸入參數
2. 在一個獨立的雲端環境中執行圖表
3. 將結果傳回到用戶端應用程式

這種採用雲端的方法表示您無須在本機安裝 Dynamo，即可執行 Dynamo 圖表，而且可以利用雲端運算能力執行複雜的作業。

## 為什麼要使用 Dynamo 雲端運算？

Dynamo 雲端運算適合下列情境：

**在不安裝桌面版的情況下執行圖表**：直接從網頁應用程式執行 Dynamo 圖表，使用者無須在電腦上安裝 Dynamo 桌面版。

**協同合作和共用**：與團隊成員共用圖表，這些成員可以透過網頁介面 (例如 Forma) 執行圖表，更輕鬆地在組織中分散自動化的工作流程。

**利用雲端運算**：善用雲端基礎架構執行可能會耗用本機電腦更長時間的運算密集型作業。

**標準化執行環境**：透過在受控的雲端環境中執行圖表，確保不同使用者和電腦之間的行為一致。

**連接到 Forma**：使用 Dynamo 與 Forma API 互動。[參閱此部落格文章瞭解更多詳細資訊](https://dynamobim.org/design-to-configuration-your-rules-in-forma-and-revit-via-dynamo-part-1/)。

## 關鍵特性

**雲端執行**：您的圖表會在雲端執行，而非在您的本機電腦上執行。這表示：

* 無須安裝 Dynamo 桌面版即可執行圖表
* 存取雲端運算資源
* 不同使用者的執行環境都一致

**安全性**：服務會在單獨的環境中執行每個使用者的圖表，確保資料安全和隱私。您的圖表和資料與其他使用者分開保存。

**非同步處理**：以非同步方式執行圖表 - 用戶端提交工作，在完成前都可以查看狀態。允許長時間執行運算，而不會阻礙您的工作流程。

## 目前提供狀態

Dynamo 雲端運算目前以下列方式提供：

* **Forma 中的 Dynamo 播放器公開測試版**：直接在 Autodesk Forma 的網頁介面上傳、共用和執行 Dynamo 圖表

## 進一步瞭解

* [Dynamo 雲端運算與桌面版 Dynamo 的差異](/zh-tw/dynamo-in-forma-beta/dynamo-compute-service-differences-with-desktop-dynamo.md) - 編寫雲端執行的圖表時需要注意的重要差異
* [引擎生命週期](/zh-tw/dynamo-compute-service/engine-lifecycle.md) - 支援的引擎版本及其生命週期的相關資訊

***

> **注意: Beta 版服務**\
> Dynamo 雲端運算目前為 Beta 版。本文件中描述的支援時程表和更新政策代表我們目前在實驗和改進服務的目標。我們並不提供任何保證，可能會根據使用者回饋和運作經驗而改變。


---

# 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-compute-service.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.
