# 概述

Verbal Warning Logger 全程使用 Discord 的斜杠命令界面。所有命令都会显示在 `/` 菜单中，并且每个选项都包含内置说明。

## 命令组

| 组                                                          | 用途                      |
| ---------------------------------------------------------- | ----------------------- |
| [`/verbal`](/zh/shi-yong-fang-fa/verbal-warnings.md)       | 添加、查看、编辑和删除口头警告         |
| [`/auttaja`](/zh/shi-yong-fang-fa/auttaja.md)              | 浏览来自 Auttaja 机器人的历史惩罚记录 |
| [`/poll`](/zh/shi-yong-fang-fa/polls.md)                   | 创建并管理工作人员评估投票           |
| [`/poll_template`](/zh/shi-yong-fang-fa/poll-templates.md) | 保存并重复使用投票结构             |
| [`/retrieveids`](/zh/shi-yong-fang-fa/utility.md)          | 批量导出频道、角色或用户 ID         |
| `/ping`                                                    | 检查机器人延迟                 |
| `/about`                                                   | 显示机器人信息                 |
| `/help`                                                    | Discord 内交互式帮助菜单        |

## 谁可以运行命令？

大多数管理命令需要已配置的工作人员角色或更高权限。请参阅 [权限](/zh/shi-yong-fang-fa/permissions.md) 页面以查看完整说明。


---

# 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.vigila.augystudios.com/zh/shi-yong-fang-fa/how-to-use.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.
