# Commands

```lua
/setslots <identifier> [amount]
```

* **Description** : Sets the number of unlocked character slots for a specific player.
* **Usage** : `/setslots steam:12345678 3`

```lua
/removeslots <identifier>
```

* **Description** : Resets the number of unlocked character slots to the default value for a specific player.
* **Usage** : `/removeslots steam:12345678`

```lua
/disablecharacter <identifier> [slot]
```

* **Description** : Disables a specific character slot for a player.
* **Usage** : `/disablecharacter steam:12345678 2`

```lua
/enablecharacter <identifier> [slot]
```

* **Description** : Re-enables a specific character slot for a player.
* **Usage** : `/enablecharacter steam:12345678 2`

```lua
/tempedit <identifier> [duration_seconds]
```

* **Description** : Grant temporary edit permission to a player.
* **Usage** : `/enablecharacter steam:12345678 86400`

```lua
/revoketempedit <identifier>
```

* **Description** : Revoke temporary edit permission from a player.
* **Usage** : `/enablecharacter steam:12345678`


---

# 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://ayccoes-assets.gitbook.io/ayccoes-assets/commands.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.
