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

# Useful Commands

Aincrad Legacy has a set of chat commands every Adventurer can use. Type them in the chat box starting with `@`. Use `@commands` in game to see the full list available to you.

## Connection

| Command    | What it does                                                                                                                                                                                                                                                                                       |
| ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `@ping`    | Measures your connection quality for 2 minutes and then reports it: average/min/max latency in ms and the percentage of traffic that had to be resent in that window (a good indicator of packet loss). If the game feels laggy, this tells you whether the problem is between you and the server. |
| `@refresh` | Re-syncs your screen with the server - use it if things around you look frozen or out of place.                                                                                                                                                                                                    |

## Information

| Command                  | What it does                                                          |
| ------------------------ | --------------------------------------------------------------------- |
| `@mobinfo <name or id>`  | Full stats and drops of a monster.                                    |
| `@iteminfo <name or id>` | Details of an item.                                                   |
| `@whodrops <item>`       | Which monsters drop an item and at what rate.                         |
| `@whereis <monster>`     | Where a monster spawns.                                               |
| `@exp`                   | Your current Character and Adventure level progress.                  |
| `@advancedinfo`          | Detailed breakdown of your combat stats and resistances.              |
| `@globalbonus`           | The community-wide bonuses active right now and their remaining time. |
| `@globaldrops`           | The server-wide drop table active on every monster.                   |
| `@help <command>`        | Explains any command.                                                 |

## Convenience

| Command                              | What it does                                      |
| ------------------------------------ | ------------------------------------------------- |
| `@showexp`                           | Shows EXP gained from each kill in your chat.     |
| `@showzeny`                          | Shows Col gained in your chat.                    |
| `@showdelay`                         | Shows skill delay failure messages.               |
| `@noask`                             | Auto-rejects trade, party and other invites.      |
| `@mail`                              | Opens your mailbox anywhere.                      |
| `@whosell <item>` / `@whobuy <item>` | Searches player stalls selling or buying an item. |

## Social

| Command                                     | What it does                                                       |
| ------------------------------------------- | ------------------------------------------------------------------ |
| `@channel`                                  | Manages chat channels (`@join` / `@leave` to enter and exit them). |
| `@duel` / `@invite` / `@accept` / `@reject` | Sets up friendly duels.                                            |
| `@party <name>` / `@guild <name>`           | Creates a party or guild.                                          |


---

# 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://aincrad-legacy.gitbook.io/aincrad-legacy-docs/getting-started/useful-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.
