> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nexdev.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands

> Commands and exports for NEX DJ Booth.

| Command           | Who    | What it does                                                       |
| ----------------- | ------ | ------------------------------------------------------------------ |
| `/djbooth`        | Admin  | Opens the admin panel to add and remove booths.                    |
| `/djbooth_resync` | Anyone | Forces a refresh of booths if they don't show up after joining.    |
| `/djbooth_debug`  | Anyone | Prints client-side booth state to F8 — useful for support tickets. |

## `/djbooth`

Gated by ace permission:

```
add_ace group.admin command.djbooth allow
```

See [Admin panel](/nex_djbooth/admin-panel) for the workflow.

## `/djbooth_resync`

Use it if a booth was added but doesn't show up for you, or after you joined and no booths are there. Normally booths sync automatically — this is the manual fallback.

## `/djbooth_debug`

Run this **first** if something isn't working — it prints how many booths the client knows about, how many targets and props are spawned, and whether the system is ready. Paste the F8 output when reporting an issue.
