# 功能模組

功能模組是指在輸入與輸出模組之間進行多一次運算的模組，例如AND閘與OR閘可以讓兩個輸入模組來決定一個輸出模組是否執行。如以下模組：

* AND閘
* OR閘
* NOT閘


---

# 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://cavedu.gitbook.io/cavedu/boson/boson_intro/funtion_modules.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.
