# 概述

你可以在任何支持 Python 3.10+ 的机器上运行你自己的 Verbal Warning Logger 实例。该机器人将所有警告和投票数据本地存储在 SQLite 文件中——唯一的外部依赖是一个可选的 Supabase 连接，用于 Auttaja 历史数据。

## 步骤概览

1. [先决条件](/zh/zi-tuo-guan/prerequisites.md) — 确认 Python 版本，安装 pip 等。
2. [Discord 机器人设置](/zh/zi-tuo-guan/discord-setup.md) — 创建应用并获取你的令牌。
3. [安装](/zh/zi-tuo-guan/installation.md) — 克隆仓库并安装依赖项。
4. [配置](/zh/zi-tuo-guan/configuration.md) — 创建你的 `.env` 文件。
5. [运行机器人](/zh/zi-tuo-guan/running.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/zi-tuo-guan/self-hosting.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.
