> 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/rocket-dial-guidelines.md).

# Rocket Dial Guidelines

**1. No harassment or disrespect.**\
Any form of bullying, discrimination, or rude behavior during a call will not be tolerated. Offenders may be **banned or reported**.

**2. Keep it clean.**\
All curse words and offensive terms are automatically **filtered** — but since Rocket Dial’s word list is still growing, some words might not be blocked yet.\
If you find any unfiltered curses or slurs, please **contact us** so we can add them to Rocket Dial’s **filter list**. 💬

**3. Respect server boundaries.**\
Remember — you’re representing your home server. Follow the **rules of the server you’re calling**.

**4. No spam or trolling.**\
Avoid message spam, fake calls, or random disconnects just to annoy others.

**5. Keep calls appropriate.**\
No NSFW, hate speech, or sensitive topics during any Rocket Dial session.

**6. Be mindful of privacy.**\
Don’t share personal info or screenshots from calls without permission.

**7. Report issues.**\
If something feels off or you encounter any form of disrespect, **report it to the Rocket Dial moderators right away.**\
You can type **`.rdr`** to send a report, or simply **contact us directly.**

**8. Enjoy the connection!**\
Rocket Dial is meant to **connect communities**, make new friends, and spread good vibes — so keep it fun and respectful!


---

# 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/rocket-dial-guidelines.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.
