# 配置教程

## 上传名单以及名单文件格式

创建一个txt格式的文件并按照相应格式写入，格式为“星级 空格 角色名”（例如：5 张三，每行一个）。

通过页面左上角的问号提交名单

> P.S.星级请设置3-5之间的整数，超过5或小于3会导致不显示点名结果

> 注意：名单编码格式必须为**Utf-8**编码，否则中文内容必定乱码显示！


---

# 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.tpsw.xyz/users/configure.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.
