# 명령어: 돈

### 금액 확인하기&#x20;

보유하고 있는 액을 확인합니다.&#x20;

```
/돈 
```

### 돈 순위 확인하기&#x20;

자신의 보유 자산 순위를 확인합니다.&#x20;

```
/돈 랭크 
```

### Top 5 부자 확인하기&#x20;

서버내 부자 상위권을 확인합니다.&#x20;

```
/돈 상위 
```

### 돈 보내기&#x20;

상대에게 원하는 금액을 송금합니다.&#x20;

```
/돈 보내기 <대상> <금액> 
```

### 돈 도움말&#x20;

돈 명령어 도움말을 확인합니다.&#x20;

```
/돈 도움말 
```


---

# 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.metacraft.kr/metown-tm/towny/money.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.
