> 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/3_user_interface/1-workspace.md).

# 工作區

### 主要工作區

Dynamo 工作區由四個主要元素組成。

!

> 1. 所有作用中的頁籤。
> 2. 預覽模式
> 3. 縮放/平移控制
> 4. 工作區中的節點

### 所有作用中的頁籤

當您開啟新檔案時，預設會開啟新的「首頁」工作區。

!

您可以在自訂節點工作區中建立自訂節點並開啟它。

!

{% hint style="info" %}
每個 Dynamo 視窗只允許一個首頁工作區，但您可以用頁籤開啟多個自訂節點工作區。
{% endhint %}

### 預覽模式

有 3 種方法可在不同預覽之間切換：

a.使用右上角的圖示

* !圖表預覽
* !3D 預覽

b.在工作區中按一下右鍵

* 從 3D 預覽切換至圖表預覽

!

* 從圖表預覽切換至 3D 預覽

!

c.使用鍵盤快速鍵 (Ctrl+B)

### 縮放/平移控制

您在任何一個工作區都可以使用圖示或滑鼠導覽。

a.在**圖表預覽**模式中

* 使用圖示：
  * !縮放至佈滿
  * !拉近
  * !拉遠
  * !平移
* 使用滑鼠：
  * 按一下左鍵 - 選取
  * 按一下左鍵並拖曳 - 選取方塊以選取多個節點
  * 中鍵向上/向下捲動 - 拉近/拉遠
  * 按一下中鍵並拖曳 - 平移
  * 在圖元區上任意位置按一下右鍵 - 開啟圖元區搜尋

!

b.在 **3D 預覽**模式中

* 使用圖示：
  * !縮放至佈滿
  * !拉近
  * !拉遠
  * !平移
  * 環轉
* 使用滑鼠：
  * 中鍵向上/向下捲動 - 拉近/拉遠
  * 按一下中鍵並拖曳 - 平移
  * 按一下右鍵並拖曳 - 環轉

### 工作區中的節點

按一下左鍵以選取任何節點。

若要選取多個節點，請按一下並拖曳以建立選取方塊。

!


---

# 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/3_user_interface/1-workspace.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.
