# 🖼️ 2. Giao diện và GUI

Lệnh `/bank` sẽ mở menu với các mục:

| Slot | Chức năng           | Mặc định                |
| ---- | ------------------- | ----------------------- |
| 10   | Gửi tiền (Deposit)  | Biểu tượng ngọc lục bảo |
| 12   | Rút tiền (Withdraw) | Biểu tượng thỏi vàng    |
| 14   | Vay tiền (Loan)     | Biểu tượng giấy         |
| 126  | Gửi tiết kiệm       | Biểu tượng đồng hồ      |
| 22   | Thông tin tài khoản | Biểu tượng sách 📖      |

Toàn bộ tên, lore, model của item đều chỉnh được trong `lang.yml`.


---

# 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://kazamis.gitbook.io/kazami-studio/wiki-bank/2.-giao-dien-va-gui.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.
