# 附属

## 前言

插件附属的作用可使更好的启用关闭指定功能,并开放了插件Api以便各各开发者进行创作

## 安装

遵守[附属开发规范](https://illtamer.github.io/infinitebot3/#/zh-cn/docs/Expansion)的插件附属应当被放置在 `plugins\InfiniteBot3\expansions` 路径内。若附属注册了相应的配置文件，则在附属被加载后与附属注册名称相同的配置文件夹也将在同级目录下生成。

## 附属列表

* [\[basic-manager\]](https://github.com/IllTamer/infinite-bot-3-expansion/blob/main/basic-manager)： 基础管理附属  (游戏操作 群内关键词指令)
* [\[chat-manager\]](https://github.com/IllTamer/infinite-bot-3-expansion/blob/main/chat-manager)： 消息互通附属 (让q群与游戏消息互通)
* [\[defence-manager\]](https://github.com/IllTamer/infinite-bot-3-expansion/blob/main/defence-manager)： 消息互通附属 (白名单功能)
* [\[view-manager\]](https://github.com/IllTamer/infinite-bot-3-expansion/blob/main/view-manager)： 视图可视化附属 (图片生成功能)
* [\[message-manager\]](https://github.com/IllTamer/infinite-bot-3-expansion/blob/main/message-manager)： 自定义消息附属
* [\[github-manager\]](https://github.com/IllTamer/infinite-bot-3-expansion/blob/main/github-manager)： Github小助手
* [\[chatgpt-manager\]](https://github.com/IllTamer/infinite-bot-3-expansion/blob/main/chatgpt-manager)：ChatGPT 聊天附属


---

# 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://infinitebot.gitbook.io/infinitebot-shi-yong-wen-dang/an-zhuang/fu-shu.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.
