> 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/quickstart.md).

# 코모리 봇 명령어 가이드

#### 🎵 음악 관련 명령어

| **명령어** | **설명**                            |
| ------- | --------------------------------- |
| 재생      | 노래 제목을 검색하거나 URL을 입력하여 노래를 재생합니다. |
| 다시재생    | 일시정지된 노래를 다시 재생합니다.               |
| 일시정지    | 현재 재생 중인 노래를 잠시 멈춥니다.             |
| 스킵      | 현재 재생 중인 노래를 넘기고 다음 노래를 재생합니다.    |
| 정지      | 재생을 완전히 멈추고 대기열(Queue)을 초기화합니다.   |
| 대기열     | 현재 예약된 노래 목록을 확인합니다.              |
| 현재곡     | 지금 재생 중인 노래의 상세 정보를 확인합니다.        |
| 음량      | 봇의 출력 볼륨을 설정합니다 (범위: 0\~200).     |
| 참여      | 봇을 현재 내가 접속해 있는 음성 채널에 입장시킵니다.    |
| 나가      | 봇을 음성 채널에서 퇴장시킵니다.                |

#### 💬 상호작용 및 관리

| **명령어** | **설명**                         |
| ------- | ------------------------------ |
| 가르치기    | 봇에게 새로운 말이나 반응을 학습시킵니다.        |
| 대화명령어   | 사용 가능한 대화 명령어 목록을 한눈에 보여줍니다.   |
| 유저확인    | 특정 유저의 상세 정보를 조회합니다.           |
| 서버정보    | 현재 서버의 이름, 생성일 등 일반 정보를 알려줍니다. |
| 서버채팅방확인 | 서버 내에 생성된 텍스트 채널의 개수를 확인합니다.   |
| ping    | 봇의 응답 속도(지연 시간)를 확인합니다.        |

#### ❤️ 호감도 시스템

| **명령어** | **설명**                         |
| ------- | ------------------------------ |
| 호감도     | 자신 또는 다른 유저의 현재 호감도 수치를 확인합니다. |
| 호감도목록   | 서버 내 호감도 순위(랭킹)를 확인합니다.        |
| 호감도올려   | \[관리자 전용] 특정 유저의 호감도를 상승시킵니다.  |
| 호감도내려   | \[관리자 전용] 특정 유저의 호감도를 하락시킵니다.  |

#### 🛠️ 개발자 전용

* 이상한\_명령어: 개발자 테스트를 위한 전용 명령어입니다. 일반 사용자는 사용이 제한될 수 있습니다.


---

# 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/quickstart.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.
