> 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/free-features.md).

# Free Features

## 4. Free Features

<mark style="color:$primary;">RocketBot</mark> offers a variety of <mark style="color:$primary;">free features</mark> that all members can enjoy, even without premium access. These features allow users to participate in games, social interactions, and community activities, while earning gems.

### 1. E-Games Arena

* Members can play solo, duo, or multiple-player games.
* Available arena games include:
  * `.er` - <mark style="color:$primary;">Escape Room</mark> \
    \-  Join the escape crew, start dramatic missions, and survive together.
  * `.mc` - <mark style="color:$primary;">Montage Challenge</mark> \
    \- Join a team (A/B) and compete in montage challenges.
  * `.cc` - <mark style="color:$primary;">Campfire Confession</mark> \
    \- Join active campfires, light them, and share stories.
  * `.lr`  - <mark style="color:$primary;">Lightning Round</mark> \
    \- Test your knowledge in fast quizzes, compete with other members, track leaderboards.
  * `.tr q`  `.tr quest` - <mark style="color:$primary;">Daily Quest</mark>\
    \- Complete daily quest to earn bigger gems reward.&#x20;
  * Players can earn gems through all rocket arena games.

### 2. E-Date Arena

* Members can participate in duo-based e-dating games for fun and engagement.
* Features include:
  * `.dd @mention` - <mark style="color:$primary;">Drawing Date</mark>\
    \- Share your art, sketches, or doodles with your date! Show off your creative side and earn e-date points.
  * `.ct @mention` - <mark style="color:$primary;">Compatibility Test</mark>\
    &#x20;\- Take the compatibility test to see how well you match with others and earn e-date points.
  * Players can earn e-date points and gems through all rocket e-date arena games.

### 3. Rocket Dial (Free Participation)

* Members can join Rocket Dial calls even if they are not premium.
* Free features include:
  * `.rdc`   `.rd call` - Connect to another member.
  * `.rdh`  `.rd hangup` - End a call.
  * `.rdu` `.rd unveil` - Reveal the identity of the caller.
  * `.rdr`  `.rd report` - Report a call initiator (only the two members who started the call can be reported), up to 3 times per member
  * Send GIFs during Rocket Dial calls

### 4. Fun / Social / Other Prefix Commands

* `.tr roast @mention` \
  \- Send a funny or savage line to the mentioned member
* `.tr scream @mention` \
  \- Make the bot “scream” to the mentioned member
* `.tr thunderbolt @mention` \
  \- Zap or strike the mentioned member with humorous electric-themed attacks
* `.tr drama @mention`\
  \- Send a dramatic lines to the mentioned member
* &#x20;`.duo @mention`   `.trio @mention @mention` \
  \- Duo/Trio Ships \
  \- Pair or triple members that computes fun "villainous total"
* `.tr gems` - Check your current total gems&#x20;
* `.tr ss` - Share a message about your day, displays a fun Shouting Spring message&#x20;

### 5. Leaderboards (Free Access)

&#x20; <mark style="color:$primary;">Paginated:</mark>

* `.tr lb` - E-Games Leaderboard (Top gem scorers)
* `.lr lb` - Lightning Round leaderboard
* `.tr edate` - E-date leaderboard&#x20;

&#x20; <mark style="color:$primary;">Non-paginated:</mark>

* `.pc lb` - Pokémon Catching leaderboard
* `.pt lb` - Pokémon Trainers leaderboard
* `/rocket-elites` - Announces top 1-10 gem scorers (server admin only)

Note: Free features allow all members to actively participate and earn gems without any premium subscription. Premium members unlock extra benefits like event launching and other special features.


---

# 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/free-features.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.
