# Bank

The **Bank** command allows you to view and manage your wallet, bank, and net worth. It includes the total value of your items as well. You can perform several actions related to your finances, including withdrawing, depositing, and transferring funds.

## How to Use

1. **Trigger the Command**\
   Use the command with either the **slash** or **prefix**:
   * `/bank [user]`
   * `-bank [user]`
2. **View Bank Details**
   * If you enter no username, the bot will show **your own bank** details and allow you to manage it.
   * If you specify a username (e.g., `/bank @User`), it will show **that user's** bank details, but you won't be able to manage their balance.
3. **View Details**
   * **Bank Balance:** The amount of money currently in your bank.
   * **Net Worth:** Includes your bank balance and the total value of items you own.
4. **Manage Your Bank**
   * **Withdraw:** If you select **Withdraw**, you will be prompted to specify how much you want to withdraw from your bank. The amount will then be transferred to your wallet.
   * **Deposit:** If you select **Deposit**, you will be prompted to specify how much you want to deposit. The amount will be transferred from your wallet to your bank.
   * **Transfer:** If you select **Transfer**, you will be prompted to specify how much you want to transfer. After that, you'll choose a recipient to transfer the funds to.

***

For further assistance, refer to the bot's help menu or [contact our support server](https://discord.gg/cGNFnsXpwZ).


---

# 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.airwavy.xyz/arabic/nzrh-aamh/awamr/aqtsad/bank.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.
