# Admin Command

**Module**

* Enable a module

```
/admin [module] [enable] [module name]
```

* Disable a module

```
/admin [module] [disable] [module name]
```

***

**General**

* Set up the counting channel

```
/admin [general] [countchan] [channel ID]
```

* Set up the giveaway channel

```
/admin [general] [giveawaychan] [channel ID]
```

* Set up the moderation log channel

```
/admin [general] [modlogchan] [channel ID]
```

* Set up the moderation role

```
/admin [general] [modrole] [role ID]
```

* Set up the mute role

```
/admin [general] [modrole] [role]
```

* Set up the poll channel

```
/admin [general] [pollchan] [channel ID]
```

* Set up the economy starting balance for new users

```
/admin [general] [startbalance] [starting balance]
```

* Set up the store channel

```
/admin [general] [storechan] [channel ID]
```

* Set up the suggestion channel

```
/admin [general] [sugchan] [channel ID]
```

* Set up the advanced ticket system

```
**WIP**
```

* Set up the work cooldown timer

```
/admin [general] [workcooldown] [time in minutes]
```


---

# 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://sambeano7.gitbook.io/prometheus/command-breakdown/admin-command.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.
