# 配置插件

本页面详细介绍 KaGuilds 插件的各个配置文件及其选项。

***

## 📁 配置文件结构

KaGuilds 的配置文件位于 `plugins/KaGuilds/` 目录下：

```
plugins/KaGuilds/
├── config.yml        # 主配置文件
├── levels.yml       # 等级系统配置
├── buffs.yml        # Buff 系统配置
├── task.yml        # 任务系统配置
├── lang/          # 语言文件目录
│   ├── zh_CN.yml
│   └── en_US.yml
└── gui/           # GUI 菜单配置目录
    ├── main_menu.yml
    ├── guilds_list.yml
    └── ...
```

***


---

# 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://katacr.gitbook.io/plugins/config.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.
