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

# Information & Utility

> General bot information, status, system health, premium checks, and support commands.

# Information & General Commands

> Essential commands to check bot latency, system statistics, server prefix, badges, reports, and support links.

***

## Commands Overview

| Command    | Aliases                 | Tier  | Syntax                 | Description                                                   |
| :--------- | :---------------------- | :---- | :--------------------- | :------------------------------------------------------------ |
| `.help`    | `h`                     | Elite | `.help [command]`      | Displays the interactive help menu or command info.           |
| `.ping`    | —                       | Elite | `.ping`                | Displays current websocket and REST latency.                  |
| `.prefix`  | `setprefix`             | Elite | `.prefix <new prefix>` | Sets a custom command prefix for your server.                 |
| `.premium` | —                       | Free  | `.premium`             | Checks the active premium subscription status of the server.  |
| `.profile` | `badge`, `badges`, `pr` | Elite | `.profile`             | Displays user badges and profile details.                     |
| `.report`  | `bugreport`, `issue`    | Free  | `.report`              | Submit a bug report or issue to the bot team.                 |
| `.stats`   | `botinfo`, `bi`, `st`   | Elite | `.stats`               | Displays detailed bot runtime metrics and server stats.       |
| `.support` | `sup`                   | Elite | `.support`             | Provides the official support server invite link.             |
| `.uptime`  | `up`                    | Elite | `.uptime`              | Shows how long the bot instance has been continuously online. |

***

## Detailed Command Reference

### help

Display the comprehensive help menu, or view syntax and argument details for a specific command.

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    .help [command]
    ```
  </Tab>

  <Tab title="Examples">
    ```bash theme={null} theme={null}
    .help
    .help stats
    .help boostrole
    ```
  </Tab>
</Tabs>

* **Aliases**: `h`
* **User Permissions**: None
* **Bot Permissions**: Embed Links

***

### ping

Check the bot's websocket latency and API round-trip response time in milliseconds.

```bash theme={null} theme={null}
.ping
```

***

### prefix

Customize the command trigger prefix for the current server.

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    .prefix <new prefix>
    ```
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    .prefix !
    .prefix ?
    .prefix .
    ```
  </Tab>
</Tabs>

* **Aliases**: `setprefix`
* **User Permissions**: Administrator

***

### premium

Check whether your server currently has an active **Free**, **Pro**, or **Elite** subscription.

```bash theme={null} theme={null}
.premium
```

***

### profile

View your user profile card along with your earned badges and achievements in Raze.

```bash theme={null} theme={null}
.profile
```

* **Aliases**: `badge`, `badges`, `pr`

***

### report

Report an issue or bug directly to the Raze developers.

```bash theme={null} theme={null}
.report
```

* **Aliases**: `bugreport`, `issue`

***

### stats

View real-time statistics about Raze, including total servers, cached users, memory usage, and cluster details.

```bash theme={null} theme={null}
.stats
```

* **Aliases**: `botinfo`, `bi`, `st`

***

### support

Get an instant invite link to the official Raze Support Discord server.

```bash theme={null} theme={null}
.support
```

* **Aliases**: `sup`

***

### uptime

Check how long Raze has been online without interruptions.

```bash theme={null} theme={null}
.uptime
```

* **Aliases**: `up`
