# Commands List

### Key

* **All** users can access this command: \*
* **Staff** members can access this command: <mark style="color:red;">\*</mark>
* **Management** members can access this command: <mark style="color:yellow;">\*</mark>
* Users with **Manage Server** can run this command: <mark style="color:purple;">\*</mark>

### Commands List

#### General

* `/about` - Information about ERM \*
* `/ping` - Shows information about the bot, such as uptime and latency.

#### Shift Management

* `/duty manage` - Manage your own shift. <mark style="color:red;">\*</mark>
* `/duty time` - Allows for you to check your shift time, as well as your past data. <mark style="color:red;">\*</mark>
* `/duty leaderboard` - Get the total time worked for the whole of the staff team. <mark style="color:red;">\*</mark>
* `/duty admin` - Allows for you to administrate someone else's shift. <mark style="color:yellow;">\*</mark>
* `/duty active` - Get all members of the server currently on shift. <mark style="color:red;">\*</mark>

#### ROBLOX Punishments

* `/punish` - Log a moderation against a ROBLOX User. <mark style="color:red;">\*</mark>
* `/punishment manage` - Modify punishments or create punishment types. <mark style="color:yellow;">\*</mark>
* `/bolo active` - View this server's active BOLOs. <mark style="color:red;">\*</mark>
* `/tempban` - Log a temporary moderation against a user. <mark style="color:red;">\*</mark>

#### Search

* `/search` - Searches a ROBLOX user for moderations. <mark style="color:red;">\*</mark>
* `/userid` - View information about a ROBLOX user. \*

#### Custom Commands

* `/custom manage` - Manage custom commands. <mark style="color:yellow;">\*</mark>
* `/custom run` - Run a custom command. <mark style="color:yellow;">\*</mark>

#### Reminders

* `/reminders manage` - Manage reminders. <mark style="color:red;">\*</mark>

#### Game Logging

* `/game sts` - Log an STS. <mark style="color:red;">\*</mark>
* `/game priority` - Log a Priority. <mark style="color:red;">\*</mark>
* `/game message` - Log a Message. *(:m / :h commands)* <mark style="color:red;">\*</mark>

#### LOA Requests

* `/loa request` - Request an LOA. <mark style="color:red;">\*</mark>
* `/loa active` - View all active LOAs in a server. <mark style="color:red;">\*</mark>
* `/loa admin` - Administrate someone's LOA profile. <mark style="color:yellow;">\*</mark>

#### RA Requests

* `/ra request` - Request an RA. <mark style="color:red;">\*</mark>
* `/ra active` - View all active RAs in a server. <mark style="color:red;">\*</mark>
* `/ra admin` - Administrate someone's RA profile. <mark style="color:yellow;">\*</mark>

#### Privacy

* `/consent` - Change your privacy and user settings. \*

#### Activity Management

* `/activity show` - Shows the newest activity monitoring report across a period of time. <mark style="color:yellow;">\*</mark>

#### Configuration

* `/setup` - Sets up ERM in your server. <mark style="color:purple;">\*</mark>
* `/config` - View and Change your ERM settings. <mark style="color:yellow;">\*</mark>


---

# 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://docs.ermbot.xyz/home/commands-list.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.
