> 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/getting-started.md).

# Getting Started

## 2. Getting Started

### 2.1 How to invite RocketBot

{% stepper %}
{% step %}

### Step: Open the invite link

Click the official RocketBot invite link.
{% endstep %}

{% step %}

### Step: Select a server

Select the server where you want to add RocketBot.
{% endstep %}

{% step %}

### Step: Grant permissions

Grant the bot the required permissions to function properly:

* Send messages
* Embed links
* Manage messages (optional for some games)
* Add reactions
* Use slash commands

⚠️ Make sure you are an admin of the server or have the "Manage Server" permission to invite RocketBot.
{% endstep %}
{% endstepper %}

### 2.2 Server Setup Required

To fully enjoy <mark style="color:$primary;">RocketBot</mark>, it's recommended to set up the following channels:

Recommended Channel Setup

* <mark style="color:$primary;">General / Social channels</mark> - For fun commands and social interactions.
* <mark style="color:$primary;">Game channels</mark> - For arena games and e-dates.
* <mark style="color:$primary;">Rocket Dial channel</mark> - The channel name must include `rocket-dial` to use Rocket Dial commands.
* <mark style="color:$primary;">Pokémon Catch channel</mark> - The channel name must include `catch` to use Pokémon Catch commands.

💡 Tip: For a smoother experience, separate game and fun commands into dedicated channels to prevent clutter.


---

# 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/getting-started.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.
