> For the complete documentation index, see [llms.txt](https://docs.menanak47.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.menanak47.com/multi-framework/ak47_multicharacter/commands.md).

# Commands

**ak47\_multicharacter** comes with several built-in administrative commands to help you manage player sessions and clean up character data directly from the server.

All commands require the `admin` permission level.

#### `/logout`

Logs the player out of their current character and seamlessly returns them to the multicharacter selection screen without having to drop from the server.

* **Usage:** `/logout`
* **Permission:** Admin Only

#### `/closeNUI`

A failsafe command designed to forcibly close the NUI (user interface) and release mouse/keyboard focus if a player somehow gets stuck during the selection process.

* **Usage:** `/closeNUI`
* **Permission:** Admin Only

#### `/deletechar`

Allows an administrator to completely wipe and delete a specific character from the server. This command dynamically scans your database and removes the character from **all** related tables (e.g., inventory, vehicles, properties) based on the Citizen ID.

* **Usage:** `/deletechar [Citizen ID]`
* **Example:** `/deletechar TEB12345`
* **Arguments:**
  * `Citizen ID` - The unique identifier of the character you wish to delete (e.g., CID for QBCore, or Identifier for ESX).
* **Permission:** Admin Only
