# Usage

### Who Can Use It

* View-only users: can open the economy panel and inspect data.
* Full-access users: can also refresh snapshots and use edit/tax admin actions (if enabled).

Access is controlled by identifiers in `Config.Access`.

### Basic Admin Flow

1. Open the panel with your configured open command.
2. Review the latest snapshot overview.
3. Switch scope (all/online/active/recent) for targeted analysis.
4. Check top players and per-player details.
5. Refresh snapshot when you need current data.

### Money Editing Flow

If money editing is enabled:

1. Select a player from the panel.
2. Choose the allowed field (`cash`, `bank`, or inventory money item if enabled).
3. Apply a positive or negative delta.
4. Verify the resulting value in UI.

Safety notes:

* Changes are permission-gated.
* Server-side clamps and validation apply.
* Keep this feature disabled if not operationally required.

### Tax Flow

If tax is enabled:

* Tax processing runs automatically on the configured interval.
* Full-access admins can run a manual tax cycle via the configured command.
* Last run state is persisted in the database.

### Operational Tips

* Use refresh cooldowns to avoid heavy repeated queries.
* Keep snapshot retention practical for your database size.
* Revisit thresholds monthly as your economy evolves.
* Audit full-access identifiers regularly.

.
