# minimum\_balance

📝 **RADAR Documentation - Command: Change Minimum Balance**

🤝 **Command Group: whitelist**

📝 **Command Name: minimum\_balance**

📋 **Parameters:**

* `minimum_balance` (required: True) - The new minimum balance for a whitelist.

📝 **Description:**

Change the minimum balance for a whitelist.

🔍 **Example Usage:**

* Change the minimum balance for a whitelist:

  ```
  !minimum_balance "100"
  ```

  *This command is used to change the minimum balance for a whitelist. After executing the command, the bot will prompt you to mention the whitelist you want to modify and specify the new minimum balance.*

📝 **Note:**

* This command allows you to change the minimum balance for a whitelist.
* Specify the new minimum balance using the `minimum_balance` parameter.
* After executing the command, the bot will prompt you to mention the whitelist you want to modify.
* The bot will display a dropdown menu with available whitelists for you to choose from.
* Select the desired whitelist and provide the new minimum balance.
* The minimum balance should be specified as a numerical value.
* If the provided minimum balance is not a valid number, the bot will display an error message.
* The command response will be sent as an ephemeral message visible only to you.
* After successfully modifying the minimum balance, the bot will provide a confirmation message.


---

# 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://bewinxed.gitbook.io/radar-docs/bot_help/whitelist/minimum_balance.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.
