# 節點

### 說明

在 YOCTOL.AI 左邊功能欄 **`機器人編輯`** 中 **`腳本`** 裡的 **`節點`**（node）是組成機器人[腳本](https://docs.yoctol.ai/term/script)的基本單位。當機器人被使用者以打字輸入語句、點擊按鈕等行為所觸發後，適用的回應內容就是一個節點。

節點內容可能包含：文字、圖片、圖文模組等 [元件](https://docs.yoctol.ai/term/element) 。

節點需要由 [觸發條件](https://docs.yoctol.ai/term/trigger) 觸發。

### 範例

以飲料店機器人為例，它基礎需理解 3 個意圖：商品介紹、訂購外送、門市介紹。聽懂意圖後要讓機器人回話，就必須有承接問題的回應節點：「商品介紹」、「訂購外送」、「門市介紹」。


---

# 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://docs-tw.yoctol.ai/term/node.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.
