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

# Prefix & Aliases

> Change your command prefix and create custom shortcuts.

## Prefix

| Command                | Description                        |
| ---------------------- | ---------------------------------- |
| `,prefix`              | Show the current server prefix.    |
| `,prefix set <symbol>` | Change the prefix for your server. |

The default prefix is `,`. All documentation uses `,` unless your server has changed it.

## Aliases

Requires **Manage Server**. Create shortcuts that run other commands.

| Command                        | Description                  |
| ------------------------------ | ---------------------------- |
| `,alias`                       | Show alias help.             |
| `,alias add <alias> <command>` | Map a shortcut to a command. |
| `,alias remove <alias>`        | Remove an alias.             |
| `,alias list`                  | List all server aliases.     |

### Example

```text theme={null}
,alias add . cs
```

Now typing `,.` runs `,clearsnipe`.

<Tip>
  Aliases work with any command — including subcommands like `antinuke config` or `giveaway start`.
</Tip>
