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

# Using BlaZe

> Learn how to manage and use BlaZe features.

This page explains account-related and premium-related features of BlaZe.

## Prefixes

```txt theme={null}
?prefix <new prefix>
```

If you are unsure of the current prefix, mention the bot to know the current prefix (simply type `@BlaZe`)

BlaZe is also available on slash commands. (`/`)

***

## Prime Management

Prime (or Premium) is a subscription for the users to allow them to access to exclusive features of BlaZe, it is alloted per user. The commands to control your premium subscription:

```txt theme={null}
?prime activate             -> Activate premium in any server.
?prime deactivate           -> Deactivate premium from a server that has premium.
```

* `?prime status [user]`

This command allows you to get information about a server's premium subscription (if user is not provided). Information include activator, tier, premium activation date/time, expiry.

When user is provided, it allows you to see the current subscription and the subscription that they have already paid for. Those subscription are the future/pending subscription that are be automatically assigned to the user when their current subscription expires.

### No Prefix

* `?prime noprefix`

This command toggles no prefix for a user having premium subscription, it allows commands to be used without the server's prefix (Server's default prefix is `?`, if not changed by anybody).

For example, instead of:

```txt theme={null}
?help
```

you can use:

```txt theme={null}
help
```

It works in all the servers when enabled.

<Info>
  No prefix is a premium feature, learn more about premium [here](/prime_features).
</Info>

***

## Profiles

Every user has a BlaZe profile. You can view your profile by using:

```txt theme={null}
?profile [user=you]
```

It shows all the badges that you have and a small detail of your current premium subscription only.

A fancy profile's about can be set using `?profile about <about>`.

***
