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

# Player commands

![](https://3134290582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD6EUknkxguLsWdqRSsct%2Fuploads%2Fgit-blob-c8be2b35f9fd6f52ee2d23b62b50dea59a2b0189%2Fgetting-started.jpg?alt=media)

Type these in the chat box. `@` commands act on you.

| Command                     | What it does                                                                                                                     |
| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| `@go <town>`                | Warp to a town, for example `@go prontera`                                                                                       |
| `@rates`                    | Show the server rates, including your VIP bonus                                                                                  |
| `@exp`, `@showexp`          | Show EXP to next level, or show EXP gains in chat                                                                                |
| `@showzeny`                 | Show zeny gains in chat                                                                                                          |
| `@mi <monster>`, `@mobinfo` | Monster stats and drops                                                                                                          |
| `@ii <item>`, `@iteminfo`   | Item info                                                                                                                        |
| `@whodrops <item>`          | Which monsters drop an item                                                                                                      |
| `@whereis <monster>`        | Where a monster spawns                                                                                                           |
| `@refresh`                  | Resync your position if you lag                                                                                                  |
| `@noask`                    | Refuse trade, party and guild requests                                                                                           |
| `@noks`                     | Kill steal protection                                                                                                            |
| `@request <text>`           | Send a message to the online staff                                                                                               |
| `@shout <message>`          | VIP only. Say something to the whole server for 10,000 zeny, once every 30 seconds. Without VIP, a Megaphone shouts the same way |
| `@attendance`               | Open the attendance calendar                                                                                                     |
| `@servertime`, `@uptime`    | Server time and uptime                                                                                                           |
| `@hominfo`, `@homstats`     | Homunculus info                                                                                                                  |
| `@changedress`              | Take off an alternate outfit                                                                                                     |
| `@commands`                 | The full list                                                                                                                    |

Shouts also reach the `#server-shouts` channel in [Discord](/hangoutro/community/discord.md), so a player who is offline still reads them.

VIP accounts also get `@autoloot`, `@alootid`, `@autoloottype`, `@autotrade`, `@who` and `@shout`. See [VIP](/hangoutro/cash-and-vip/vip.md).


---

# 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://hangout-ragnarok.gitbook.io/hangoutro/getting-started/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.
