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

# Quickstart

> First five minutes with Seraph, open the menu, find a setting, run a command.

Once Seraph is installed and your Hypixel key is in, here's the fastest path to making it useful.

## Open the settings menu

```
/seraph config
```

Alias: `/sconfig`. Both work case-insensitively (`/Seraph`, `/SCONFIG`, etc).

The menu has six tabs:

| Tab             | What's in it                                                        |
| --------------- | ------------------------------------------------------------------- |
| **API**         | Hypixel + Seraph keys, API merger toggle                            |
| **Overlay**     | General settings, per-mode toggles, column editor, highlight rules  |
| **Anticheat**   | Auto Block, Legit Scaffold, No Break Delay, flag sound              |
| **Misc**        | Auto GG, trade indicator, hitbox tweaks, audio, walter7addons, more |
| **Tags**        | Blacklist & nick alert settings, MDI icon rendering                 |
| **Experiments** | Opt-in experimental implementations                                 |

## Search

Hit the search bar at the top. It indexes every entry from every tab, type a keyword like `cape`, `auto gg`, or `flag` and it'll find every related setting.

## Run a stats lookup

```
/seraph stats <player> [mode]
```

Alias: `/ss`. Prints a stats summary in chat. Add a gamemode to focus the output (e.g. `/ss notch bedwars`).

## Add a player to your lobby manually

If a friend just joined and isn't in tab yet:

```
/seraph add <player>
```

Alias: `/sadd`. They'll show up in the overlay until you `/seraph clear` or leave the world.

## Other day-to-day commands

| Command                                         | What it does                       |
| ----------------------------------------------- | ---------------------------------- |
| `/seraph check <player>` (`/sc`)                | Show blacklist status for a player |
| `/seraph blacklist <player> <type> <reason>...` | Add to blacklist                   |
| `/seraph remap <player> <nick>`                 | Map a nick to a real player        |
| `/seraph apikey` (`/sapikey`)                   | Open Hypixel Developer Dashboard   |

See the [full command reference](/features/commands) for everything.
