> For the complete documentation index, see [llms.txt](https://allimeta.gitbook.io/creator-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://allimeta.gitbook.io/creator-manual/ji-ben-cao-zuo.md).

# 基本操作

### 移動地圖

點擊地圖並且按著滑鼠左鍵不放來拉動地圖。

<figure><img src="/files/SDPDSCsIaRkrU725tu7K" alt=""><figcaption></figcaption></figure>

### 放縮地圖

使用滑鼠滾輪來控制地圖的放大與縮小。使用滑鼠滾輪來控制地圖的放大與縮小。

<figure><img src="/files/I0Xq8UMy6UdSqeXfLt2X" alt=""><figcaption></figcaption></figure>

### 土地管理與資訊

滑鼠左鍵點擊土地方塊一次，來開啟土地管理面板。

<figure><img src="/files/UgULpR8DwtySgCFdx2HK" alt=""><figcaption></figcaption></figure>

### 進入3D地圖層

滑鼠左鍵點擊土地方塊兩次，進入3D體驗層。

<figure><img src="/files/L2eGTWkFrkejYx9LaqyU" alt=""><figcaption></figcaption></figure>

### Tab - 模式轉換

切換替身的移動與選單。

<figure><img src="/files/sqDInDj29dSE0BrhexWE" alt=""><figcaption></figcaption></figure>

### 控制替身Avatar移動與視角

* 使用鍵盤W/A/S/D或是箭頭鍵來控制替身的移動。
* 使用滑鼠來控制360度視角。
* 使用鍵盤SPACE鍵來跳躍。
* 使用鍵盤SHIFT來快跑。

<figure><img src="/files/ljzv9bNl6tIHfFHROmGN" alt=""><figcaption></figcaption></figure>


---

# 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://allimeta.gitbook.io/creator-manual/ji-ben-cao-zuo.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.
