# Admin Panel

## Admin Panel

Open with /airdrop command. Requires admin permission.

### Layout

The panel has two sections.

Left Sidebar contains live statistics with active drops and cooldown and total count, quick action buttons for spawning and clearing, loot type selector dropdown, and crate preview image.

Main Area contains hero section with overview stats, loot tables display as cards, and active airdrops table with real-time data.

### Statistics

All stats update automatically every 3 seconds. No manual refresh needed.

| Stat        | Description                            |
| ----------- | -------------------------------------- |
| Active Drop | Current active airdrops / maximum      |
| Cooldown    | Time until next airdrop can be spawned |
| Total       | Total airdrops spawned this session    |

### Quick Actions

| Button          | Action                                   |
| --------------- | ---------------------------------------- |
| Random Location | Spawns airdrop at random config location |
| My Location     | Spawns airdrop at your current position  |
| Clear All       | Removes all active airdrops              |
| Refresh Panel   | Forces panel data refresh                |

### Loot Type Selector

Choose loot tier before spawning. Options are Random which uses weighted selection, Common, Rare, and Legendary.

### Active Airdrops Table

Shows all current airdrops with columns for Status showing Falling or Landed or Looted, Type showing loot tier with color indicator, ID showing unique airdrop identifier, Location showing X Y Z coordinates, and Action showing remove button.

Click the X button to remove any individual airdrop.

### Keyboard

Press ESC to close the panel.


---

# 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://elena-scripts.gitbook.io/elenascripts/core-systems/airdrop/admin-panel.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.
