# Ngân khố, kho tiền trong làng?

**`/lands deposit`**` ``[tên làng] <số tiền>`

Chuyển tiền vào vùng đất của bạn.&#x20;

Ví dụ chuyển 5,000$ vào ngân khố của làng:&#x20;

/lands deposit vungdathoahong 5000

**`/lands withdraw`**` ``<số tiền> [tên làng]`

Rút tiền từ ngân khố của làng.&#x20;

Ví dụ rút 5,000$ từ ngân khố của làng:&#x20;

/lands withdraw 5000 vungdathoahong

**`/lands balance`**` ``[tên làng]`

Hiển thị ngân khố của làng còn bao nhiêu tiền.

**`/lands taxes`**

Xem các khoản thuế sắp tới.

**`/lands rent`**

Mở hệ thống cho thuê đất/làng. <https://github.com/Angeschossen/Lands/wiki/Rent-System>

**`/lands relations`**

Quản lý các mối quan hệ, hợp tác


---

# 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://wiki.azmc.vn/survival/ngan-kho-kho-tien-trong-lang.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.
