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

# Commands

## 3. Commands Guide

### 3.1 Prefix Commands

<mark style="color:$primary;">RocketBot's</mark> prefix commands use a period (.) before the command name. These are ideal for quick interactions, fun/social commands, and in-game activities.

#### <mark style="color:$primary;">E-Games Commands</mark>&#x20;

`.er join` - Join the escape crew and survive together&#x20;

`.er start` - Start a dramatic Team Rocket escape mission

`.cc join` - Join an active campfire during the join countdown.&#x20;

`.cc lit` - Light the campfire.

`.mc join` - Join a team (A / B)&#x20;

`.mc start` - Start a montage challenge

`.pq start` - start a quick blast-off Survey

`.lr start` - Start the Lightning Round quiz&#x20;

`.lr end` - End the current Lightning Round&#x20;

`.lr lb` - Show Lightning Round leaderboard

#### <mark style="color:$primary;">E-Date / Fun, Social and Other Commands</mark>

`.tr announce` - Announce something in a fun Team Rocket way&#x20;

`.tr drama` - Stirr some drama&#x20;

`.tr edate` - See the Rocket E-Date Leaderboard&#x20;

`.tr gems` - Check your current total gems&#x20;

`.tr leaderboard` - See the Rocket E-Games Leaderboard&#x20;

&#x20;`.tr quest` - Check your daily quest progress&#x20;

`.tr roast` - Roast your enemy&#x20;

`.tr scream` - Scream to your enemy&#x20;

&#x20;`.tr ss` - Shout about your day!  Team Rocket is here for you&#x20;

`.tr thunderbolt` - Zap someone&#x20;

#### <mark style="color:$primary;">Rocket Dial Commands</mark>

`.rd call` or `.rdc` — Start a Rocket Dial call to another server&#x20;

`.rd hangup` or `.rdh` — End the current Rocket Dial call&#x20;

`.rd unveil` or `.rdu` — Reveal your identity to the other server&#x20;

`.rd report` or `.rdr` — Report a member for misconduct&#x20;

`.rd friend` or `.rdfr` — Send a friend request&#x20;

`.rd` — Show this command guide

#### <mark style="color:$primary;">Sabotage Game / Poke Item Commands</mark>

`.pi binocular` - View another member's bag shield (aliases: bino, james)&#x20;

`.pi potion` - Request Team Rocket-assisted e-date setup (aliases: love, love\_potion, jessie)&#x20;

`.pi vacuum` - Attempt to steal 20% of another player's gems (fails if protected) (aliases: steal, meowth)&#x20;

`.pokebag` - See poke items and shield

### 3.2 Slash Commands

RocketBot's slash commands start with / and provide interactive prompts and autocomplete support in Discord. Most of these commands are ideal for premium features and PFL-exclusive functions.

#### <mark style="color:$primary;">Premium / Exclusive Commands</mark>

* `/rocket-catch` - Launch a Pokémon catch -with evolution event (premium)
* `/rocket-gems` - Award or remove a specific number of gems to a user (premium)

#### <mark style="color:$primary;">Matchmaking / E-Date Commands</mark>

* `/rocket-register` - Launch a profile matchmaking registration form (PFL exclusive,PFL members only)

#### <mark style="color:$primary;">News / Announcement Commands</mark>

* `/rocket-news` - Announce news in a TV-style format (PFL-exclusive, PFL admin only)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://rocketbot-1.gitbook.io/rocketbot-docs/commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
