> For the complete documentation index, see [llms.txt](https://zoomiescore.gitbook.io/zoomiescore-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zoomiescore.gitbook.io/zoomiescore-docs/docs/getting-started/first-commands.md).

# first commands

Once the bot is in your server, try these to make sure everything's wired up. All commands are slash-command style — start typing `/` and Discord will show you the picker.

## Sanity checks

| Command       | What it does                                                    |
| ------------- | --------------------------------------------------------------- |
| `/ping`       | Bot round-trip latency in ms. If this works, the bot is online. |
| `/help`       | Grouped list of every command available to you.                 |
| `/serverinfo` | Member count, boost tier, channel count, features.              |

## Community & fun

| Command                             | What it does                                   |
| ----------------------------------- | ---------------------------------------------- |
| `/pat user:@name`                   | Pat someone (random reaction GIF).             |
| `/hug user:@name`                   | Wholesome hug.                                 |
| `/boop user:@name`                  | Boop.                                          |
| `/paw`                              | Random paw fact.                               |
| `/afk message:`                     | Sets you AFK — bot replies when you're pinged. |
| `/poll question: option1: option2:` | Up to 5 options, configurable duration.        |

## Economy first steps

Give a user a coin balance in seconds:

```
/daily            → 100c starter drop (24h cooldown)
/work             → job payout (1h cooldown)
/balance          → shows your wallet + bank + last daily
/coinleaderboard  → richest members
```

Then head into the game loops:

```
/shop        → what's available
/buy item: qty:
/pets        → your inventory of pets
/adopt species: name:   → grab your first pet
```

## Moderation smoke test

If you have Manage Messages, try:

```
/purge count:5           → deletes last 5 messages in the current channel
                           and posts a transcript to your mod-log channel
```

If the transcript embed shows up in your mod-log channel, moderation logging is set up correctly. If not, go to Dashboard → **Settings** and set the modlog channel.

## Where to go next

* Configure the modules you care about from the [Dashboard](https://www.zoomiescore.com/dashboard).
* Skim the [Commands reference](https://zoomiescore.gitbook.io/zoomiescore-docs/docs/commands/reference) for the full list.
* Look at [Premium](https://zoomiescore.gitbook.io/zoomiescore-docs/docs/premium) if you want Tickets / Forms / Backups / Custom Commands / Reaction Roles / Scheduled / Embed Builder.
