> For the complete documentation index, see [llms.txt](https://komori.o-r.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://komori.o-r.kr/documentation/getting-started/undefined.md).

# 제르 봇 명령어 가이드

#### 📋 서버 관리 및 규정

유저의 행동을 관리하고 서버의 질서를 유지하는 데 필요한 명령어입니다.

| **명령어** | **설명**                                          |
| ------- | ----------------------------------------------- |
| 경고      | <p>특정 유저에게 경고를 부여합니다.<br>(관리자 전용)</p>           |
| 경고목록    | <p>현재까지 부여된 모든 경고 목록을 확인합니다.<br>(관리자 전용)</p>    |
| 경고삭감    | <p>유저의 경고 횟수를 차감(삭감)합니다.<br>(관리자 전용)</p>        |
| 밴       | <p>부적절한 사용자를 서버에서 영구적으로 차단합니다.<br>(관리자 전용)</p>  |
| 언밴      | <p>사용자의 밴(차단) 상태를 해제합니다.<br>(관리자 전용)</p>        |
| 킥       | <p>사용자를 서버에서 즉시 추방합니다.<br>(관리자 전용)</p>          |
| 가르치기    | <p> Ai에게 새로운 규칙이나 지식을 가르칩니다.</p><p>(관리자 전용)</p> |
| 배움삭제    | <p>Ai가 배운 규칙이나 지식을 삭제 합니다. <br>(관리자 전용)</p>     |
| 배움목록    | <p>Ai가 지금까지 배운 내용들을 확인합니다.<br>(관리자 전용)</p>      |

#### ✉️ 제보 및 소통 시스템

서버 내 소통 채널을 관리하고 버그 및 제보를 처리하는 명령어입니다.

| **명령어** | **설명**                                   |
| ------- | ---------------------------------------- |
| 제보설정    | 제보 채널을 초기화하고 사용자가 이용할 수 있는 제보 UI를 전송합니다. |
| 버그제보    | 확인된 버그 내용을 시스템에 제보합니다.                   |
| 답장      | 특정 채널에 직접 메시지를 보내 답변을 전송합니다.             |
| 역할받기    | 유저가 스스로 역할을 부여받을 수 있는 메시지를 전송합니다.        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://komori.o-r.kr/documentation/getting-started/undefined.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
