# Usage

#### In-Game

1. Ensure you have admin permissions.
2. Type the command: `/economy` (or configured command).
3. The menu opens showing:
   * **Online Players**: Real-time wealth of connected players.
   * **History**: Database records of all players.
4. Click a player to view detailed breakdown (Cash, Bank, Black Money, Vehicle, Crypto).
5. Use the search bar to filter by name or ID.


---

# 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://imperiumscripts.gitbook.io/imperium-scripts/scripts/imperium-money-check/usage.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.
