> 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-1.md).

# 카엘 봇 명령어 가이드

#### 🎣 낚시 시스템

강태공이 되어 물고기를 낚고 수익을 올리는 명령어입니다.

| **명령어** | **설명**                            |
| ------- | --------------------------------- |
| 낚시      | 30초 내에 버튼을 5번 눌러 낚시를 진행합니다.       |
| 구매      | 새로운 낚시대를 구매합니다.                   |
| 낚시대     | 낚시대 상점 목록을 확인합니다.                 |
| 내낚시대    | 현재 장착 중이거나 보유하고 있는 낚시대 정보를 확인합니다. |
| 장착      | 보유 중인 낚시대 중 사용할 것을 선택하여 장착합니다.    |
| 물고기\_가치 | 각 물고기 종류별 판매 가치를 확인합니다.           |
| 인벤토리    | 내가 잡아서 보관 중인 물고기 목록을 확인합니다.       |
| 판매      | 인벤토리에 있는 물고기를 판매하여 골드를 획득합니다.     |

#### 💎 광질 및 강화 시스템

광산에서 보석을 채굴하고 더 좋은 곡괭이를 만드는 명령어입니다.

| **명령어** | **설명**                                |
| ------- | ------------------------------------- |
| 광질      | 곡괭이 레벨에 따라 버튼을 5번 눌러 보석을 채굴합니다.       |
| 곡괭이구매   | 곡괭이를 새로 사거나 다음 단계로 업그레이드합니다.          |
| 곡괭이목록   | 내가 가진 곡괭이들의 목록을 보여줍니다.                |
| 강화      | 곡괭이를 강화합니다. 실패 시 레벨이 하락할 수 있으니 주의하세요! |
| 보석가치    | 현재 보석들의 시장 시세를 확인합니다. (30초마다 자동 갱신)   |
| 보석인벤토리  | 보유 중인 보석 목록을 임베드 형식으로 확인합니다.          |
| 보석판매    | 채굴한 보석을 판매하여 골드를 획득합니다.               |
| 확률표     | 곡괭이 레벨별 보석 채굴 확률 정보를 확인합니다.           |

#### 💰 자산 및 기타

| **명령어** | **설명**                               |
| ------- | ------------------------------------ |
| 내돈 / 돈  | 현재 보유 중인 골드 잔액을 확인합니다.               |
| 도움      | 사용 가능한 전체 명령어 목록을 확인합니다.             |
| 초기화     | \[관리자 전용] 광질 시스템의 모든 유저 데이터를 초기화합니다. |

***


---

# 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-1.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.
